Add Shanghai time to Testnet-V4

This commit is contained in:
Shane Bammel 2023-04-26 22:36:45 -05:00
parent f2634a468b
commit d0418b45ee

View File

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