Commit 1266ec4 1 parent fedd32e commit 1266ec4 Copy full SHA for 1266ec4
File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -69,13 +69,13 @@ services:
69
69
# note: the SHA here is tied to the XTMPD_CONTRACTS_*_ADDRESSes
70
70
# if you bump the version of anvil-xmtpd you will have to change the contracts
71
71
# you can find them inside the anvil-xmtpd image via `docker exec libxmtp-chain-1 cat contracts.env`
72
- image : ghcr.io/xmtp/anvil-xmtpd:sha-9d0de26
72
+ image : ghcr.io/xmtp/anvil-xmtpd:v0.2.0
73
73
command : ["--host", "0.0.0.0"]
74
74
75
75
repnode :
76
76
platform : linux/amd64
77
77
# note: avoid using :latest while xmtpd is under development to avoid breaking changes
78
- image : ghcr.io/xmtp/xmtpd:sha-9d0de26
78
+ image : ghcr.io/xmtp/xmtpd:v0.2.0
79
79
environment :
80
80
XMTPD_DB_WRITER_CONNECTION_STRING : " postgres://postgres:xmtp@replicationdb:5432/postgres?sslmode=disable"
81
81
XMTPD_CONTRACTS_RPC_URL : " http://chain:8545"
You can’t perform that action at this time.
0 commit comments