-
Notifications
You must be signed in to change notification settings - Fork 102
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(base): add base chain support (#5044)
* feat: initial base chain support * feat: add COW token address on BASE * feat: update cow-sdk with base support * chore: bump permit-utils version to 0.5.0-RC.0 * feat: base for explorer * feat: fix widget configurator build, but var still required * feat: add BASE stablecoins * feat: use uniswap's default list for chains where its supported * chore: use cbBTC instead of WBTC, which is way more liquid on Base * fix: correct number of decimals for Base tokens * feat: add base token list to explorer pre-loaded tokens * feat: add isBaseEnabled feature flag * feat: add full coingecko list disabled to base * feat: add default fee recipient address for Base * fix: add base to lp page links * feat: early exit on cowSwapFeeAtom if fee is not set for network * refactor: single source of truth for stablecoins * chore: fix lint * fix: use correct basescan tld * chore: remove unecessary conditional * feat: add base start date tooltip * fix: use correct chain for twap small part warning * chore: bump to latest cow-sdk --------- Co-authored-by: Anxo Rodriguez <[email protected]>
- Loading branch information
1 parent
d79dc06
commit 4cf0c91
Showing
45 changed files
with
354 additions
and
187 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
apps/cowswap-frontend/src/common/pure/CurrencySelectButton/index.cosmos.tsx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.