keep-network / local-setup

Allow to easily set up tBTC and Keep locally for development and test purposes.
MIT License
8 stars 16 forks source link

Add default tbtc.js key to local geth chain #113

Closed nkuba closed 3 years ago

nkuba commented 3 years ago

In tbtc.js we use 0x420ae5d973e58bc39822d9457bf8a02f127ed473 address by default. We added its' private key to the geth keystore and included it in the genesis block to fund it with ETH on initialization.

Depends on https://github.com/keep-network/local-setup/pull/112