Skip to content

Commit 1faf015

Browse files
committed
fix: 🐛 nameresolver problems
1 parent 11cab1d commit 1faf015

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

jest.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,6 @@ module.exports = {
4242
'**/tests/*.spec.js'
4343
],
4444
testEnvironmentOptions: {},
45-
testURL: 'http://localhost/',
45+
testURL: 'https://localhost:8080',
4646
setupFilesAfterEnv: ['<rootDir>/tests/unit/__mocks__/mocks.js']
4747
};

src/modules/name-resolver/tests/name-resolver.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ const nameResolver = new NameResolver({
55
registry: '0x00000000000C2E074eC69A0dFb2997BA6C7d2e1e'
66
}
77
},
8-
url: 'https://cloudflare-eth.com',
8+
url: 'https://nodes.mewapi.io/rpc/eth',
99
port: 443
1010
});
1111

0 commit comments

Comments
 (0)