Skip to content

Commit 208b55e

Browse files
authored
Merge pull request #9203 from BitGo/CSHLD-1127/fixMineboxNFTSymbol
fix(statics): correct The Mine Box NFT symbol to erc721:minebox
2 parents 63e487b + 61f0746 commit 208b55e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

modules/statics/src/allCoinsAndTokens.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5987,7 +5987,7 @@ export const allCoinsAndTokens = [
59875987
),
59885988
erc721(
59895989
'7edee566-24d5-4523-ab01-3e1abe6ffff2',
5990-
'erc721:themine',
5990+
'erc721:minebox',
59915991
'The Mine Box',
59925992
'0x2b3c1760a126275002cf7ea003fa4d513cc89f0d'
59935993
),

modules/statics/src/coins.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -446,7 +446,7 @@ export function createTokenMapUsingConfigDetails(tokenConfigMap: Record<string,
446446
'erc1155:bsctoken',
447447
'terc1155:bsctoken',
448448
'erc721:witch',
449-
'erc721:themine',
449+
'erc721:minebox',
450450
'erc721:token',
451451
'erc1155:token',
452452
'nonstandard:token',

0 commit comments

Comments
 (0)