Skip to content

Commit

Permalink
Merge branch 'dl/revert-nitro' into dl/fix-audit
Browse files Browse the repository at this point in the history
  • Loading branch information
douglance committed Oct 17, 2023
2 parents 1603c8d + a3f36ec commit 44ec77a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .env-sample
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
ARB_URL="http://localhost:8547"
ETH_URL="http://localhost:8545"
ARB_KEY="e887f7d17d07cc7b8004053fb8826f6657084e88904bb61590e498ca04704cf2"
ETH_KEY=""
ARB_KEY="b6b15c8cb491557369f3c7d2c287b053eb229daa9c22138887752191c9520659"
ETH_KEY="b6b15c8cb491557369f3c7d2c287b053eb229daa9c22138887752191c9520659"

INFURA_KEY="2323232323232323232"
SHOULD_FORK="0"
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,9 +110,11 @@ jobs:
- name: Restore node_modules
uses: OffchainLabs/actions/node-modules/restore@main

- uses: OffchainLabs/actions/run-nitro-test-node@main
- name: Set up the local node
uses: OffchainLabs/actions/run-nitro-test-node@main
with:
no-token-bridge: true
nitro-testnode-ref: '520f2589411d76bf2ce740c65658ee81bea433df'

- name: Copy .env
run: cp ./.env-sample ./.env
Expand Down

0 comments on commit 44ec77a

Please sign in to comment.