From 4c9bda2320054b8cdce260bf7d659d312b70d81a Mon Sep 17 00:00:00 2001 From: atvanguard <3612498+atvanguard@users.noreply.github.com> Date: Tue, 14 Nov 2023 15:29:49 +0000 Subject: [PATCH] activate precompiles (#138) --- network-configs/hubblenet/genesis.json | 6 ------ network-configs/hubblenet/upgrade.json | 14 ++++++++++++++ 2 files changed, 14 insertions(+), 6 deletions(-) create mode 100644 network-configs/hubblenet/upgrade.json 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 + } + } + ] +}