From f07d6b3748269412851d6492fbbe41b22518c577 Mon Sep 17 00:00:00 2001 From: Shane Bammel Date: Thu, 11 May 2023 18:05:09 -0500 Subject: [PATCH] Update mainnet config --- params/bootnodes.go | 6 +++++- params/pulse.go | 3 ++- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/params/bootnodes.go b/params/bootnodes.go index e23ee6aff..2d5d44f5e 100644 --- a/params/bootnodes.go +++ b/params/bootnodes.go @@ -38,7 +38,11 @@ var HoleskyBootnodes = []string{ // PulseChainBootnodes are the enode URLs of the P2P bootstrap nodes running on // the main PulseChain network. -var PulseChainBootnodes []string // TODO +var PulseChainBootnodes = []string{ + "enode://ba55e4342cdf8b4d45a0da26ed0575f96c8422400930bfde0ec7b241dd60d55651eb6a7010c2275ea63475dd77dbf431ae24b7b0f12453bc5120007e815b85f1@18.216.186.49:30303", // bootnode-aws-us-east-2-001 + "enode://c4c8889c0d4bdc2cff9502e8dba81ab855772767ef023088dfd6d393328c1b3931304672d5fc722cd11b6141ecf0868f86d823748edd1bebd129b4c541509a27@18.188.89.119:30303", // bootnode-aws-us-east-2-002 + "enode://345b8ef4dad4013b994ff664ec3a6b3f0438221794c4946b756bcae7fd0a1eb373a15035d3f032c039b5e3a69884b01774a3ca19c91081058cd05fcd02f93450@18.216.221.152:30303", // bootnode-aws-us-east-2-003 +} // PulseChainTestnetV4Bootnodes are the enode URLs of the P2P bootstrap nodes running on // the PulseChain Testnet V4 network. diff --git a/params/pulse.go b/params/pulse.go index 5f2b44a96..aad724ef1 100644 --- a/params/pulse.go +++ b/params/pulse.go @@ -41,7 +41,8 @@ var ( TerminalTotalDifficulty: PulseChainTerminalTotalDifficulty, TerminalTotalDifficultyPassed: true, Ethash: new(EthashConfig), - PrimordialPulseBlock: big.NewInt(15_700_000), // TODO: UPDATE FORK BLOCK + PrimordialPulseBlock: big.NewInt(17_233_000), + ShanghaiTime: newUint64(1683786515), } PulseChainTestnetV4Config = &ChainConfig{