Skip to content

Commit 3fcad89

Browse files
authored
Merge pull request #7046 from BitGo/SC-3216-sdk-token
feat(statics): add stAVAX mainnet token
2 parents e9094b5 + b2842ac commit 3fcad89

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

modules/statics/src/base.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2328,6 +2328,7 @@ export enum UnderlyingAsset {
23282328
'avaxc:ticov2' = 'avaxc:ticov2',
23292329
'avaxc:nxpc' = 'avaxc:nxpc',
23302330
'avaxc:spxux' = 'avaxc:spxux',
2331+
'avaxc:stavax' = 'avaxc:stavax',
23312332
'tavaxc:opm' = 'tavaxc:opm',
23322333
'tavaxc:cop2peq' = 'tavaxc:cop2peq',
23332334
'tavaxc:xsgd' = 'tavaxc:xsgd',

modules/statics/src/coins/avaxTokens.ts

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -182,6 +182,14 @@ export const avaxTokens = [
182182
'0x152b9d0fdc40c096757f570a51e494bd4b943e50',
183183
UnderlyingAsset['avaxc:btc']
184184
),
185+
avaxErc20(
186+
'473a970c-9538-49ef-82f6-c2ff486efc12',
187+
'avaxc:stavax',
188+
'Hypha Staked AVAX',
189+
18,
190+
'0xa25eaf2906fa1a3a13edac9b9657108af7b703e3',
191+
UnderlyingAsset['avaxc:stavax']
192+
),
185193
// Begin FTX missing AVAXC tokens
186194
avaxErc20(
187195
'c98de371-69a7-4f06-9a6e-810f0fc2b0bc',

0 commit comments

Comments
 (0)