We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3bae79a commit e375d32Copy full SHA for e375d32
test/lib/e2e/utils.test.js
@@ -441,7 +441,7 @@ describe('utils', () => {
441
expect(tx2).toBeTxHash();
442
});
443
444
- test('providers option allow passing JSON RPC API providers api keys', async () => {
+ test.skip('providers option allow passing JSON RPC API providers api keys', async () => {
445
const providerOptions = {
446
infura: INFURA_PROJECT_ID,
447
alchemy: ALCHEMY_API_KEY,
0 commit comments