• Jordan Frankfurt's avatar
    feat: Add BNB Network support (#6036) · d3085c1f
    Jordan Frankfurt authored
    * 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: default avatarTina <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: default avatarILIA.eth <4621066+ilyamk@users.noreply.github.com>
    Co-authored-by: default avatarTina <59578595+tinaszheng@users.noreply.github.com>
    Co-authored-by: default avatarlynn <41491154+lynnshaoyu@users.noreply.github.com>
    Co-authored-by: default avatarTina Zheng <tina.s.zheng+github@gmail.com>
    Co-authored-by: default avatarEddie Dugan <eddie.dugan@uniswap.org>
    d3085c1f
providers.ts 3.14 KB