Skip to content

Commit

Permalink
Merge pull request #122 from oasysgames/feat/delay-mainnet-hardfork-v1.7
Browse files Browse the repository at this point in the history
dely mainnet hardfork by 2 dyas
  • Loading branch information
tak1827 authored Dec 8, 2024
2 parents 8460f8c + 01245dc commit 4e08e52
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion contracts/oasys/deployments.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ var deploymentSets = map[common.Hash]map[uint64]deploymentSet{
1892000: deploymentSet{deployments10},
4089588: deploymentSet{deployments11},
5095900: deploymentSet{deployments12},
5498661: deploymentSet{deployments13},
5527429: deploymentSet{deployments13},
},
params.OasysTestnetGenesisHash: {
1: deploymentSet{deployments0},
Expand Down
2 changes: 1 addition & 1 deletion contracts/oasys/oasys_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1184,7 +1184,7 @@ func TestDeploy(t *testing.T) {
{1892000, []deployFn{_deployments10}},
{4089588, []deployFn{_deployments11}},
{5095900, []deployFn{_deployments12}},
{5498661, []deployFn{_deployments13}},
{5527429, []deployFn{_deployments13}},
},
},
{
Expand Down
2 changes: 1 addition & 1 deletion params/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ var (
BerlinBlock: big.NewInt(0),
LondonBlock: big.NewInt(0),
ShanghaiTime: newUint64(1721910600), // Thu Jul 25 2024 21:30:00 GMT+0900
CancunTime: newUint64(1734336000), // Mon Dec 16 2024 17:00:00 GMT+0900
CancunTime: newUint64(1734508800), // Wed Dec 18 2024 17:00:00 GMT+0900

Oasys: &OasysConfig{
Period: 15,
Expand Down

0 comments on commit 4e08e52

Please sign in to comment.