Skip to content

Commit

Permalink
Update contrib/localnet/orchestrator/start-zetae2e.sh
Browse files Browse the repository at this point in the history
Co-authored-by: skosito <[email protected]>
  • Loading branch information
lumtis and skosito authored Aug 28, 2024
1 parent d93fd39 commit 2372ef5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion contrib/localnet/orchestrator/start-zetae2e.sh
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,6 @@ address=$(yq -r '.additional_accounts.user_v2_erc20_revert.evm_address' config.y
echo "funding v2 erc20 revert tester address ${address} with 10000 Ether"
geth --exec "eth.sendTransaction({from: eth.coinbase, to: '${address}', value: web3.toWei(10000,'ether')})" attach http://eth:8545 > /dev/null


# unlock local solana relayer accounts
if host solana > /dev/null; then
solana_url=$(yq -r '.rpcs.solana' config.yml)
Expand Down

0 comments on commit 2372ef5

Please sign in to comment.