Skip to content

Commit 0399c13

Browse files
authored
Merge pull request #4200 from sisuresh/key
Set key size to initial value Reviewed-by: dmkozh
2 parents 40a02cf + 1b1b3e1 commit 0399c13

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

soroban-settings/pubnet_phase1.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,7 @@
287287
]
288288
},
289289
{
290-
"contract_data_key_size_bytes": 300
290+
"contract_data_key_size_bytes": 200
291291
},
292292
{
293293
"contract_data_entry_size_bytes": 65536

soroban-settings/testnet_settings.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,7 @@
287287
]
288288
},
289289
{
290-
"contract_data_key_size_bytes": 300
290+
"contract_data_key_size_bytes": 200
291291
},
292292
{
293293
"contract_data_entry_size_bytes": 65536

0 commit comments

Comments
 (0)