File tree Expand file tree Collapse file tree 2 files changed +11
-1
lines changed
Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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' ,
You can’t perform that action at this time.
0 commit comments