Merge pull request 'fix: .env WALLETS and not ADDRESS' (#5) from fix/wallets into develop
Reviewed-on: https://git.enzofoucaud.fr/open-source/sui-faucet-claim/pulls/5
This commit is contained in:
commit
2487c0be4e
@ -1,2 +1,2 @@
|
||||
NETWORK=testnet
|
||||
ADDRESS=WALLET1,WALLET2
|
||||
WALLETS=WALLET1,WALLET2
|
||||
|
||||
@ -10,15 +10,13 @@
|
||||
|
||||
Copy the `.env.example` file and rename it to `.env`. Fill the variables with your own values.
|
||||
|
||||
Don't forget to put `,` between the wallets.
|
||||
|
||||
```env
|
||||
NETWORK={network}
|
||||
WALLET={wallet1},{wallet2},{wallet3},...
|
||||
WALLETS={wallet1},{wallet2},{wallet3},...
|
||||
```
|
||||
|
||||
NETWORK can be `devnet` or `testnet`.
|
||||
WALLET is your wallet address.
|
||||
- NETWORK can be `devnet` or `testnet`.
|
||||
- WALLETS is your wallet address. Don't forget to put `,` between the wallets.
|
||||
|
||||
## Run
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user