@@ -330,7 +330,8 @@ const providerFunctions: Array<ProviderDescription> = [
330
330
} ,
331
331
{
332
332
name : "AnkrProvider" ,
333
- networks : [ "default" , "homestead" ] ,
333
+ //networks: [ "default", "homestead" ],
334
+ networks : [ ] ,
334
335
create : ( network : string ) => {
335
336
if ( network == "default" ) {
336
337
return new ethers . providers . AnkrProvider ( null ) ;
@@ -376,7 +377,8 @@ const providerFunctions: Array<ProviderDescription> = [
376
377
} ,
377
378
{
378
379
name : "PocketProvider" ,
379
- networks : [ "default" , "homestead" , "goerli" ] ,
380
+ //networks: [ "default", "homestead", "goerli" ],
381
+ networks : [ ] ,
380
382
create : ( network : string ) => {
381
383
if ( network == "default" ) {
382
384
return new ethers . providers . PocketProvider ( null , {
@@ -1106,7 +1108,7 @@ describe("Resolve ENS avatar", function() {
1106
1108
} ) ;
1107
1109
1108
1110
[
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 " } ,
1110
1112
// { title: "ERC-721", name: "brantly.eth", value: "https:/\/api.wrappedpunks.com/images/punks/2430.png" }
1111
1113
] . forEach ( ( test ) => {
1112
1114
it ( `Resolves avatar for ${ test . title } ` , async function ( ) {
0 commit comments