uniswap-interface-uncensored/src
Jesse eb06aef199
feat: add support for Celo (#3915)
* feat: Support for Celo

* fix: wrong condition

* combine celo and alfajores lists

* use celo erc20 representation

* fix: refactor infura.ts to networks.ts & add celo to rpc urls

* feature: add celo contract addresses
fix: remove celo from supported gas estimate chains until feature is available

* refactor: useUSDCPrice to useStablecoinPrice
fix: add celo to supported gas estimate chains

* fix: use unique factory address for getting pool address

* fix: darkmode background graident

* fix: removing a comment left behind

* fix: remove bad import

* fix: remove dead link until the Celo is live on info.uniswap.org

* fix: add asset to common bases & minor refactoring

* fix: celo info links point to root info.uniswap.org

* fix: change celo token bridge to portal

* fix: update redux-multicall to latest version

* refactor: for code readability

* fix: celo banner colors & remove unused alternative logo

* fix: change celo token list to hosted version

* fix: update celo banner colors

* fix: move celo to the bottom of the network selector list

* fix: dedup dependencies @uniswap/router-sdk @uniswap/v3-sdk

* fix: refactoring + move Celo above L2s

* fix: update celo contract addresses

* fix: update celo subgraph

* fix: update v3-sdk and smart-order-router versions

* fix: move Celo to the bottom of the network selector list

* fix: downgrade smart-order-router and add casting fix

* fix: downgrade smart-order-router and add casting fix

* fix: resolve Pool dependency

* fix: bridge chain id types

* fix: explorer link test

* fix: use quoter v2 ABI in useClientSideV3Trade fro Celo

* fix: update connection "infura_rpc" to networks

* fix: revert yarn.lock and force install

* fix: dedup router and v3 sdk

* refactor: mv quoter v2 to client side v3 trade

* build: dedup lockfile

* feature: add portal ether to common bases

* fix: add comment for chains that use QuoterV2

* fix: use token as native asset

* fix: supply correct factory address to getPoolAddress call & refactor nativeOnChain method

* feature: adjust celo tokens presetned

* fix: update celo explorer to celoscan

* fix: celo token casting

* fix: celo celo explorer it

* fix: celo chain info should be consistent with block explorer used.

Co-authored-by: Zach Pomerantz <zzmp@uniswap.org>
2022-07-12 16:48:03 +02:00
..
abis feat: display an ENS avatar (#2806) 2021-11-22 10:55:25 -08:00
assets feat: add support for Celo (#3915) 2022-07-12 16:48:03 +02:00
components feat: add support for Celo (#3915) 2022-07-12 16:48:03 +02:00
connection feat: add support for Celo (#3915) 2022-07-12 16:48:03 +02:00
constants feat: add support for Celo (#3915) 2022-07-12 16:48:03 +02:00
hooks feat: add support for Celo (#3915) 2022-07-12 16:48:03 +02:00
lib feat: add support for Celo (#3915) 2022-07-12 16:48:03 +02:00
locales chore(i18n): new Crowdin translations (#4045) 2022-07-07 13:03:44 -07:00
pages feat: add support for Celo (#3915) 2022-07-12 16:48:03 +02:00
serviceWorker fix: alter headers on cached response (#4032) 2022-07-05 08:31:06 -07:00
state feat: add support for Celo (#3915) 2022-07-12 16:48:03 +02:00
theme feat: add support for Celo (#3915) 2022-07-12 16:48:03 +02:00
types chore: import @ethersprojects directly (#3104) 2022-01-12 10:06:22 -08:00
utils feat: add support for Celo (#3915) 2022-07-12 16:48:03 +02:00
i18n.tsx chore: merge widgets work into main (#3065) 2022-01-05 12:38:53 -06:00
index.tsx feat: upgrade to web3-react v8 (#3759) 2022-06-16 14:39:23 -04:00
polyfills.ts refactor: add an import sorting plugin (#2417) 2021-09-21 18:21:28 -05:00
react-app-env.d.ts feat: remove Tally Ho specific rendering (#4023) 2022-07-06 16:39:24 -04:00
service-worker.ts feat: service worker with etag cache (#3897) 2022-06-14 15:40:52 -04:00
serviceWorkerRegistration.ts Merge branch 'main' into v3-main 2021-04-19 11:37:33 -05:00
setupTests.ts feat: service worker with etag cache (#3897) 2022-06-14 15:40:52 -04:00
test-utils.tsx refactor: rm useActiveWeb3React (#4004) 2022-06-30 16:38:02 -07:00