feat: Add BNB Network support (#6036)
* Support BNB Chain * Update Interface with BNB Chain * use SupportedChainId from sdk * yarn-deduplicate * add rpc urls * add support for arbitrum goerli * add arbitrum_goerli to jsonrpc list * remove eslint disables * remove non-existent gql gen Chain type * fix import issues * fix test * Update src/utils/getExplorerLink.ts Co-authored-by:Tina <59578595+tinaszheng@users.noreply.github.com> * add quicknode rpc as primary * bump universal router sdk to support bnb chain * add correct network name for asset repo indexing * add v3 smart order router * yarn-deduplicate --strategy=highest * let ethersproject stuff update * remove safety test that is no longer relevant * update network info link * fix block explorer stuff, fix light theme * add subgraph support * update quicknode rpc * update the wrapped BNB token symbol to WBNB * update useStablecoinPrice api to support loading states * update useStablecoinPrice api to support loading states * Revert "update useStablecoinPrice api to support loading states" This reverts commit c1fa6297d06fdf5100c1d5dfea6a820f7a0eeb7b. * Revert "update useStablecoinPrice api to support loading states" This reverts commit 2e703552b591fd56d032fe35afab9ead911f2ab2. * fix copy and quote token for non-eth networks * add coingecko bnb list * fix: design treatment from @infredible for bnb support (#6052) merging in current state--can merge again when the rest is ready * fix info site links * fix: don't show a price impact warning if the user is (un)wrapping * finish switching to chains/constants * fix chainId test * fred's bnb background colors * pr feedback from zzmp * update sdk-core * remove unused image * update bnb chain asset url extension * new addresses * fix test and patch sdk-core version to use BNB instead of BSC * checking in this weird schema file--maybe a mistake? * remove temp file * fix bases * fix network bridge alert text color * fix: widget defaultToken resetting on TDP --------- Co-authored-by:
ILIA.eth <4621066+ilyamk@users.noreply.github.com> Co-authored-by:
Tina <59578595+tinaszheng@users.noreply.github.com> Co-authored-by:
lynn <41491154+lynnshaoyu@users.noreply.github.com> Co-authored-by:
Tina Zheng <tina.s.zheng+github@gmail.com> Co-authored-by:
Eddie Dugan <eddie.dugan@uniswap.org>
Showing
{ | ||
"name": "@uniswap/interface", | ||
"version": "1.0.7", | ||
"version": "1.1.0", | ||
"description": "Uniswap Interface", | ||
"homepage": ".", | ||
"license": "GPL-3.0-or-later", | ||
... | ... | @@ -144,10 +144,10 @@ |
"@uniswap/permit2-sdk": "1.2.0", | ||
"@uniswap/redux-multicall": "^1.1.8", | ||
"@uniswap/router-sdk": "^1.3.0", | ||
"@uniswap/sdk-core": "^3.2.0", | ||
"@uniswap/sdk-core": "^3.2.2", | ||
"@uniswap/smart-order-router": "^3.6.1", | ||
"@uniswap/token-lists": "^1.0.0-beta.30", | ||
"@uniswap/universal-router-sdk": "^1.3.6", | ||
"@uniswap/universal-router-sdk": "^1.3.8", | ||
"@uniswap/v2-core": "1.0.0", | ||
"@uniswap/v2-periphery": "^1.1.0-beta.0", | ||
"@uniswap/v2-sdk": "^3.0.1", | ||
... | ... |
1.13 KB
src/assets/svg/bnb-logo.svg
0 → 100644