From 09709ec6c3a6fd9dbfa12afe7755059a031fbe42 Mon Sep 17 00:00:00 2001 From: Siddharth Suresh Date: Tue, 26 Nov 2024 15:23:46 -0800 Subject: [PATCH] Update testnet.json --- local/core/etc/config-settings/p22/testnet.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/local/core/etc/config-settings/p22/testnet.json b/local/core/etc/config-settings/p22/testnet.json index 1e1604f9..d15274b6 100644 --- a/local/core/etc/config-settings/p22/testnet.json +++ b/local/core/etc/config-settings/p22/testnet.json @@ -5,7 +5,7 @@ }, { "contract_compute_v0": { - "ledger_max_instructions": 100000000, + "ledger_max_instructions": 500000000, "tx_max_instructions": 100000000, "fee_rate_per_instructions_increment": 25, "tx_memory_limit": 41943040 @@ -428,4 +428,4 @@ } } ] -} \ No newline at end of file +}