new: can choose between devnet and testnet
This commit is contained in:
parent
bbebd05ad6
commit
b9af0a4270
@ -1 +1,2 @@
|
||||
NETWORK=testnet
|
||||
ADDRESS=WALLET1,WALLET2
|
||||
|
||||
@ -13,9 +13,12 @@ Copy the `.env.example` file and rename it to `.env`. Fill the variables with yo
|
||||
Don't forget to put `,` between the wallets.
|
||||
|
||||
```env
|
||||
WALLET=wallet1,wallet2,etc
|
||||
NETWORK={network}
|
||||
WALLET={wallet1},{wallet2},{wallet3},...
|
||||
```
|
||||
|
||||
NETWORK can be `devnet` or `testnet`.
|
||||
|
||||
## Run
|
||||
|
||||
### Run with go
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user