mirror of
https://gitlab.com/pulsechaincom/lighthouse-pulse.git
synced 2024-12-28 14:57:17 +00:00
9 lines
215 B
Bash
9 lines
215 B
Bash
|
#!/usr/bin/env bash
|
||
|
|
||
|
ganache-cli \
|
||
|
--defaultBalanceEther 1000000000 \
|
||
|
--gasLimit 1000000000 \
|
||
|
--accounts 10 \
|
||
|
--mnemonic "vast thought differ pull jewel broom cook wrist tribe word before omit" \
|
||
|
--port 8545 \
|