@snapshot-labs/snapshot.js 0.9.1 → 0.9.2

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.
@@ -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 = {
@@ -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 = {