diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 2a5e502..24b30fd 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -36,7 +36,7 @@ jobs: with: repository: ensdomains/ens-contracts path: './contracts' - ref: 'dev' + ref: '6b9aaae963f71792ab1a75de61d5151ff1d1b7e3' # - name: Run local node on Windows # if: runner.os == 'Windows' @@ -47,7 +47,7 @@ jobs: - name: Run local node on Unix if: runner.os != 'Windows' - run: cd ./contracts && git checkout 6b9aaae && yarn && npx hardhat node --hostname 127.0.0.1 & + run: cd ./contracts && yarn && npx hardhat node --hostname 127.0.0.1 & env: BATCH_GATEWAY_URLS: '["https://universal-offchain-unwrapper.ens-cf.workers.dev/"]' DOH_GATEWAY_URL: 'https://cloudflare-dns.com/dns-query'