Skip to content

Commit a67e4f3

Browse files
Correct blockExplorerUrl
1 parent 3104b2e commit a67e4f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,7 @@ const initialize = async () => {
292292
rpcUrls: ['https://127.0.0.1:8546'],
293293
chainName: 'Localhost 8546',
294294
nativeCurrency: { name: 'TEST', decimals: 18, symbol: 'TEST' },
295-
blockExplorerUrls: [],
295+
blockExplorerUrls: null,
296296
},
297297
],
298298
});

0 commit comments

Comments
 (0)