aboutsummaryrefslogtreecommitdiffstats
path: root/params/config.go
diff options
context:
space:
mode:
authorWei-Ning Huang <w@byzantine-lab.io>2019-10-02 13:44:20 +0800
committerWei-Ning Huang <w@byzantine-lab.io>2019-10-03 14:52:28 +0800
commitd3e0eca00b8bf09b491b7404004dbc67e3eb904d (patch)
tree805c6e445eddd42b2dee03e86c7af2fde3901497 /params/config.go
parent6675923a8ed9f6abdaad6505e402b0b9c59fd529 (diff)
downloadgo-tangerine-d3e0eca00b8bf09b491b7404004dbc67e3eb904d.tar
go-tangerine-d3e0eca00b8bf09b491b7404004dbc67e3eb904d.tar.gz
go-tangerine-d3e0eca00b8bf09b491b7404004dbc67e3eb904d.tar.bz2
go-tangerine-d3e0eca00b8bf09b491b7404004dbc67e3eb904d.tar.lz
go-tangerine-d3e0eca00b8bf09b491b7404004dbc67e3eb904d.tar.xz
go-tangerine-d3e0eca00b8bf09b491b7404004dbc67e3eb904d.tar.zst
go-tangerine-d3e0eca00b8bf09b491b7404004dbc67e3eb904d.zip
build: ci: fix tests
Diffstat (limited to 'params/config.go')
-rw-r--r--params/config.go4
1 files changed, 3 insertions, 1 deletions
diff --git a/params/config.go b/params/config.go
index 595130f47..b1f79dd67 100644
--- a/params/config.go
+++ b/params/config.go
@@ -175,7 +175,8 @@ var (
EIP155Block: big.NewInt(2675000),
EIP158Block: big.NewInt(2675000),
ByzantiumBlock: big.NewInt(4370000),
- ConstantinopleBlock: nil,
+ ConstantinopleBlock: big.NewInt(7280000),
+ PetersburgBlock: big.NewInt(7280000),
Ethash: new(EthashConfig),
}
@@ -192,6 +193,7 @@ var (
EIP158Block: big.NewInt(10),
ByzantiumBlock: big.NewInt(1700000),
ConstantinopleBlock: big.NewInt(4230000),
+ PetersburgBlock: big.NewInt(4939394),
Ethash: new(EthashConfig),
}
)