diff --git a/network-configs/hubblenet/genesis.json b/network-configs/hubblenet/genesis.json index 4327b4ec37..c3a36e3084 100644 --- a/network-configs/hubblenet/genesis.json +++ b/network-configs/hubblenet/genesis.json @@ -38,12 +38,6 @@ "rewardManagerConfig": { "blockTimestamp": 0, "adminAddresses": ["0x8747adFCE380492ec7e9b78761Ec7C87F5Cd3d4F"] - }, - "jurorConfig": { - "blockTimestamp": 0 - }, - "ticksConfig": { - "blockTimestamp": 0 } }, "alloc": { diff --git a/network-configs/hubblenet/upgrade.json b/network-configs/hubblenet/upgrade.json new file mode 100644 index 0000000000..f81b1f6c52 --- /dev/null +++ b/network-configs/hubblenet/upgrade.json @@ -0,0 +1,14 @@ +{ + "precompileUpgrades": [ + { + "jurorConfig": { + "blockTimestamp": 1699950600 + } + }, + { + "ticksConfig": { + "blockTimestamp": 1699950600 + } + } + ] +}