Skip to content

Commit

Permalink
okbund
Browse files Browse the repository at this point in the history
  • Loading branch information
drortirosh committed Nov 29, 2023
1 parent 2dbbd22 commit 0faaea3
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
5 changes: 5 additions & 0 deletions bundlers/okbund/.env
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
BUNDLER_ENV=test
CHAIN_ID=1337
EIP1559=true
SAFE_MODE=true
BUNDLER_PRIVATE_KEY=0xc6cbc5ffad570fdad0544d1b5358a36edeb98d163b6567912ac4754e144d4edb
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:latest
environment:
- ETH_RPC_URL=$ETH_RPC_URL
- ENTRYPOINT=$ENTRYPOINT
ports: [ '3000:3000' ]
command: java -jar ./aa-starter/target/aa-starter-0.0.1.jar

0 comments on commit 0faaea3

Please sign in to comment.