Skip to content

Commit

Permalink
Merge pull request #4239 from dmkozh/testnet_phase2_write_fee
Browse files Browse the repository at this point in the history
Reduce the range of the testnet write fees.

Reviewed-by: sisuresh
  • Loading branch information
latobarita committed Mar 13, 2024
2 parents f7a767a + 56945e8 commit a7bb37b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 322 deletions.
14 changes: 7 additions & 7 deletions soroban-settings/testnet_settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,18 @@
},
{
"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
}
},
{
"contract_ledger_cost_v0": {
"ledger_max_read_ledger_entries": 40,
"ledger_max_read_bytes": 133120,
"ledger_max_write_ledger_entries": 25,
"ledger_max_write_bytes": 66560,
"ledger_max_read_ledger_entries": 200,
"ledger_max_read_bytes": 500000,
"ledger_max_write_ledger_entries": 125,
"ledger_max_write_bytes": 70000,
"tx_max_read_ledger_entries": 40,
"tx_max_read_bytes": 133120,
"tx_max_write_ledger_entries": 25,
Expand All @@ -25,8 +25,8 @@
"fee_write_ledger_entry": 10000,
"fee_read1_kb": 1786,
"bucket_list_target_size_bytes": 200000000,
"write_fee1_kb_bucket_list_low": -12034,
"write_fee1_kb_bucket_list_high": 115390,
"write_fee1_kb_bucket_list_low": 9231,
"write_fee1_kb_bucket_list_high": 23078,
"bucket_list_write_fee_growth_factor": 1000
}
},
Expand Down
315 changes: 0 additions & 315 deletions soroban-settings/testnet_settings_phase2.json

This file was deleted.

0 comments on commit a7bb37b

Please sign in to comment.