Skip to content

Commit

Permalink
docs: Add more consensus nodes. (matter-labs#2648)
Browse files Browse the repository at this point in the history
## What ❔

Add more consensus nodes for testnet and mainnet into config example.
Bumps External Node image version in docker example.
<!-- What are the changes this PR brings about? -->
<!-- Example: This PR adds a PR template to the repo. -->
<!-- (For bigger PRs adding more context is appreciated) -->

## Why ❔

<!-- Why are these changes done? What goal do they contribute to? What
are the principles behind them? -->
<!-- Example: PR templates ensure PR reviewers, observers, and future
iterators are in context about the evolution of repos. -->

## Checklist

<!-- Check your PR fulfills the following items. -->
<!-- For draft PRs check the boxes as you complete them. -->

- [x] PR title corresponds to the body of PR (we generate changelog
entries from PRs).
- [ ] Tests for the changes have been added / updated.
- [x] Documentation comments have been added / updated.
- [ ] Code has been formatted via `zk fmt` and `zk lint`.
  • Loading branch information
yorik committed Aug 13, 2024
1 parent d7b5691 commit 3f2cac6
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ services:
- POSTGRES_PASSWORD=notsecurepassword
- PGPORT=5430
external-node:
image: "matterlabs/external-node:2.0-v24.6.0"
image: "matterlabs/external-node:2.0-v24.16.0"
depends_on:
postgres:
condition: service_healthy
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ services:
- POSTGRES_PASSWORD=notsecurepassword
- PGPORT=5430
external-node:
image: "matterlabs/external-node:2.0-v24.6.0"
image: "matterlabs/external-node:2.0-v24.16.0"
depends_on:
postgres:
condition: service_healthy
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,7 @@ gossip_static_outbound:
addr: 'external-node-consensus-mainnet.zksync.dev:3054'
- key: 'node:public:ed25519:b521e1bb173d04bc83d46b859d1296378e94a40427a6beb9e7fdd17cbd934c11'
addr: 'external-node-moby-consensus-mainnet.zksync.dev:3054'
- key: 'node:public:ed25519:45d23515008b5121484eb774507df63ff4ce9f4b65e6a03b7c9ec4e0474d3044'
addr: 'consensus-mainnet-1.zksync-nodes.com:3054'
- key: 'node:public:ed25519:c278bb0831e8d0dcd3aaf0b7af7c3dca048d50b28c578ceecce61a412986b883'
addr: 'consensus-mainnet-2.zksync-nodes.com:3054'
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,7 @@ gossip_static_outbound:
addr: 'external-node-consensus-sepolia.zksync.dev:3054'
- key: 'node:public:ed25519:cfbbebc74127099680584f07a051a2573e2dd7463abdd000d31aaa44a7985045'
addr: 'external-node-moby-consensus-sepolia.zksync.dev:3054'
- key: 'node:public:ed25519:f48616db5965ada49dcbd51b1de11068a27c9886c900d3522607f16dff2e66fc'
addr: 'consensus-sepolia-1.zksync-nodes.com:3054'
- key: 'node:public:ed25519:3789d49293792755a9c1c2a7ed9b0e210e92994606dcf76388b5635d7ed676cb'
addr: 'consensus-sepolia-2.zksync-nodes.com:3054'

0 comments on commit 3f2cac6

Please sign in to comment.