Add Shanghai time to Testnet-V4

This commit is contained in:
Shane Bammel 2023-04-26 22:36:45 -05:00
parent a55bb2dbf2
commit 9066524f07

View File

@ -66,6 +66,7 @@ var (
Ethash: new(EthashConfig),
PrimordialPulseBlock: big.NewInt(16_492_700),
Treasury: testnetTreasury(),
ShanghaiTime: newUint64(1682700369),
}
)