Skip to content

Commit 5221d80

Browse files
committed
e2e: ci tests
1 parent 65781c9 commit 5221d80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

e2e/specs/wallets/config/safe-ens-config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ export const SafeEnsConfig = {
1818
// URLs
1919
SAFE_URL: process.env.SAFE_URL || 'https://app.safe.global',
2020
ENS_APP_URL: process.env.CI
21-
? 'http://127.0.0.1:3000'
21+
? 'https://sepolia.app.ens.domains/'
2222
: process.env.ENS_APP_URL || 'http://localhost:3000',
2323

2424
// Safe addresses for different networks

0 commit comments

Comments
 (0)