Skip to content

Commit 9f42637

Browse files
committed
tests: updates test details
1 parent 555f16c commit 9f42637

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

packages/tests/src.ts/test-providers.ts

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -330,7 +330,8 @@ const providerFunctions: Array<ProviderDescription> = [
330330
},
331331
{
332332
name: "AnkrProvider",
333-
networks: [ "default", "homestead" ],
333+
//networks: [ "default", "homestead" ],
334+
networks: [ ],
334335
create: (network: string) => {
335336
if (network == "default") {
336337
return new ethers.providers.AnkrProvider(null);
@@ -376,7 +377,8 @@ const providerFunctions: Array<ProviderDescription> = [
376377
},
377378
{
378379
name: "PocketProvider",
379-
networks: [ "default", "homestead", "goerli" ],
380+
//networks: [ "default", "homestead", "goerli" ],
381+
networks: [ ],
380382
create: (network: string) => {
381383
if (network == "default") {
382384
return new ethers.providers.PocketProvider(null, {
@@ -1106,7 +1108,7 @@ describe("Resolve ENS avatar", function() {
11061108
});
11071109

11081110
[
1109-
{ title: "ERC-1155", name: "nick.eth", value: "https:/\/lh3.googleusercontent.com/hKHZTZSTmcznonu8I6xcVZio1IF76fq0XmcxnvUykC-FGuVJ75UPdLDlKJsfgVXH9wOSmkyHw0C39VAYtsGyxT7WNybjQ6s3fM3macE" },
1111+
{ title: "ERC-1155", name: "nick.eth", value: "https:/\/i.seadn.io/gae/hKHZTZSTmcznonu8I6xcVZio1IF76fq0XmcxnvUykC-FGuVJ75UPdLDlKJsfgVXH9wOSmkyHw0C39VAYtsGyxT7WNybjQ6s3fM3macE?w=500&auto=format" },
11101112
// { title: "ERC-721", name: "brantly.eth", value: "https:/\/api.wrappedpunks.com/images/punks/2430.png" }
11111113
].forEach((test) => {
11121114
it(`Resolves avatar for ${ test.title }`, async function() {

0 commit comments

Comments
 (0)