File tree Expand file tree Collapse file tree 2 files changed +14
-0
lines changed
Expand file tree Collapse file tree 2 files changed +14
-0
lines changed Original file line number Diff line number Diff 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' ,
Original file line number Diff line number Diff 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' ,
You can’t perform that action at this time.
0 commit comments