Skip to content

Commit

Permalink
temporary set hardfork time for private testnet
Browse files Browse the repository at this point in the history
  • Loading branch information
tak1827 committed Dec 2, 2024
1 parent a471998 commit 2e982e5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion contracts/oasys/deployments.go
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ var deploymentSets = map[common.Hash]map[uint64]deploymentSet{
1880660: deploymentSet{deployments10},
4017600: deploymentSet{deployments11},
4958700: deploymentSet{deployments12},
9999999: deploymentSet{deployments13}, // TODO:
5420336: deploymentSet{deployments13}, // TODO:
},
defaultGenesisHash: {
2: deploymentSet{
Expand Down
2 changes: 1 addition & 1 deletion params/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ var (
BerlinBlock: big.NewInt(0),
LondonBlock: big.NewInt(0),
ShanghaiTime: newUint64(1718600000), // Mon Jun 17 2024 13:53:20 GMT+0900
CancunTime: newUint64(9999999999),
CancunTime: newUint64(1733135569),

Oasys: &OasysConfig{
Period: 15,
Expand Down

0 comments on commit 2e982e5

Please sign in to comment.