diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 43c9ea372..f1fdb07af 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -220,7 +220,7 @@ jobs: uses: mshick/add-pr-comment@v1 with: message: | - * **🔭 [GP Swap](${{ env.REVIEW_FEATURE_URL }})**: Gnosis Protocol v2 Swap UI + * **🔭 [GP Swap](${{ env.REVIEW_FEATURE_URL }})**: CoW Protocol v2 Swap UI repo-token: ${{ secrets.GITHUB_TOKEN }} repo-token-user-login: 'github-actions[bot]' if: env.PR_NUMBER diff --git a/README.md b/README.md index 269c674a2..e22ca482d 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ [](https://github.com/gnosis/dex-swap/actions?query=workflow%3ATests) [](https://prettier.io/) -CowSwap is the first trading interface built on top of Gnosis Protocol v2. +CowSwap is the first trading interface built on top of CoW Protocol v2. It allows you to buy and sell tokens using gas-less orders that are settled peer-to-peer among its users or into any on-chain liquidity source while providing MEV protection. @@ -25,8 +25,8 @@ It allows you to buy and sell tokens using gas-less orders that are settled peer Please see the: -- [Gnosis Protocol: Smart contracts](https://github.com/gnosis/gp-v2-contracts) -- [Gnosis Protocol: Services](https://github.com/gnosis/gp-v2-services) +- [CoW Protocol: Smart contracts](https://github.com/gnosis/gp-v2-contracts) +- [CoW Protocol: Services](https://github.com/gnosis/gp-v2-services) You can block an entire list of tokens by passing in a tokenlist like [here](./src/constants/lists.ts) or you can block specific tokens by adding them to [unsupported.tokenlist.json](./src/constants/tokenLists/unsupported.tokenlist.json). @@ -98,12 +98,12 @@ CowSwap tries to find the best price available onchain using some price feeds. All price feeds are enabled by default, but they can be individually disabled by using an environment variable: -| Name | Environment variable | Type | Description | -| ------------------- | ---------------------------------------- | ---------------------------- | ------------------------------------------------------------------------------------------------------------------ | -| **Gnosis Protocol** | `REACT_APP_PRICE_FEED_GP_ENABLED` | `boolean` (default = `true`) | [Gnosis Protocol](https://docs.cowswap.exchange/) price estimation. Used for all price estimation. | -| **Paraswap** | `REACT_APP_PRICE_FEED_PARASWAP_ENABLED` | `boolean` (default = `true`) | [Paraswap](https://paraswap.io/) price estimation. Used for all price estimations. | -| **0x** | `REACT_APP_PRICE_FEED_0X_ENABLED` | `boolean` (default = `true`) | [0x](https://0x.org/) price estimation. Used for all price estimation. | -| **Coingecko** | `REACT_APP_PRICE_FEED_COINGECKO_ENABLED` | `boolean` (default = `true`) | [Coingecko](coingecko.com) price estimation. Used only for USD estimations to calculate the slippage on the trade. | +| Name | Environment variable | Type | Description | +| ---------------- | ---------------------------------------- | ---------------------------- | ------------------------------------------------------------------------------------------------------------------ | +| **CoW Protocol** | `REACT_APP_PRICE_FEED_GP_ENABLED` | `boolean` (default = `true`) | [CoW Protocol](https://docs.cowswap.exchange/) price estimation. Used for all price estimation. | +| **Paraswap** | `REACT_APP_PRICE_FEED_PARASWAP_ENABLED` | `boolean` (default = `true`) | [Paraswap](https://paraswap.io/) price estimation. Used for all price estimations. | +| **0x** | `REACT_APP_PRICE_FEED_0X_ENABLED` | `boolean` (default = `true`) | [0x](https://0x.org/) price estimation. Used for all price estimation. | +| **Coingecko** | `REACT_APP_PRICE_FEED_COINGECKO_ENABLED` | `boolean` (default = `true`) | [Coingecko](coingecko.com) price estimation. Used only for USD estimations to calculate the slippage on the trade. | ### Metadata attached to orders (AppData) @@ -111,7 +111,7 @@ The app will attach some metadata to all orders. This metadata will be sent to the smart contract as an hexadecimal value in an order field called `AppData`. This value comes from hashing the content of a metadata JSON containing some information about the trade. -Any web app or client using Gnosis Protocol can upload to IPFS a metadata JSON and use the digest hex to attach that +Any web app or client using CoW Protocol can upload to IPFS a metadata JSON and use the digest hex to attach that information to the order. For example, CowSwap uploaded the file https://cloudflare-ipfs.com/ipfs/QmTDarZ47oek1miuRd8uuNCy5AFfjzQbWJ7348izx9N8wQ diff --git a/package.json b/package.json index 3c6dbfcc1..3dceb9f05 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@gnosis/cowswap", - "description": "CowSwap - Gnosis Protocol", + "description": "CowSwap - CoW Protocol", "homepage": ".", "main": "dist/interface.js", "module": "dist/interface.esm.js", diff --git a/public_uniswap/index.html b/public_uniswap/index.html index 6c67b9869..189e43c19 100644 --- a/public_uniswap/index.html +++ b/public_uniswap/index.html @@ -25,7 +25,7 @@ Learn how to configure a non-root public URL by running `npm run build`. --> -
For more information, please refer to the