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@byzantine-lab.io>2019-06-12 17:27:20 +0800
commit95dadff0cf35ff6ca9d148ac66b9223c5e36f3c3 (patch)
tree9c555929422772e09f9860e6a5159d7373d5242d /core/genesis.go
parent90ae869a1a8609bc0cec53b2ce9fd52cea40d7af (diff)
downloadgo-tangerine-95dadff0cf35ff6ca9d148ac66b9223c5e36f3c3.tar.gz
go-tangerine-95dadff0cf35ff6ca9d148ac66b9223c5e36f3c3.tar.zst
go-tangerine-95dadff0cf35ff6ca9d148ac66b9223c5e36f3c3.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),
}
}