File tree Expand file tree Collapse file tree 5 files changed +212
-211
lines changed Expand file tree Collapse file tree 5 files changed +212
-211
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ NEXT_PUBLIC_DAPP_HOST = http://localhost:3000
20
20
NEXT_PUBLIC_EGLD_TRANSFER_ADDRESS = erd17a4wydhhd6t3hhssvcp9g23ppn7lgkk4g2tww3eqzx4mlq95dukss0g50f
21
21
22
22
# The smart contract address used for minting the NFT token (as example deployed Elven Tools Smart Contract)
23
- NEXT_PUBLIC_MINT_SMART_CONTRACT_ADDRESS = erd1qqqqqqqqqqqqqpgqztp5vpqrxe2tha224jwsa3sv2800a88zgtksar2kc8
23
+ NEXT_PUBLIC_MINT_SMART_CONTRACT_ADDRESS = erd1qqqqqqqqqqqqqpgqufmyqvy3kvda2uywqgx809lglxftq9t667es3956pv
24
24
25
25
# The function/endpoint name for minting on the smart contract
26
26
NEXT_PUBLIC_MINT_FUNCTION_NAME = mint
Original file line number Diff line number Diff line change @@ -26,6 +26,7 @@ yarn-error.log*
26
26
27
27
# local env files
28
28
.env * .local
29
+ .env.local
29
30
30
31
# vercel
31
32
.vercel
Original file line number Diff line number Diff line change
1
+ ### [ 9.2.0] ( https://github.com/xdevguild/nextjs-dapp-template/releases/tag/v9.2.0 ) (2023-11-05)
2
+ - update useElven - new useMultiTokenTransfer hook
3
+
1
4
### [ 9.1.1] ( https://github.com/xdevguild/nextjs-dapp-template/releases/tag/v9.1.1 ) (2023-10-28)
2
5
- update useElven - fix NaiveAuth configuration
3
6
You can’t perform that action at this time.
0 commit comments