From 60f7724b1ef2071f78de714e3c201b731b07d39e Mon Sep 17 00:00:00 2001 From: Magnus Ironroot <98550061+magnusironroot@users.noreply.github.com> Date: Tue, 18 Oct 2022 15:53:35 -0500 Subject: [PATCH] modify dfk chain testnet upgrade bytes to disable contract deployer allowlist (#305) Co-authored-by: Drew Kerby --- networks/testnet/335/upgrade.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/networks/testnet/335/upgrade.json b/networks/testnet/335/upgrade.json index 7748229845..e7adc8e299 100644 --- a/networks/testnet/335/upgrade.json +++ b/networks/testnet/335/upgrade.json @@ -5,6 +5,12 @@ "adminAddresses": ["0x6D4CFd4e19B30050c8963ebf61F4d3cce5641a79"], "blockTimestamp": 1661619600 } + }, + { + "contractDeployerAllowListConfig": { + "blockTimestamp": 1666368000, + "disable": true + } } ] }