diff options
author | Wei-Ning Huang <w@dexon.org> | 2018-11-02 17:28:26 +0800 |
---|---|---|
committer | Wei-Ning Huang <w@dexon.org> | 2019-03-12 12:19:09 +0800 |
commit | 187c765625af261213da3b35fa94bdd0b252c584 (patch) | |
tree | 4b97dac7510612841ce49a220110c33c53a24052 /test | |
parent | 1f96be77a55876efd22d1e2f7887941ede7b70c0 (diff) | |
download | dexon-187c765625af261213da3b35fa94bdd0b252c584.tar.gz dexon-187c765625af261213da3b35fa94bdd0b252c584.tar.zst dexon-187c765625af261213da3b35fa94bdd0b252c584.zip |
test: add faucet address into genesis
Diffstat (limited to 'test')
-rw-r--r-- | test/genesis.json | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/test/genesis.json b/test/genesis.json index 6ad621c6d..15c69179e 100644 --- a/test/genesis.json +++ b/test/genesis.json @@ -39,6 +39,10 @@ "balance": "100000000000000000000000", "staked": "0" }, + "0xe0F859340353854693F537ea337106a33E9FeAB0": { + "balance": "100000000000000000000000000", + "staked": "0" + }, "0x361e4958bd8b4d035C68C473193E77FdAb6aEa9D": { "balance": "1000000000000000000000", "staked": "500000000000000000000", |