kopia lustrzana https://github.com/bugout-dev/dao
20 wiersze
637 B
Markdown
20 wiersze
637 B
Markdown
## Faucet address:
|
|
`0x008dB85178d557a5612941131FDF75028422Df33`
|
|
|
|
## Env varaiables:
|
|
|
|
- [x] `export MOONSTREAM_TOKEN=0x02620263be8A046Ca4812723596934AA20D7DC3C`
|
|
|
|
## Deploy:
|
|
|
|
```bash
|
|
dao faucet deploy --network mumbai --sender .secrets/dao-dev.json --moonstream-token-address-arg $MOONSTREAM_TOKEN --owner 0x9ed191db1829371f116deb9748c26b49467a592a --faucet-amount-arg 10000000000000000000 --faucet-block-interval-arg 50
|
|
```
|
|
|
|
## Mint some tokens to faucet contract:
|
|
|
|
```bash
|
|
dao moonstream mint --networm mumbai --address $MOONSTREAM_TOKEN --sender .secrets/dao-dev.json --account $MOONSTREAM_FAUCET --amount 10000000000000000000000
|
|
```
|
|
|