@@ -7,7 +7,7 @@ peer-to-peer among its users or into any on-chain liquidity source while
77providing MEV protection.
88
99| ** Platform** | ** Link** |
10- | --------------------- | ------------------------------------------------------------------------------------------------------------- |
10+ | ----------------------- | --------------------------------------------------------------------------------------------------------------- |
1111| 🐮 ** CoW Swap** 🐮 | [ swap.cow.fi] ( https://swap.cow.fi/ ) |
1212| CoW Swap (IPFS) | Every release is deployed automatically to IPFS ([ Releases] ( https://github.com/cowprotocol/cowswap/releases ) ) |
1313| CoW Swap (ENS) | [ ens://cowswap.eth] ( ens://cowswap.eth ) or ([ cowswap.eth.limo] ( https://cowswap.eth.limo ) ) |
@@ -173,8 +173,10 @@ environment variables:
173173REACT_APP_NETWORK_URL_1: https://...
174174REACT_APP_NETWORK_URL_11155111: https://...
175175REACT_APP_NETWORK_URL_100: https://...
176- REACT_APP_NETWORK_URL_42161 : https://...
176+ REACT_APP_NETWORK_URL_137 : https://...
177177REACT_APP_NETWORK_URL_8453: https://...
178+ REACT_APP_NETWORK_URL_42161: https://...
179+ REACT_APP_NETWORK_URL_43114: https://...
178180```
179181
180182Additionally, if you plan to run the integration tests locally you must define:
@@ -243,7 +245,7 @@ All price feeds are enabled by default, but they can be individually disabled by
243245using an environment variable:
244246
245247| Name | Environment variable | Type | Description |
246- | --------- | ------------------------------------ | ---------------------------- | ------------------------------------------------------------------------------------ |
248+ |-----------| --------------------------------------| ------------------------------| -------------------------------------------------------------------------------------- |
247249| **1inch** | `REACT_APP_PRICE_FEED_1INCH_ENABLED` | `boolean` (default = `true`) | [Paraswap](https://1inch.exchange) price estimation. Used for all price estimations. |
248250| **0x** | `REACT_APP_PRICE_FEED_0X_ENABLED` | `boolean` (default = `true`) | [0x](https://0x.org/) price estimation. Used for all price estimation. |
249251
@@ -292,11 +294,13 @@ Since this repo includes multiple apps, we do not want to build all of them on e
292294Some apps (see the list bellow) are not required to be built on each PR so we run them only a PR is labeled with a specific label.
293295This label is defined in the project settings on Vercel in `Settings`/`Git`/`Ignored Build Step` script.
294296For example, the label for the widget-configurator is `preview-widget-cfg`:
297+
295298```
296299node tools/scripts/ignore-build-step.js --app=preview-widget-cfg
297300```
298301
299302List of applications and their labels:
303+
300304- widget-configurator: `preview-widget-cfg`
301305- cosmos: `preview-cosmos`
302306- sdk-tools: `preview-sdk-tools`
0 commit comments