Skip to content

Commit 590d433

Browse files
added evm file
1 parent c27255a commit 590d433

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

.github/workflows/ci-stylus-e2e-tests.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,4 +67,5 @@ jobs:
6767
echo "MOCK_PYTH_ADDRESS=$deployed_to" >> .env
6868
6969
# Run Integration Tests
70-
./scripts/e2e-tests.sh
70+
./scripts/e2e-tests.sh
71+
rm .env

.github/workflows/ci-stylus-gas-bench.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,3 +65,4 @@ jobs:
6565
echo "MOCK_PYTH_ADDRESS=$deployed_to" >> .env
6666
cd ..
6767
./scripts/bench.sh
68+
rm .env

target_chains/ethereum/sdk/stylus/scripts/e2e-tests.sh

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@ cd "$MYDIR"
88

99
export RPC_URL=http://localhost:8547
1010
export PRIVATE_KEY=0xac0974bec39a17e36ba4a6b4d238ff944bacb478cbed5efcae784d7bf4f2ff80
11-
export WALLER_ADDRESS=0xf39Fd6e51aad88F6F4ce6aB8827279cffFb92266
11+
export WALLET_ADDRESS=0xf39Fd6e51aad88F6F4ce6aB8827279cffFb92266
1212

1313
cd ..
1414
cd "nitro-testnode"
15-
./test-node.bash script send-l2 --to address_$WALLER_ADDRESS --ethamount 0.1
15+
./test-node.bash script send-l2 --to address_$WALLET_ADDRESS --ethamount 0.1
1616

1717
cd ..
1818
cd "pyth-mock-solidity"
@@ -29,6 +29,7 @@ else
2929
echo "Skipping MockPyth deployment in CI"
3030
fi
3131

32+
env
3233
# Navigate to project root
3334
cd "$(dirname "$(realpath "$0")")/.."
3435

0 commit comments

Comments
 (0)