You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -2491,9 +2503,11 @@ or if it's actually an intermediate hash.`,
2491
2503
fClaim.StringVar(&inputUlxlyArgs.globalIndex, ArgGlobalIndex, "", "an override of the global index value")
2492
2504
fClaim.DurationVar(&inputUlxlyArgs.wait, ArgWait, time.Duration(0), "retry claiming until deposit is ready, up to specified duration (available for claim asset and claim message)")
2493
2505
fClaim.StringVar(&inputUlxlyArgs.proofGER, ArgProofGER, "", "if specified and using legacy mode, the proof will be generated against this GER")
2506
+
fClaim.Uint32Var(&inputUlxlyArgs.proofL1InfoTreeIndex, ArgProofL1InfoTreeIndex, 0, "if specified and using aggkit mode, the proof will be generated against this L1 Info Tree Index")
--addresses strings comma-separated list of wallet addresses to fund
88
-
--contract-address string address of pre-deployed Funder contract
89
-
--eth-amount big.Int amount of wei to send to each wallet (default 50000000000000000)
90
-
-f, --file string output JSON file path for storing addresses and private keys of funded wallets (default "wallets.json")
91
-
--hd-derivation derive wallets to fund from private key in deterministic way (default true)
92
-
-h, --help help for fund
93
-
--key-file string file containing accounts private keys, one per line
94
-
-n, --number uint number of wallets to fund (default 10)
95
-
--private-key string hex encoded private key to use for sending transactions (default "0x42b6e34dc21598a807dc19d7784c71b2a7a01f6480dc6f58258f78e539f1a1fa")
--seed string seed string for deterministic wallet generation (e.g., 'ephemeral_test')
87
+
--addresses strings comma-separated list of wallet addresses to fund
88
+
--approve-amount big.Int amount of ERC20 tokens to approve for the spender (default 1000000000000000000000)
89
+
--approve-spender string address to approve for spending tokens from each funded wallet
90
+
--erc20-bulk-funder-address string address of pre-deployed ERC20BulkFunder contract
91
+
--eth-amount big.Int amount of wei to send to each wallet (default 50000000000000000)
92
+
-f, --file string output JSON file path for storing addresses and private keys of funded wallets (default "wallets.json")
93
+
--funder-address string address of pre-deployed funder contract
94
+
--hd-derivation derive wallets to fund from private key in deterministic way (default true)
95
+
-h, --help help for fund
96
+
--key-file string file containing accounts private keys, one per line
97
+
--multicall3-address string address of pre-deployed multicall3 contract
98
+
-n, --number uint number of wallets to fund (default 10)
99
+
--private-key string hex encoded private key to use for sending transactions (default "0x42b6e34dc21598a807dc19d7784c71b2a7a01f6480dc6f58258f78e539f1a1fa")
100
+
--rate-limit float requests per second limit (use negative value to remove limit) (default 4)
0 commit comments