From b601f19eeedc58bd6c656881b9acbbf6531365ff Mon Sep 17 00:00:00 2001 From: coinplug-jhjin Date: Wed, 13 Sep 2023 10:57:59 +0900 Subject: [PATCH] params: Configuration settings for Bokbunja Hard Fork on Testnet --- params/config.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/params/config.go b/params/config.go index de78a4780faa..d565326e7a02 100644 --- a/params/config.go +++ b/params/config.go @@ -181,9 +181,9 @@ var ( BerlinBlock: big.NewInt(38067000), LondonBlock: big.NewInt(38067000), AvocadoBlock: big.NewInt(40_759_810), - PangyoBlock: nil, - ApplepieBlock: nil, - BokbunjaBlock: nil, + PangyoBlock: big.NewInt(44_671_396), + ApplepieBlock: big.NewInt(44_671_396), + BokbunjaBlock: big.NewInt(44_671_396), Ethash: new(EthashConfig), }