Skip to content

Commit 5fed22e

Browse files
Merge pull request #7998 from BitGo/WIN-8769
feat(statics): add morpheth tokens
2 parents b15f82f + 6ade779 commit 5fed22e

1 file changed

Lines changed: 40 additions & 0 deletions

File tree

modules/statics/src/allCoinsAndTokens.ts

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3455,6 +3455,46 @@ export const allCoinsAndTokens = [
34553455
Networks.test.morph
34563456
),
34573457

3458+
// MorphEth mainnet tokens
3459+
erc20Token(
3460+
'088dcce6-6259-4012-a1e2-857534ea88fc',
3461+
'morpheth:usdc',
3462+
'USD Coin',
3463+
6,
3464+
'0xe34c91815d7fc18a9e2148bcd4241d0a5848b693',
3465+
UnderlyingAsset['morpheth:usdc'],
3466+
Networks.main.morpheth
3467+
),
3468+
erc20Token(
3469+
'03257b8a-67cc-4a84-9226-b757852fff63',
3470+
'morpheth:usdt',
3471+
'Tether USD',
3472+
6,
3473+
'0xc7d67a9cbb121b3b0b9c053dd9f469523243379a',
3474+
UnderlyingAsset['morpheth:usdt'],
3475+
Networks.main.morpheth
3476+
),
3477+
erc20Token(
3478+
'f0dad043-371d-48a4-a3cb-d798b4fc0fee',
3479+
'morpheth:usd1',
3480+
'USD1',
3481+
18,
3482+
'0x111111d2bf19e43c34263401e0cad979ed1cdb61',
3483+
UnderlyingAsset['morpheth:usd1'],
3484+
Networks.main.morpheth
3485+
),
3486+
3487+
// MorphEth testnet tokens
3488+
erc20Token(
3489+
'3383765b-37f9-4609-baf3-37c42f0ffee7',
3490+
'tmorpheth:tmt',
3491+
'Test Mintable Token',
3492+
6,
3493+
'0x5257950b5277dac30536eae4742ffef4e5af5256',
3494+
UnderlyingAsset['tmorpheth:tmt'],
3495+
Networks.test.morpheth
3496+
),
3497+
34583498
// Plume testnet tokens
34593499
erc20Token(
34603500
'67a140e3-c73e-4984-af13-7b1555ee3ff3',

0 commit comments

Comments
 (0)