Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
40 changes: 40 additions & 0 deletions modules/statics/src/allCoinsAndTokens.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3350,6 +3350,46 @@ export const allCoinsAndTokens = [
Networks.test.megaeth
),

// Morph mainnet tokens
erc20Token(
'd95a9238-a1e6-42df-862f-a921adf8151d',
'morph:usdc',
'USD Coin',
6,
'0xe34c91815d7fc18a9e2148bcd4241d0a5848b693',
UnderlyingAsset['morph:usdc'],
Networks.main.morph
),
erc20Token(
'7c3fb96a-edaf-4c5d-85b3-4a445ce92fc8',
'morph:usdt',
'Tether USD',
6,
'0xc7d67a9cbb121b3b0b9c053dd9f469523243379a',
UnderlyingAsset['morph:usdt'],
Networks.main.morph
),
erc20Token(
'03ccbfa5-c912-45f7-8b77-9e21950a5369',
'morph:usd1',
'USD1',
18,
'0x111111d2bf19e43c34263401e0cad979ed1cdb61',
UnderlyingAsset['morph:usd1'],
Networks.main.morph
),

// Morph testnet tokens
erc20Token(
'7949177e-0c92-4a02-8f34-cee1cbfb38d1',
'tmorph:tmt',
'Test Mintable Token',
6,
'0x5257950b5277dac30536eae4742ffef4e5af5256',
UnderlyingAsset['tmorph:tmt'],
Networks.test.morph
),

// Plume testnet tokens
erc20Token(
'67a140e3-c73e-4984-af13-7b1555ee3ff3',
Expand Down
32 changes: 0 additions & 32 deletions modules/statics/src/coins/erc20Coins.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14272,36 +14272,4 @@ export const erc20Coins = [
'0x01791f726b4103694969820be083196cc7c045ff',
UnderlyingAsset['eth:yb']
),
erc20(
'd95a9238-a1e6-42df-862f-a921adf8151d',
'morph:usdc',
'USD Coin',
6,
'0xe34c91815d7fc18a9e2148bcd4241d0a5848b693',
UnderlyingAsset['morph:usdc']
),
erc20(
'7c3fb96a-edaf-4c5d-85b3-4a445ce92fc8',
'morph:usdt',
'Tether USD',
6,
'0xc7d67a9cbb121b3b0b9c053dd9f469523243379a',
UnderlyingAsset['morph:usdt']
),
erc20(
'03ccbfa5-c912-45f7-8b77-9e21950a5369',
'morph:usd1',
'USD1',
18,
'0x111111d2bf19e43c34263401e0cad979ed1cdb61',
UnderlyingAsset['morph:usd1']
),
terc20(
'7949177e-0c92-4a02-8f34-cee1cbfb38d1',
'tmorph:tmt',
'Test Mintable Token',
6,
'0x5257950b5277dac30536eae4742ffef4e5af5256',
UnderlyingAsset['tmorph:tmt']
),
];