Skip to content

Commit e8694a6

Browse files
authored
Merge pull request #6103 from BitGo/coin-4036-onboard-h00ts-nft-collection
feat(statics): onboard apt:h00ts mainnet NFT collection
2 parents 812af4e + 35ecfaf commit e8694a6

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

modules/statics/src/base.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2590,6 +2590,9 @@ export enum UnderlyingAsset {
25902590
'apt:usdc' = 'apt:usdc',
25912591
'apt:pact' = 'apt:pact',
25922592

2593+
// Apt mainnet NFT collections
2594+
'apt:h00ts' = 'apt:h00ts',
2595+
25932596
// Apt testnet tokens
25942597
'tapt:usdt' = 'tapt:usdt',
25952598

modules/statics/src/coins.ts

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3218,7 +3218,14 @@ export const coins = CoinMap.fromCoins([
32183218
UnderlyingAsset['tapt:usdt'],
32193219
APT_FEATURES
32203220
),
3221-
// TODO: remove after APT NFTs are live on prod
3221+
aptNFTCollection(
3222+
'3672e359-d96d-46fc-9a37-9c87c1d52a86',
3223+
'apt:h00ts',
3224+
'H00ts',
3225+
'0x1093cde390746ccb86d1d8440b9fe8e812322714226b11618ea42e572d23128c',
3226+
UnderlyingAsset['apt:h00ts'],
3227+
APT_FEATURES
3228+
),
32223229
taptNFTCollection(
32233230
'8f222afb-99b5-4811-b7d0-3a0753b8be74',
32243231
'tapt:nftcollection1',

0 commit comments

Comments
 (0)