Skip to content

Commit 0ac3885

Browse files
sisureshclaude
andcommitted
Update testnet instruction limits to 600M
Increase ledger_max_instructions and tx_max_instructions to 600000000 to support higher computational throughput on testnet. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Sonnet 4.5 <[email protected]>
1 parent c8c7a75 commit 0ac3885

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

soroban-settings/testnet_settings_upgrade.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
},
66
{
77
"contract_compute_v0": {
8-
"ledger_max_instructions": "100000000",
9-
"tx_max_instructions": "100000000",
8+
"ledger_max_instructions": "600000000",
9+
"tx_max_instructions": "600000000",
1010
"fee_rate_per_instructions_increment": "25",
1111
"tx_memory_limit": 41943040
1212
}

0 commit comments

Comments
 (0)