Skip to content

Commit

Permalink
Set mainnet/testnet patch timestmaps. Switch to stable sync-admin
Browse files Browse the repository at this point in the history
  • Loading branch information
badrogger committed Dec 20, 2023
1 parent 5d15f63 commit ab6545f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion docker-compose-sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ services:
skale-sync-admin:
<<: *skale_base
container_name: skale_sync_admin
image: skalenetwork/admin:2.11.0-beta-sync-node.7
image: skalenetwork/admin:2.11.0-sync-node.3
network_mode: host
tty: true
cap_add:
Expand Down
14 changes: 7 additions & 7 deletions static_params.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,9 @@ envs:
revertableFSPatchTimestamp: 1681473600
contractStoragePatchTimestamp: 1681732800
verifyDaSigsPatchTimestamp: 1681300800
storageDestructionPatchTimestamp: 0
powCheckPatchTimestamp: 0
skipInvalidTransactionsPatchTimestamp: 0
storageDestructionPatchTimestamp: 1703851200
powCheckPatchTimestamp: 1703592000
skipInvalidTransactionsPatchTimestamp: 1703764800
snapshotIntervalSec: 86400
emptyBlockIntervalMs: 10000
snapshotDownloadTimeout: 18000
Expand Down Expand Up @@ -130,9 +130,9 @@ envs:
revertableFSPatchTimestamp: 1678100400
contractStoragePatchTimestamp: 1678100400
verifyDaSigsPatchTimestamp: 1678100400
storageDestructionPatchTimestamp: 0
powCheckPatchTimestamp: 0
skipInvalidTransactionsPatchTimestamp: 0
storageDestructionPatchTimestamp: 1702393200
powCheckPatchTimestamp: 1702296000
skipInvalidTransactionsPatchTimestamp: 1702382400
snapshotIntervalSec: 86400
emptyBlockIntervalMs: 10000
snapshotDownloadTimeout: 18000
Expand Down Expand Up @@ -228,7 +228,7 @@ envs:
snapshotDownloadInactiveTimeout: 120

schain_cmd:
["-v 3", "--web3-trace", "--enable-debug-behavior-apis", "--aa no"]
["-v 2", "--aa no"]

node:
common:
Expand Down

0 comments on commit ab6545f

Please sign in to comment.