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 @@ -2689,6 +2689,17 @@ export const allCoinsAndTokens = [
26892689 Networks . test . ip
26902690 ) ,
26912691
2692+ // Story mainnet tokens
2693+ erc20Token (
2694+ '2460e83c-e819-42c3-83c9-3974e08a45c8' ,
2695+ 'ip:aria' ,
2696+ 'Aria' ,
2697+ 18 ,
2698+ '0xc9cbbd8f211300dd0e7a3933b7aeedac6f61dd52' ,
2699+ UnderlyingAsset [ 'ip:aria' ] ,
2700+ Networks . test . ip
2701+ ) ,
2702+
26922703 hederaCoin (
26932704 '98aad956-27ee-45dd-aa43-6a23c9a1d1d0' ,
26942705 'hbar' ,
Original file line number Diff line number Diff line change @@ -2901,6 +2901,9 @@ export enum UnderlyingAsset {
29012901 // Story testnet tokens
29022902 'tip:usdc' = 'tip:usdc' ,
29032903
2904+ // Story mainnet tokens
2905+ 'ip:aria' = 'ip:aria' ,
2906+
29042907 // Arbitrum testnet tokens
29052908 'tarbeth:link' = 'tarbeth:link' ,
29062909 'tarbeth:xsgd' = 'tarbeth:xsgd' ,
You can’t perform that action at this time.
0 commit comments