Skip to content

Commit

Permalink
Update offchain v0.6.0 + fees settings
Browse files Browse the repository at this point in the history
  • Loading branch information
xmariachi committed Nov 21, 2024
1 parent 37fa29f commit 1691061
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions config.example.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,14 @@
"gas": "auto",
"gasAdjustment": 1.5,
"gasPrices": 10,
"maxFees": 2000000,
"maxFees": 25000000,
"nodeRpc": "https://allora-rpc.testnet.allora.network",
"maxRetries": 5,
"retryDelay": 3,
"accountSequenceRetryDelay": 5,
"submitTx": true
"submitTx": true,
"blockDurationEstimated": 5,
"windowCorrectionFactor": 0.8
},
"worker": [
{
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ services:

worker:
container_name: worker
image: alloranetwork/allora-offchain-node:v0.5.1
image: alloranetwork/allora-offchain-node:v0.6.0
volumes:
- ./worker-data:/data
depends_on:
Expand Down

0 comments on commit 1691061

Please sign in to comment.