Skip to content

Commit cd468d1

Browse files
feat: onboard tplume:usdc
Ticket: WIN-8130
1 parent 709009c commit cd468d1

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

modules/statics/src/allCoinsAndTokens.ts

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2805,6 +2805,17 @@ export const allCoinsAndTokens = [
28052805
Networks.main.ip
28062806
),
28072807

2808+
// Plume testnet tokens
2809+
erc20Token(
2810+
'67a140e3-c73e-4984-af13-7b1555ee3ff3',
2811+
'tplume:usdc',
2812+
'Testnet Plume USDC',
2813+
6,
2814+
'0xcb5f30e335672893c7eb944b374c196392c19d18',
2815+
UnderlyingAsset['tplume:usdc'],
2816+
Networks.test.plume
2817+
),
2818+
28082819
hederaCoin(
28092820
'98aad956-27ee-45dd-aa43-6a23c9a1d1d0',
28102821
'hbar',

modules/statics/src/base.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2928,6 +2928,9 @@ export enum UnderlyingAsset {
29282928
// Story mainnet tokens
29292929
'ip:aria' = 'ip:aria',
29302930

2931+
// Plume testnet tokens
2932+
'tplume:usdc' = 'tplume:usdc',
2933+
29312934
// Arbitrum testnet tokens
29322935
'tarbeth:link' = 'tarbeth:link',
29332936
'tarbeth:xsgd' = 'tarbeth:xsgd',

0 commit comments

Comments
 (0)