From 303dc438214b73e22196dce4e1a2916924b1635a Mon Sep 17 00:00:00 2001 From: Damian Date: Thu, 8 Feb 2024 10:52:16 +0200 Subject: [PATCH] chore: add new nonce to nf-tunes --- src/appsConfig.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/appsConfig.tsx b/src/appsConfig.tsx index 56c1db33..f703d715 100644 --- a/src/appsConfig.tsx +++ b/src/appsConfig.tsx @@ -36,6 +36,7 @@ export const NF_TUNES_TOKENS: app_token[] = IS_DEVNET { tokenIdentifier: "DATANFTFT-e0b917", nonce: 15 }, { tokenIdentifier: "DATANFTFT-e0b917", nonce: 34 }, { tokenIdentifier: "DATANFTFT-e0b917", nonce: 42 }, + { tokenIdentifier: "DATANFTFT-e0b917", nonce: 56 }, // { tokenIdentifier: "DATANFTFT-e0b917", nonce: 529 }, ] : [{ tokenIdentifier: "DATANFTFT-e936d4", nonce: 4 }];