aboutsummaryrefslogtreecommitdiffstats
path: root/core/genesis.go
diff options
context:
space:
mode:
authorWei-Ning Huang <w@dexon.org>2018-12-31 22:20:55 +0800
committerWei-Ning Huang <w@dexon.org>2019-04-09 13:50:00 +0800
commit15cb31b66dd099758ebc5241b78a3f2151a78180 (patch)
treea4c961c129014f26dfdc3f4c1aef721ffaac1161 /core/genesis.go
parentdc7da040dc3d6c103f263b7ff8f255cbe106c174 (diff)
downloaddexon-15cb31b66dd099758ebc5241b78a3f2151a78180.tar.gz
dexon-15cb31b66dd099758ebc5241b78a3f2151a78180.tar.zst
dexon-15cb31b66dd099758ebc5241b78a3f2151a78180.zip
params: update taipei testnet genesis and config (#113)
Diffstat (limited to 'core/genesis.go')
-rw-r--r--core/genesis.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/genesis.go b/core/genesis.go
index ce02249c9..62d08933c 100644
--- a/core/genesis.go
+++ b/core/genesis.go
@@ -413,7 +413,7 @@ func DefaultTaipeiGenesisBlock() *Genesis {
ExtraData: hexutil.MustDecode("0x3535353535353535353535353535353535353535353535353535353535353535"),
GasLimit: 40000000,
Difficulty: big.NewInt(1),
- Alloc: decodePrealloc(testnetAllocData),
+ Alloc: decodePrealloc(taipeiAllocData),
}
}