diff options
author | Wei-Ning Huang <w@dexon.org> | 2018-10-24 16:18:19 +0800 |
---|---|---|
committer | Wei-Ning Huang <w@byzantine-lab.io> | 2019-06-12 17:27:16 +0800 |
commit | 185c358e4e0e430df9cd68f85888e8b142786609 (patch) | |
tree | 15c46fff628dd04f9639ff39740026d52f7fff6a /test | |
parent | 5dde0c2ceb01183871b1aa1c7906cae7794a1293 (diff) | |
download | go-tangerine-185c358e4e0e430df9cd68f85888e8b142786609.tar go-tangerine-185c358e4e0e430df9cd68f85888e8b142786609.tar.gz go-tangerine-185c358e4e0e430df9cd68f85888e8b142786609.tar.bz2 go-tangerine-185c358e4e0e430df9cd68f85888e8b142786609.tar.lz go-tangerine-185c358e4e0e430df9cd68f85888e8b142786609.tar.xz go-tangerine-185c358e4e0e430df9cd68f85888e8b142786609.tar.zst go-tangerine-185c358e4e0e430df9cd68f85888e8b142786609.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", |