Skip to content

Commit 6c64596

Browse files
committed
feat(statics): add Hoodi testnet NFT token configuration
Add support for dj nft test (superUrgent) ERC-721 token on Hoodi testnet - Contract address: 0x78d74402093e002b84d36a40d9b47ee06186ab4e - Token ID: terc721:hoodidj Ticket: COIN-5402
1 parent 927f03a commit 6c64596

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

modules/statics/src/allCoinsAndTokens.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2698,6 +2698,12 @@ export const allCoinsAndTokens = [
26982698
'Test BITGO ERC 1155 Token',
26992699
'0x87cd6a40640befdd96e563b788a6b1fb3e07a186'
27002700
),
2701+
terc721(
2702+
'a4f3e8c2-7b9d-4e1f-b5c6-3d2a1e9f8b7c',
2703+
'terc721:hoodidj',
2704+
'dj nft test (superUrgent)',
2705+
'0x78d74402093e002b84d36a40d9b47ee06186ab4e'
2706+
),
27012707
tstellarToken(
27022708
'47887cb5-98bb-4942-bd25-3ccca0847f36',
27032709
'txlm:BST-GBQTIOS3XGHB7LVYGBKQVJGCZ3R4JL5E4CBSWJ5ALIJUHBKS6263644L',

modules/statics/src/coins.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -320,6 +320,7 @@ export function createTokenMapUsingConfigDetails(tokenConfigMap: Record<string,
320320
'tnonstandard:token',
321321
'terc721:bitgoerc721',
322322
'terc1155:bitgoerc1155',
323+
'terc721:hoodidj',
323324
'erc721:polygontoken',
324325
'erc1155:polygontoken',
325326
'terc721:polygontoken',

0 commit comments

Comments
 (0)