Skip to content

Commit

Permalink
SC reset #3 after oracle changes
Browse files Browse the repository at this point in the history
  • Loading branch information
chrischarlesharrison committed Dec 18, 2023
1 parent 3daa9c6 commit 492484f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion core/genesis.go
Expand Up @@ -489,7 +489,7 @@ func DefaultTestnetGenesisBlock() *Genesis {
Config: params.TestnetChainConfig,
Number: 0,
Nonce: 0,
Timestamp: 1701881196, // wed 6th dec 2023
Timestamp: 1702925864, // wed 18th dec 2023
ExtraData: GenerateGenesisExtraDataForIBFTValSet(validatorSet),
GasLimit: 30000000,
GasUsed: 0, //ok unless we add a smart contract in the genesis state
Expand Down
2 changes: 1 addition & 1 deletion params/config.go
Expand Up @@ -31,7 +31,7 @@ import (
var (
MainnetGenesisHash = common.HexToHash("0x4fda998638776057c8c27989bc021aed4b813fcebd483bf7a6b139f6efb324a6")
StagenetGenesisHash = common.HexToHash("0x619e6f8fa6e99eb9829e1f0c7fa62a999d47bf8a7da51a72c2af3cd83cb6e4a3")
TestnetGenesisHash = common.HexToHash("0xcafc40bfdbfce1f6df3101f231619cab204ea901c0cdc9d403dffd025180161d")
TestnetGenesisHash = common.HexToHash("0x8ee4eff129f80e7b58b581a0d002f7be0c6f98ec5f96236f5add83ad540f8a09")
)

// TrustedCheckpoints associates each known checkpoint with the genesis hash of
Expand Down

0 comments on commit 492484f

Please sign in to comment.