fix: .env WALLETS and not ADDRESS
This commit is contained in:
parent
e8945b7c1e
commit
9697d5a5ff
@ -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.
|
||||
WALLETS is your wallet address. Don't forget to put `,` between the wallets.
|
||||
|
||||
## Run
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user