Skip to content

Commit

Permalink
mainnet_v1: bump Godwoken to v1.15.0 (#102)
Browse files Browse the repository at this point in the history
  • Loading branch information
Flouse authored Nov 29, 2023
1 parent 752a18a commit eb92455
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 8 deletions.
6 changes: 3 additions & 3 deletions mainnet_v1/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ volumes:
services:
gw-readonly:
container_name: gw-mainnet_v1-readonly
image: ghcr.io/godwokenrises/godwoken:v1.14.0-smt-trie
image: ghcr.io/godwokenrises/godwoken:v1.15.0-smt-trie
expose: [8119, 8219]
healthcheck:
test: /bin/gw-healthcheck.sh
Expand Down Expand Up @@ -59,7 +59,7 @@ services:
- mainnet_v1-redis-data:/data

web3:
image: ghcr.io/godwokenrises/godwoken-web3-prebuilds:v1.14.0
image: ghcr.io/godwokenrises/godwoken-web3-prebuilds:v1.15.0
healthcheck:
test: curl http://127.0.0.1:8024 || exit 1
volumes:
Expand All @@ -76,7 +76,7 @@ services:
condition: service_healthy

web3-indexer:
image: ghcr.io/godwokenrises/godwoken-web3-indexer-prebuilds:v1.14.0
image: ghcr.io/godwokenrises/godwoken-web3-indexer-prebuilds:v1.15.0
volumes:
- ./web3-indexer-config.toml:/var/lib/web3-indexer/indexer-config.toml
- ./chain-data/logs:/var/lib/web3-indexer/logs
Expand Down
5 changes: 0 additions & 5 deletions mainnet_v1/gw-mainnet_v1-config-readonly.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,6 @@ node_mode = 'readonly'
# see: https://docs.nervos.org/docs/basics/guides/run-ckb-with-docker/#run-a-ckb-mainnet-node
[rpc_client]
ckb_url = 'https://mainnet.ckb.dev/rpc'
# If a CKB indexer RPC url is explicitly specified, we assume that we are
# connecting to a standalone indexer (i.e. we use get_tip).
# Otherwise we just use CKB RPC url and assume that we are connecting to CKB
# builtin indexer (i.e. we use get_indexer_tip).
# indexer_url = 'standalone ckb-indexer, optional'

[rpc_server]
listen = '0.0.0.0:8119'
Expand Down

0 comments on commit eb92455

Please sign in to comment.