Skip to content

Commit

Permalink
feat: add transeptor (#40)
Browse files Browse the repository at this point in the history
  • Loading branch information
V00D00-child committed Dec 5, 2023
1 parent ee16100 commit 113297a
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions bundlers/transeptor/transeptor.yml
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

0 comments on commit 113297a

Please sign in to comment.