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
--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
+
--contract-address string address of pre-deployed Funder contract
91
+
--erc20-bulk-funder-address string address of pre-deployed ERC20BulkFunder contract
92
+
--eth-amount big.Int amount of wei to send to each wallet (default 50000000000000000)
93
+
-f, --file string output JSON file path for storing addresses and private keys of funded wallets (default "wallets.json")
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
+
-n, --number uint number of wallets to fund (default 10)
98
+
--private-key string hex encoded private key to use for sending transactions (default "0x42b6e34dc21598a807dc19d7784c71b2a7a01f6480dc6f58258f78e539f1a1fa")
0 commit comments