Skip to content

Commit

Permalink
prefund omni-exeuctor ethereum account (#3166)
Browse files Browse the repository at this point in the history
  • Loading branch information
kziemianek authored Nov 6, 2024
1 parent dc1ef96 commit f71cf97
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions tee-worker/omni-executor/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,12 @@ services:
- "anvil --host 0.0.0.0 --block-time 1"
ports:
- "8545:8545"
fund-eth-account:
image: ghcr.io/foundry-rs/foundry
command:
- "cast send --private-key 0x2a871d0798f97d79848a013d4936a73bf4cc922c825d33c1cf7073dff6d409c6 0xf8d392519239c01a3a7a7a85d23abc2094d0ce53 --value 0.1ether -r http://ethereum-node:8545"
depends_on:
- ethereum-node
litentry-node:
image: litentry/litentry-parachain
ports:
Expand Down

0 comments on commit f71cf97

Please sign in to comment.