File tree 3 files changed +0
-15
lines changed
platforms/evm/protocols/portico/src
3 files changed +0
-15
lines changed Original file line number Diff line number Diff line change @@ -56,11 +56,5 @@ export const porticoContracts = [
56
56
porticoPancakeSwap : '0x4568aa1eA0ED54db666c58B4526B3FC9BD9be9bf' ,
57
57
pancakeSwapQuoterV2 : '0xB048Bbc1Ee6b733FFfCFb9e9CeF7375518e25997' ,
58
58
} ] ,
59
- [ "Celo" , {
60
- porticoUniswap : '0xE565E118e75304dD3cF83dff409c90034b7EA18a' ,
61
- uniswapQuoterV2 : '0x82825d0554fA07f7FC52Ab63c961F330fdEFa8E8' ,
62
- porticoPancakeSwap : undefined ,
63
- pancakeSwapQuoterV2 : undefined ,
64
- } ]
65
59
]
66
60
] ] as const satisfies MapLevels < [ Network , Chain , PorticoContracts ] >
Original file line number Diff line number Diff line change @@ -1547,14 +1547,6 @@ const mainnetTokenEntries = [
1547
1547
address : "0x471ece3750da237f93b8e339c536989b8978a438" ,
1548
1548
} ,
1549
1549
] ,
1550
- [
1551
- "USDT" ,
1552
- {
1553
- symbol : "USDT" ,
1554
- decimals : 6 ,
1555
- address : "0x48065fbBE25f71C9282ddf5e1cD6D6A887483D5e" ,
1556
- } ,
1557
- ] ,
1558
1550
[
1559
1551
"WGLMR" ,
1560
1552
{
Original file line number Diff line number Diff line change @@ -33,6 +33,5 @@ export const supportedTokens = {
33
33
Wormhole . tokenId ( 'Ethereum' , '0xdAC17F958D2ee523a2206206994597C13D831ec7' ) ,
34
34
Wormhole . tokenId ( 'Optimism' , '0x94b008aA00579c1307B0EF2c499aD98a8ce58e58' ) ,
35
35
Wormhole . tokenId ( 'Polygon' , '0xc2132D05D31c914a87C6611C10748AEb04B58e8F' ) ,
36
- Wormhole . tokenId ( 'Celo' , '0x48065fbBE25f71C9282ddf5e1cD6D6A887483D5e' ) ,
37
36
] ,
38
37
} as const ;
You can’t perform that action at this time.
0 commit comments