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 {
2590
2590
'apt:usdc' = 'apt:usdc' ,
2591
2591
'apt:pact' = 'apt:pact' ,
2592
2592
2593
+ // Apt mainnet NFT collections
2594
+ 'apt:h00ts' = 'apt:h00ts' ,
2595
+
2593
2596
// Apt testnet tokens
2594
2597
'tapt:usdt' = 'tapt:usdt' ,
2595
2598
Original file line number Diff line number Diff line change @@ -3218,7 +3218,14 @@ export const coins = CoinMap.fromCoins([
3218
3218
UnderlyingAsset [ 'tapt:usdt' ] ,
3219
3219
APT_FEATURES
3220
3220
) ,
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
+ ) ,
3222
3229
taptNFTCollection (
3223
3230
'8f222afb-99b5-4811-b7d0-3a0753b8be74' ,
3224
3231
'tapt:nftcollection1' ,
You can’t perform that action at this time.
0 commit comments