Skip to content
This repository was archived by the owner on Mar 17, 2026. It is now read-only.

Commit ecf4f3c

Browse files
committed
testing new configs for more debugging, revert to prev step if all else breaks
1 parent d0feaa3 commit ecf4f3c

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

.github/workflows/e2e-tests.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,4 +55,6 @@ jobs:
5555
run: yarn build
5656

5757
- name: Run E2E tests
58+
env:
59+
NODE_OPTIONS: '--dns-result-order=ipv4first'
5860
run: xvfb-run --auto-servernum --server-args="-screen 0 1920x1080x24" yarn test:e2e registration-failed.spec.ts

apps/web/e2e/walletConfig/coinbaseWalletConfig.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ const baseConfig = configure()
2323
chainId: base.id,
2424
symbol: 'ETH',
2525
// placeholder for the actual rpcUrl, which is auto injected by the node fixture
26-
rpcUrl: 'http://localhost:8545',
26+
rpcUrl: 'http://127.0.0.1:8545',
2727
});
2828

2929
// Build the config

apps/web/e2e/walletConfig/metamaskWalletConfig.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ const baseConfig = configure()
2323
chainId: base.id,
2424
symbol: 'ETH',
2525
// placeholder for the actual rpcUrl, which is auto injected by the node fixture
26-
rpcUrl: 'http://localhost:8545',
26+
rpcUrl: 'http://127.0.0.1:8545',
2727
});
2828

2929
// Build the config

0 commit comments

Comments
 (0)