Skip to content

Commit

Permalink
Bump XMTPD version (#1497)
Browse files Browse the repository at this point in the history
A bunch of goodies in the new version. Nonces are fixed and DB startup is fixed.
  • Loading branch information
mkysel authored Jan 13, 2025
1 parent d25351a commit 05cee6f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions dev/docker/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,19 +69,19 @@ services:
# note: the SHA here is tied to the XTMPD_CONTRACTS_*_ADDRESSes
# if you bump the version of anvil-xmtpd you will have to change the contracts
# you can find them inside the anvil-xmtpd image via `docker exec libxmtp-chain-1 cat contracts.env`
image: ghcr.io/xmtp/anvil-xmtpd:sha-10808fb
image: ghcr.io/xmtp/anvil-xmtpd:sha-9d0de26
command: ["--host", "0.0.0.0"]

repnode:
platform: linux/amd64
# note: avoid using :latest while xmtpd is under development to avoid breaking changes
image: ghcr.io/xmtp/xmtpd:sha-10808fb
image: ghcr.io/xmtp/xmtpd:sha-9d0de26
environment:
XMTPD_DB_WRITER_CONNECTION_STRING: "postgres://postgres:xmtp@replicationdb:5432/postgres?sslmode=disable"
XMTPD_CONTRACTS_RPC_URL: "http://chain:8545"
XMTPD_CONTRACTS_NODES_ADDRESS: 0xe7f1725E7734CE288F8367e1Bb143E90bb3F0512
XMTPD_CONTRACTS_MESSAGES_ADDRESS: 0x5FbDB2315678afecb367f032d93F642f64180aa3
XMTPD_CONTRACTS_IDENTITY_UPDATES_ADDRESS: 0x9fE46736679d2D9a65F0992F2272dE9f3c7fa6e0
XMTPD_CONTRACTS_NODES_ADDRESS: 0xDc64a140Aa3E981100a9becA4E685f962f0cF6C9
XMTPD_CONTRACTS_MESSAGES_ADDRESS: 0xe7f1725E7734CE288F8367e1Bb143E90bb3F0512
XMTPD_CONTRACTS_IDENTITY_UPDATES_ADDRESS: 0xCf7Ed3AccA5a467e9e704C703E8D87F634fB0Fc9
XMTPD_SIGNER_PRIVATE_KEY: 0x59c6995e998f97a5a0044966f0945389dc9e86dae88c7a8412f4603b6b78690d
XMTPD_PAYER_PRIVATE_KEY: 0x59c6995e998f97a5a0044966f0945389dc9e86dae88c7a8412f4603b6b78690d
XMTPD_MLS_VALIDATION_GRPC_ADDRESS: "http://validation:50051"
Expand Down

0 comments on commit 05cee6f

Please sign in to comment.