Skip to content

Commit c435009

Browse files
committed
Revert "added celo usdt"
This reverts commit 24a386e.
1 parent 44e0486 commit c435009

File tree

3 files changed

+0
-15
lines changed

3 files changed

+0
-15
lines changed

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

-6
Original file line numberDiff line numberDiff line change
@@ -56,11 +56,5 @@ 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-
}]
6559
]
6660
]] as const satisfies MapLevels<[Network, Chain, PorticoContracts]>

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

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

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

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

0 commit comments

Comments
 (0)