Skip to content

Commit cac3bb5

Browse files
feat: go account support for IP token aria
TICKET: WIN-8291
1 parent 8d28282 commit cac3bb5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

modules/statics/src/coins/ofcErc20Coins.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4670,6 +4670,9 @@ export const tOfcErc20Coins = [
46704670
18,
46714671
underlyingAssetForSymbol('xdc:weth')
46724672
),
4673+
4674+
// Story Network tokens
4675+
ofcerc20('452cc4f6-3c77-4193-a572-4b0d0f838c3c', 'ofcip:aria', 'Aria', 18, underlyingAssetForSymbol('ip:aria')),
46734676
];
46744677

46754678
function underlyingAssetForSymbol(underlyingAssetValue: string): UnderlyingAsset {

0 commit comments

Comments
 (0)