We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 46f262f commit 4072bd1Copy full SHA for 4072bd1
src/appsConfig.tsx
@@ -46,6 +46,7 @@ export const NF_TUNES_TOKENS: app_token[] = IS_DEVNET
46
{ tokenIdentifier: "DATANFTFT-e0b917", nonce: 299 },
47
{ tokenIdentifier: "DATANFTFT-e0b917", nonce: 301 },
48
{ tokenIdentifier: "DATANFTFT-e0b917", nonce: 324 },
49
+ { tokenIdentifier: "DATANFTFT-e0b917", nonce: 326 },
50
...Array.from({ length: 4 }, (_, i) => ({ tokenIdentifier: "OASMUSICPL-47b186", nonce: i })),
51
...Array.from({ length: 19 }, (_, i) => ({ tokenIdentifier: "FOOWLDMSC-5ee8ec", nonce: i })),
52
]
0 commit comments