Skip to content

Commit

Permalink
Sin/testnet 9 (#2567)
Browse files Browse the repository at this point in the history
* fix: remove `ExecutionFees` references

* New set of deployments

* Adjust config files to the latest changes
  • Loading branch information
ChiTimesChi authored May 9, 2024
1 parent e18bf80 commit c920c85
Show file tree
Hide file tree
Showing 29 changed files with 2,073 additions and 1,945 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"latestInterchainClient": "InterchainClientV1",
"trustedModules": ["SynapseModule"],
"appConfig": {
"0_requiredResponses": 1,
"1_optimisticPeriod": 30
"requiredResponses": 1,
"optimisticPeriod": 30
},
"messageLengthEstimate": 1024
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"latestInterchainClient": "InterchainClientV1",
"trustedModules": ["SynapseModule"],
"appConfig": {
"0_requiredResponses": 1,
"1_optimisticPeriod": 30
"requiredResponses": 1,
"optimisticPeriod": 30
},
"gasLimit": 500000
}
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"claimFeeBPS": 10,
"feeCollector": "0xAe61329Ce0AfFA55A7174916214fC2560a1CdD9f",
"feeRecipient": "0xAe61329Ce0AfFA55A7174916214fC2560a1CdD9f",
"gasOracleName": "SynapseGasOracleV1",
"threshold": 6,
"verifiers": [
Expand Down
Loading

0 comments on commit c920c85

Please sign in to comment.