File tree 3 files changed +15
-0
lines changed
platforms/evm/protocols/portico/src
3 files changed +15
-0
lines changed Original file line number Diff line number Diff line change @@ -56,5 +56,11 @@ 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
+ } ]
59
65
]
60
66
] ] as const satisfies MapLevels < [ Network , Chain , PorticoContracts ] >
Original file line number Diff line number Diff line change @@ -1547,6 +1547,14 @@ 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
+ ] ,
1550
1558
[
1551
1559
"WGLMR" ,
1552
1560
{
Original file line number Diff line number Diff line change @@ -33,5 +33,6 @@ 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' ) ,
36
37
] ,
37
38
} as const ;
You can’t perform that action at this time.
0 commit comments