Skip to content

Commit 669c59c

Browse files
committed
fix(statics): fix AVAX Shrapnel token address typo
TICKET: COIN-6346
1 parent 9f10111 commit 669c59c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/statics/src/coins/avaxTokens.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -440,7 +440,7 @@ export const avaxTokens = [
440440
'avaxc:shrap',
441441
'Shrapnel',
442442
18,
443-
'0xd402298a793948698b9a63311404fbeee944eafd',
443+
'0xd402298a793948698b9a63311404fbbee944eafd',
444444
UnderlyingAsset['avaxc:shrap']
445445
),
446446
avaxErc20(

0 commit comments

Comments
 (0)