Skip to content

Commit

Permalink
QR drop version 45
Browse files Browse the repository at this point in the history
  • Loading branch information
galekseev committed Aug 12, 2024
1 parent cf66a8e commit 0c73e50
Show file tree
Hide file tree
Showing 3 changed files with 434 additions and 1 deletion.
424 changes: 424 additions & 0 deletions deployments/base/MerkleDrop128-45.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/.latest
Original file line number Diff line number Diff line change
@@ -1 +1 @@
44
45
9 changes: 9 additions & 0 deletions src/qrdrop.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,15 @@ const program = new commander.Command();
// Example usage: node ./src/qrdrop.js -gqlv 28 -a 10,20,30,40,50 -n 140,140,210,140,70
// Example usage: node ./src/qrdrop.js -x -u "https://app.1inch.io/#/1/qr?d=IgA..." -r "0x347b0605206ea9851b1172ad9c2a935f"
// Example usage: node ./src/qrdrop.js -c
// scripts
// "qr:create": "node ./src/qrdrop.js -gqlczv",
// "qr:deploy": "hardhat deploy:qr --network",
// "qr:check": "node ./src/qrdrop.js -x",
// scripts examples
// yarn qr:create 44 -a 5,10,20,30,40,50 -n 25,30,40,50,30,25 --chainId 8453
// yarn qr:deploy hardhat --v 35 --r 0xc8f9f70ceaa4d05d893e74c933eed42b --h 9
// yarn qr:check -u "https://app..." -r 0x347b0605206ea9851b1172ad9c2a935f

program
// generation mode
.option('-v, --version <version>', 'deployment instance version', false)
Expand Down

0 comments on commit 0c73e50

Please sign in to comment.