forked from eth-infinitism/bundler-test-executor
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add transeptor (eth-infinitism#40)
- Loading branch information
1 parent
ee16100
commit 113297a
Showing
1 changed file
with
13 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
services: | ||
bundler: | ||
image: transeptorlabs/bundler:latest | ||
ports: [ '3000:3000' ] | ||
environment: | ||
- MNEMONIC=test test test test test test test test test test test junk | ||
- BENEFICIARY=0xd21934eD8eAf27a67f0A70042Af50A1D6d195E81 | ||
command: > | ||
--network $ETH_RPC_URL | ||
--port 3000 | ||
--txMode base | ||
--httpApi web3,eth,debug | ||
--entryPoint $ENTRYPOINT |