Skip to content

Commit

Permalink
support okbund v0.7.0 (#53)
Browse files Browse the repository at this point in the history
Co-authored-by: yukino.xin <[email protected]>
  • Loading branch information
txgyy and yukino.xin authored Apr 22, 2024
1 parent a0bac4e commit 683d72c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions bundlers/okbund/okbund.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
services:
bundler:
image: txgyy/ok_bund:v0.7.0
environment:
- ETH_RPC_URL=$ETH_RPC_URL
- ENTRYPOINT=$ENTRYPOINT
ports: [ '3000:3000' ]
command: java -jar ./aa-starter/target/aa-starter-0.0.1.jar
2 changes: 1 addition & 1 deletion bundlers/okbund/okbund.yml-v06
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
services:
bundler:
image: txgyy/ok_bund:latest
image: txgyy/ok_bund:v0.6.0
environment:
- ETH_RPC_URL=$ETH_RPC_URL
- ENTRYPOINT=$ENTRYPOINT
Expand Down

0 comments on commit 683d72c

Please sign in to comment.