@unicitylabs/sphere-sdk 0.3.2 → 0.3.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.
@@ -2504,9 +2504,7 @@ var DEFAULT_AGGREGATOR_URL = "https://aggregator.unicity.network/rpc";
2504
2504
  var DEV_AGGREGATOR_URL = "https://dev-aggregator.dyndns.org/rpc";
2505
2505
  var TEST_AGGREGATOR_URL = "https://goggregator-test.unicity.network";
2506
2506
  var DEFAULT_IPFS_GATEWAYS = [
2507
- "https://ipfs.unicity.network",
2508
- "https://dweb.link",
2509
- "https://ipfs.io"
2507
+ "https://unicity-ipfs1.dyndns.org"
2510
2508
  ];
2511
2509
  var DEFAULT_BASE_PATH = "m/44'/0'/0'";
2512
2510
  var DEFAULT_DERIVATION_PATH2 = `${DEFAULT_BASE_PATH}/0/0`;