Skip to content

Commit b6c3a07

Browse files
committed
Reapply "added celo usdt"
This reverts commit a0ad1e8.
1 parent 8f4531d commit b6c3a07

File tree

3 files changed

+15
-0
lines changed

3 files changed

+15
-0
lines changed

core/base/src/constants/contracts/portico.ts

+6
Original file line numberDiff line numberDiff line change
@@ -56,5 +56,11 @@ export const porticoContracts = [
5656
porticoPancakeSwap: '0x4568aa1eA0ED54db666c58B4526B3FC9BD9be9bf',
5757
pancakeSwapQuoterV2: '0xB048Bbc1Ee6b733FFfCFb9e9CeF7375518e25997',
5858
}],
59+
["Celo", {
60+
porticoUniswap: '0xE565E118e75304dD3cF83dff409c90034b7EA18a',
61+
uniswapQuoterV2: '0x82825d0554fA07f7FC52Ab63c961F330fdEFa8E8',
62+
porticoPancakeSwap: undefined,
63+
pancakeSwapQuoterV2: undefined,
64+
}]
5965
]
6066
]] as const satisfies MapLevels<[Network, Chain, PorticoContracts]>

core/base/src/constants/tokens/mainnet.ts

+8
Original file line numberDiff line numberDiff line change
@@ -1547,6 +1547,14 @@ const mainnetTokenEntries = [
15471547
address: "0x471ece3750da237f93b8e339c536989b8978a438",
15481548
},
15491549
],
1550+
[
1551+
"USDT",
1552+
{
1553+
symbol: "USDT",
1554+
decimals: 6,
1555+
address: "0x48065fbBE25f71C9282ddf5e1cD6D6A887483D5e",
1556+
},
1557+
],
15501558
[
15511559
"WGLMR",
15521560
{

platforms/evm/protocols/portico/src/consts.ts

+1
Original file line numberDiff line numberDiff line change
@@ -33,5 +33,6 @@ export const supportedTokens = {
3333
Wormhole.tokenId('Ethereum', '0xdAC17F958D2ee523a2206206994597C13D831ec7'),
3434
Wormhole.tokenId('Optimism', '0x94b008aA00579c1307B0EF2c499aD98a8ce58e58'),
3535
Wormhole.tokenId('Polygon', '0xc2132D05D31c914a87C6611C10748AEb04B58e8F'),
36+
Wormhole.tokenId('Celo', '0x48065fbBE25f71C9282ddf5e1cD6D6A887483D5e'),
3637
],
3738
} as const;

0 commit comments

Comments
 (0)