File tree Expand file tree Collapse file tree 5 files changed +0
-27
lines changed
pages/PoolsPage/v3/SupplyLiquidityV3/containers/SelectFeeTier Expand file tree Collapse file tree 5 files changed +0
-27
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,6 @@ REACT_APP_POLYGON_ZKEVM_URL="https://tokens.coingecko.com/polygon-zkevm/all.json
1212REACT_APP_COINGECKO_MANTA_URL = " https://tokens.coingecko.com/manta-pacific/all.json"
1313REACT_APP_COINGECKO_IMMUTABLE_URL = " https://tokens.coingecko.com/immutable/all.json"
1414REACT_APP_COINGECKO_DOGE_URL = " https://tokens.coingecko.com/dogechain/all.json"
15- REACT_APP_COINGECKO_ASTAR_URL = " https://tokens.coingecko.com/astar/all.json"
1615REACT_APP_COINGECKO_KAVA_URL = " https://tokens.coingecko.com/kava/all.json"
1716REACT_APP_COINGECKO_SONEIUM_URL = " https://tokens.coingecko.com/soneium/all.json"
1817REACT_APP_COINGECKO_ETHEREUM_URL = " https://tokens.coingecko.com/ethereum/all.json"
Original file line number Diff line number Diff line change @@ -363,7 +363,6 @@ export const SUPPORTED_CHAINIDS = [
363363 ChainId . DOGECHAIN ,
364364 ChainId . ETHEREUM ,
365365 ChainId . IMX ,
366- ChainId . ASTARZKEVM ,
367366 ChainId . ZKATANA ,
368367 ChainId . TIMX ,
369368 ChainId . ZKTESTNET ,
Original file line number Diff line number Diff line change @@ -21,7 +21,6 @@ export enum V3TradeState {
2121
2222const QUOTE_GAS_OVERRIDES : { [ chainId : number ] : number } = {
2323 [ ChainId . ZKEVM ] : 20_000_000 ,
24- [ ChainId . ASTARZKEVM ] : 100_000_000 ,
2524 [ ChainId . MANTA ] : 20_000_000 ,
2625} ;
2726
Original file line number Diff line number Diff line change @@ -16,8 +16,6 @@ const gammaChainName = (chainId?: ChainId) => {
1616 return 'manta' ;
1717 case ChainId . IMX :
1818 return 'immutable-zkevm' ;
19- case ChainId . ASTARZKEVM :
20- return 'astar-zkevm' ;
2119 default :
2220 return 'polygon' ;
2321 }
Original file line number Diff line number Diff line change @@ -166,28 +166,6 @@ const SelectFeeTier: React.FC<SelectFeeTierProps> = ({ mintInfo }) => {
166166 description : t ( 'bestForExoticPair' ) ,
167167 } ,
168168 ] ,
169- [ ChainId . ASTARZKEVM ] : [
170- {
171- id : 'uni-0.01' ,
172- text : '0.01%' ,
173- description : t ( 'availableForStablePair' ) ,
174- } ,
175- {
176- id : 'uni-0.05' ,
177- text : '0.05%' ,
178- description : t ( 'highlyLiquidPair' ) ,
179- } ,
180- {
181- id : 'uni-0.3' ,
182- text : '0.3%' ,
183- description : t ( 'bestForMostPair' ) ,
184- } ,
185- {
186- id : 'uni-1' ,
187- text : '1%' ,
188- description : t ( 'bestForExoticPair' ) ,
189- } ,
190- ] ,
191169 [ ChainId . MINATO ] : [
192170 {
193171 id : 'uni-0.01' ,
You can’t perform that action at this time.
0 commit comments