Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v1.1: change Layer2 CKB decimals to 18 #241

Merged
merged 1 commit into from
May 2, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions docker/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ services:
condition: service_completed_successfully

godwoken:
image: ghcr.io/zeroqn/godwoken-prebuilds:v1.1-fix-tools-get-balance-parse-account-str
image: ghcr.io/flouse/godwoken-prebuilds:dev-202205020457
healthcheck:
test: /var/lib/layer2/healthcheck.sh
start_period: 10s
Expand Down Expand Up @@ -111,7 +111,7 @@ services:
condition: service_completed_successfully

web3:
image: ghcr.io/nervosnetwork/godwoken-web3-prebuilds:refactor-sudt-with-registry-address-c49d410
image: ghcr.io/nervosnetwork/godwoken-web3-prebuilds:compatibility-breaking-changes-7de34a7
healthcheck:
test: curl http://127.0.0.1:8024 || exit 1
start_period: 10s
Expand Down Expand Up @@ -144,7 +144,7 @@ services:
condition: service_started

web3-indexer:
image: ghcr.io/nervosnetwork/godwoken-web3-indexer-prebuilds:refactor-sudt-with-registry-address-c49d410
image: ghcr.io/nervosnetwork/godwoken-web3-indexer-prebuilds:compatibility-breaking-changes-7de34a7
volumes:
- ./layer2/config:/var/lib/layer2/config
- ./web3/indexer_entrypoint.sh:/var/lib/web3-indexer/entrypoint.sh
Expand Down