github.com/cwntr/go-defi@v0.0.0-20210629134751-07f9ec2f7e66/scripts/startETH.sh (about) 1 #!/bin/bash 2 3 # Set the mnemoic to make sure that the address generated is the same 4 # Unlock the account to mint some coins 5 npm install -g ganache-cli 6 ganache-cli -q \ 7 -f https://api.archivenode.io/f3ci97apoi9r4am0szbpvff3ci97nfel@11400000 \ 8 -m "clutch captain shoe salt awake harvest setup primary inmate ugly among become" \ 9 -i 1 \ 10 --unlock 0x39aa39c021dfbae8fac545936693ac917d5e7563 \ 11 --unlock 0xa0df350d2637096571F7A701CBc1C5fdE30dF76A \ 12 -u 0x9759A6Ac90977b93B58547b4A71c78317f391A28 &