We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d63faa commit 32ca215Copy full SHA for 32ca215
src/appsConfig.tsx
@@ -49,6 +49,7 @@ export const NF_TUNES_TOKENS: app_token[] = IS_DEVNET
49
: [
50
{ tokenIdentifier: "DATANFTFT-e936d4", nonce: 4 },
51
{ tokenIdentifier: "DATANFTFT-e936d4", nonce: 9 },
52
+ { tokenIdentifier: "DATANFTFT-e936d4", nonce: 10 },
53
...Array.from({ length: 91 }, (_, i) => ({ tokenIdentifier: "DFEE-72425b", nonce: i })),
54
];
55
0 commit comments