feat: upgrade sdk-core to 3.2.6 and add AVAX (#6757)
* init refactor * upgrade to 3.2.6 and refactor more uses of chainid * cleaned up lock file * remove console log and add placeholder * use supported chains type for switch fn * allow passing of all chainIds to switcher * additional typecast * better casting solution * yarn.lock cleanup * prettier * better casting for rpc * prettier * deprecate no longer needed addresses * better isSupported checking * deprecate redundant fn * cleanup toSupportedChainId * address initial ocmments * pretier * includes testnet * remove unused export * merge conflicts * spread for mutable copy * explorer text * check is supported before activating chain * remove extra uses of mumbai * remove cast to MockChainId * retain var name supportedChainId * updated prettier * use t for explorer translation * use mockchainid for test * feat: Add Avalanche support (#6776) * init avax * add most avax props * add logo * correct subgraph * update avax blocksPerFetch * add square logo * upgrade ur sdk * version syntax * correct tokens * remove unused token * remove unused token * update token list and add coming soon to searchbar * add coming soon to token explore page * names to ids * cleaned up routing * usdc token * upgrade default token list * update SOR * upgrade SOR * merge conflicts * snowtrace * upgrade SOR * handle be avax support * temp hide avax * show pool positions * whole * spotprice update * not yet supported * BACKEND_SUPPORTED_CHAINS * add avax to BE not supported * update multicall blocks to 5 * add todo * updated prettier --------- Co-authored-by:Charles Bachmeier <charlie@genie.xyz> * be added avax token balances * validateUrlChainParam should return eth for backend unsupported chain * readonly * respond to comments --------- Co-authored-by:
Charles Bachmeier <charlie@genie.xyz>
Showing
| ... | ... | @@ -97,7 +97,7 @@ |
| "@types/ua-parser-js": "^0.7.36", | ||
| "@types/uuid": "^8.3.4", | ||
| "@types/wcag-contrast": "^3.0.0", | ||
| "@uniswap/default-token-list": "^9.6.0", | ||
| "@uniswap/default-token-list": "^11.2.0", | ||
| "@uniswap/eslint-config": "^1.2.0", | ||
| "@vanilla-extract/babel-plugin": "^1.1.7", | ||
| "@vanilla-extract/jest-transform": "^1.1.1", | ||
| ... | ... | @@ -166,10 +166,10 @@ |
| "@uniswap/permit2-sdk": "1.2.0", | ||
| "@uniswap/redux-multicall": "^1.1.8", | ||
| "@uniswap/router-sdk": "^1.3.0", | ||
| "@uniswap/sdk-core": "^3.2.3", | ||
| "@uniswap/smart-order-router": "^3.12.1", | ||
| "@uniswap/sdk-core": "^3.2.6", | ||
| "@uniswap/smart-order-router": "3.13.5", | ||
| "@uniswap/token-lists": "^1.0.0-beta.31", | ||
| "@uniswap/universal-router-sdk": "^1.5.1", | ||
| "@uniswap/universal-router-sdk": "^1.5.3", | ||
| "@uniswap/v2-core": "1.0.0", | ||
| "@uniswap/v2-periphery": "^1.1.0-beta.0", | ||
| "@uniswap/v2-sdk": "^3.0.1", | ||
| ... | ... |
src/assets/svg/avax_logo.svg
0 → 100644
Please register or sign in to comment