Skip to content

Commit 066f06b

Browse files
committed
update dependencies
1 parent 1de602e commit 066f06b

File tree

5 files changed

+212
-211
lines changed

5 files changed

+212
-211
lines changed

.env.example

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ NEXT_PUBLIC_DAPP_HOST = http://localhost:3000
2020
NEXT_PUBLIC_EGLD_TRANSFER_ADDRESS = erd17a4wydhhd6t3hhssvcp9g23ppn7lgkk4g2tww3eqzx4mlq95dukss0g50f
2121

2222
# 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
2424

2525
# The function/endpoint name for minting on the smart contract
2626
NEXT_PUBLIC_MINT_FUNCTION_NAME = mint

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ yarn-error.log*
2626

2727
# local env files
2828
.env*.local
29+
.env.local
2930

3031
# vercel
3132
.vercel

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
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+
14
### [9.1.1](https://github.com/xdevguild/nextjs-dapp-template/releases/tag/v9.1.1) (2023-10-28)
25
- update useElven - fix NaiveAuth configuration
36

0 commit comments

Comments
 (0)