@snapshot-labs/snapshot.js 0.9.1 → 0.9.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/snapshot.cjs.js +2 -2
- package/dist/snapshot.esm.js +2 -2
- package/dist/snapshot.min.js +2 -2
- package/package.json +1 -1
- package/src/constants.json +1 -1
- package/src/networks.json +1 -1
package/dist/snapshot.cjs.js
CHANGED
|
@@ -319,7 +319,7 @@ var livenet = {
|
|
|
319
319
|
sequencer: "https://seq.snapshot.org"
|
|
320
320
|
};
|
|
321
321
|
var testnet = {
|
|
322
|
-
hub: "https://testnet.snapshot.org",
|
|
322
|
+
hub: "https://testnet.hub.snapshot.org",
|
|
323
323
|
sequencer: "https://testnet.seq.snapshot.org"
|
|
324
324
|
};
|
|
325
325
|
var local = {
|
|
@@ -2675,7 +2675,7 @@ var networks = {
|
|
|
2675
2675
|
"https://smartbch.greyh.at/"
|
|
2676
2676
|
],
|
|
2677
2677
|
explorer: {
|
|
2678
|
-
url: "https://
|
|
2678
|
+
url: "https://smartbch-explorer.web.app"
|
|
2679
2679
|
},
|
|
2680
2680
|
logo: "ipfs://QmWG1p7om4hZ4Yi4uQvDpxg4si7qVYhtppGbcDGrhVFvMd"
|
|
2681
2681
|
},
|
package/dist/snapshot.esm.js
CHANGED
|
@@ -310,7 +310,7 @@ var livenet = {
|
|
|
310
310
|
sequencer: "https://seq.snapshot.org"
|
|
311
311
|
};
|
|
312
312
|
var testnet = {
|
|
313
|
-
hub: "https://testnet.snapshot.org",
|
|
313
|
+
hub: "https://testnet.hub.snapshot.org",
|
|
314
314
|
sequencer: "https://testnet.seq.snapshot.org"
|
|
315
315
|
};
|
|
316
316
|
var local = {
|
|
@@ -2666,7 +2666,7 @@ var networks = {
|
|
|
2666
2666
|
"https://smartbch.greyh.at/"
|
|
2667
2667
|
],
|
|
2668
2668
|
explorer: {
|
|
2669
|
-
url: "https://
|
|
2669
|
+
url: "https://smartbch-explorer.web.app"
|
|
2670
2670
|
},
|
|
2671
2671
|
logo: "ipfs://QmWG1p7om4hZ4Yi4uQvDpxg4si7qVYhtppGbcDGrhVFvMd"
|
|
2672
2672
|
},
|