Skip to content

Commit

Permalink
Merge pull request #27 from allora-network/clement/chain-upgrade
Browse files Browse the repository at this point in the history
Update offchain-node version
  • Loading branch information
kush-alloralabs authored Oct 24, 2024
2 parents 2eadb7f + 65bd3ef commit cd68735
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions config.example.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,9 @@
"gas": "auto",
"gasAdjustment": 1.5,
"nodeRpc": "https://allora-rpc.testnet.allora.network",
"maxRetries": 1,
"delay": 1,
"maxRetries": 5,
"retryDelay": 3,
"accountSequenceRetryDelay": 5,
"submitTx": true
},
"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.4.0
image: alloranetwork/allora-offchain-node:v0.5.0
volumes:
- ./worker-data:/data
depends_on:
Expand Down

0 comments on commit cd68735

Please sign in to comment.