Skip to content

Commit

Permalink
Update godwoken & web3 images
Browse files Browse the repository at this point in the history
- change Layer2 CKB decimal to 18

```js
     godwoken
      - godwokenrises/godwoken#675

    godwoken-scripts
      - godwokenrises/godwoken-scripts#118

    godowken-polyjuice
      - godwokenrises/godwoken-polyjuice#146

    godowken-tests
      - godwokenrises/godwoken-tests#105
```
  • Loading branch information
Flouse committed May 2, 2022
1 parent 4c386bf commit 76e599a
Showing 1 changed file with 3 additions and 3 deletions.
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

0 comments on commit 76e599a

Please sign in to comment.