diff options
author | Wei-Ning Huang <w@dexon.org> | 2018-12-31 22:20:55 +0800 |
---|---|---|
committer | Wei-Ning Huang <w@dexon.org> | 2019-01-14 15:26:26 +0800 |
commit | 27c033710623e8e144182f42a0b20c5bd3af66e9 (patch) | |
tree | d99d06b1689dac990853f02c6e3c15e7c8251d99 /core/genesis.go | |
parent | a304f1d9c6bb09b866e40a910d1e67221b30503d (diff) | |
download | dexon-27c033710623e8e144182f42a0b20c5bd3af66e9.tar dexon-27c033710623e8e144182f42a0b20c5bd3af66e9.tar.gz dexon-27c033710623e8e144182f42a0b20c5bd3af66e9.tar.bz2 dexon-27c033710623e8e144182f42a0b20c5bd3af66e9.tar.lz dexon-27c033710623e8e144182f42a0b20c5bd3af66e9.tar.xz dexon-27c033710623e8e144182f42a0b20c5bd3af66e9.tar.zst dexon-27c033710623e8e144182f42a0b20c5bd3af66e9.zip |
params: update taipei testnet genesis and config (#113)
Diffstat (limited to 'core/genesis.go')
-rw-r--r-- | core/genesis.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/genesis.go b/core/genesis.go index 1d14011e1..8ad06bbe2 100644 --- a/core/genesis.go +++ b/core/genesis.go @@ -412,7 +412,7 @@ func DefaultTaipeiGenesisBlock() *Genesis { ExtraData: hexutil.MustDecode("0x3535353535353535353535353535353535353535353535353535353535353535"), GasLimit: 40000000, Difficulty: big.NewInt(1), - Alloc: decodePrealloc(testnetAllocData), + Alloc: decodePrealloc(taipeiAllocData), } } |