Skip to content

Commit

Permalink
Revert "added celo usdt"
Browse files Browse the repository at this point in the history
This reverts commit 24a386e.
  • Loading branch information
kev1n-peters committed Oct 11, 2024
1 parent 24a386e commit a0ad1e8
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 15 deletions.
6 changes: 0 additions & 6 deletions core/base/src/constants/contracts/portico.ts
Original file line number Diff line number Diff line change
Expand Up @@ -56,11 +56,5 @@ export const porticoContracts = [
porticoPancakeSwap: '0x4568aa1eA0ED54db666c58B4526B3FC9BD9be9bf',
pancakeSwapQuoterV2: '0xB048Bbc1Ee6b733FFfCFb9e9CeF7375518e25997',
}],
["Celo", {
porticoUniswap: '0xE565E118e75304dD3cF83dff409c90034b7EA18a',
uniswapQuoterV2: '0x82825d0554fA07f7FC52Ab63c961F330fdEFa8E8',
porticoPancakeSwap: undefined,
pancakeSwapQuoterV2: undefined,
}]
]
]] as const satisfies MapLevels<[Network, Chain, PorticoContracts]>
8 changes: 0 additions & 8 deletions core/base/src/constants/tokens/mainnet.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1547,14 +1547,6 @@ const mainnetTokenEntries = [
address: "0x471ece3750da237f93b8e339c536989b8978a438",
},
],
[
"USDT",
{
symbol: "USDT",
decimals: 6,
address: "0x48065fbBE25f71C9282ddf5e1cD6D6A887483D5e",
},
],
[
"WGLMR",
{
Expand Down
1 change: 0 additions & 1 deletion platforms/evm/protocols/portico/src/consts.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,5 @@ export const supportedTokens = {
Wormhole.tokenId('Ethereum', '0xdAC17F958D2ee523a2206206994597C13D831ec7'),
Wormhole.tokenId('Optimism', '0x94b008aA00579c1307B0EF2c499aD98a8ce58e58'),
Wormhole.tokenId('Polygon', '0xc2132D05D31c914a87C6611C10748AEb04B58e8F'),
Wormhole.tokenId('Celo', '0x48065fbBE25f71C9282ddf5e1cD6D6A887483D5e'),
],
} as const;

0 comments on commit a0ad1e8

Please sign in to comment.