Skip to content

Commit 155a337

Browse files
feat: go account support for IP token aria
TICKET: WIN-8291
1 parent 18d4cb0 commit 155a337

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

modules/sdk-coin-tempo/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,12 +40,12 @@
4040
]
4141
},
4242
"dependencies": {
43-
"@bitgo/sdk-core": "^36.23.1",
44-
"@bitgo/statics": "^58.16.1"
43+
"@bitgo/sdk-core": "36.23.2",
44+
"@bitgo/statics": "58.17.0"
4545
},
4646
"devDependencies": {
47-
"@bitgo/sdk-api": "^1.71.9",
48-
"@bitgo/sdk-test": "^9.1.17"
47+
"@bitgo/sdk-api": "1.72.0",
48+
"@bitgo/sdk-test": "9.1.18"
4949
},
5050
"files": [
5151
"dist"

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)