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 @@ -2773,6 +2773,17 @@ export const allCoinsAndTokens = [
27732773 Networks . test . ip
27742774 ) ,
27752775
2776+ // Story mainnet tokens
2777+ erc20Token (
2778+ '2460e83c-e819-42c3-83c9-3974e08a45c8' ,
2779+ 'ip:aria' ,
2780+ 'Aria' ,
2781+ 18 ,
2782+ '0xc9cbbd8f211300dd0e7a3933b7aeedac6f61dd52' ,
2783+ UnderlyingAsset [ 'ip:aria' ] ,
2784+ Networks . main . ip
2785+ ) ,
2786+
27762787 hederaCoin (
27772788 '98aad956-27ee-45dd-aa43-6a23c9a1d1d0' ,
27782789 'hbar' ,
Original file line number Diff line number Diff line change @@ -2912,6 +2912,9 @@ export enum UnderlyingAsset {
29122912 // Story testnet tokens
29132913 'tip:usdc' = 'tip:usdc' ,
29142914
2915+ // Story mainnet tokens
2916+ 'ip:aria' = 'ip:aria' ,
2917+
29152918 // Arbitrum testnet tokens
29162919 'tarbeth:link' = 'tarbeth:link' ,
29172920 'tarbeth:xsgd' = 'tarbeth:xsgd' ,
You can’t perform that action at this time.
0 commit comments