From 2372ef51d64757221744bcff24d88fdb5846a568 Mon Sep 17 00:00:00 2001 From: Lucas Bertrand Date: Wed, 28 Aug 2024 10:20:22 +0200 Subject: [PATCH] Update contrib/localnet/orchestrator/start-zetae2e.sh Co-authored-by: skosito --- contrib/localnet/orchestrator/start-zetae2e.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/contrib/localnet/orchestrator/start-zetae2e.sh b/contrib/localnet/orchestrator/start-zetae2e.sh index 77ca20a15d..2dfdb123ba 100644 --- a/contrib/localnet/orchestrator/start-zetae2e.sh +++ b/contrib/localnet/orchestrator/start-zetae2e.sh @@ -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)