diff options
author | Wei-Ning Huang <w@dexon.org> | 2018-10-24 16:18:19 +0800 |
---|---|---|
committer | Wei-Ning Huang <w@dexon.org> | 2019-04-09 13:49:55 +0800 |
commit | 47fcc915d3a6e44aee9411e6454188d9ddf9d2e7 (patch) | |
tree | 56e3886aaf9e4b9fc2c3443174347659d3b7b8e4 /test | |
parent | d13600e5476ab82cd2b3251b4736afa74be68436 (diff) | |
download | dexon-47fcc915d3a6e44aee9411e6454188d9ddf9d2e7.tar dexon-47fcc915d3a6e44aee9411e6454188d9ddf9d2e7.tar.gz dexon-47fcc915d3a6e44aee9411e6454188d9ddf9d2e7.tar.bz2 dexon-47fcc915d3a6e44aee9411e6454188d9ddf9d2e7.tar.lz dexon-47fcc915d3a6e44aee9411e6454188d9ddf9d2e7.tar.xz dexon-47fcc915d3a6e44aee9411e6454188d9ddf9d2e7.tar.zst dexon-47fcc915d3a6e44aee9411e6454188d9ddf9d2e7.zip |
cmd: add a simple monkey tool for stress test
Diffstat (limited to 'test')
-rw-r--r-- | test/genesis.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/genesis.json b/test/genesis.json index ed5e9b7ce..eefd2d59a 100644 --- a/test/genesis.json +++ b/test/genesis.json @@ -1,6 +1,6 @@ { "config": { - "chainId": 1, + "chainId": 237, "homesteadBlock": 0, "eip150Block": 0, "eip150Hash": "0x0000000000000000000000000000000000000000000000000000000000000000", |