@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.
@@ -2710,7 +2710,7 @@ declare const NETWORKS: {
2710
2710
  readonly name: "Mainnet";
2711
2711
  readonly aggregatorUrl: "https://aggregator.unicity.network/rpc";
2712
2712
  readonly nostrRelays: readonly ["wss://relay.unicity.network", "wss://relay.damus.io", "wss://nos.lol", "wss://relay.nostr.band"];
2713
- readonly ipfsGateways: readonly ["https://ipfs.unicity.network", "https://dweb.link", "https://ipfs.io"];
2713
+ readonly ipfsGateways: readonly ["https://unicity-ipfs1.dyndns.org"];
2714
2714
  readonly electrumUrl: "wss://fulcrum.alpha.unicity.network:50004";
2715
2715
  readonly groupRelays: readonly ["wss://sphere-relay.unicity.network"];
2716
2716
  };
@@ -2718,7 +2718,7 @@ declare const NETWORKS: {
2718
2718
  readonly name: "Testnet";
2719
2719
  readonly aggregatorUrl: "https://goggregator-test.unicity.network";
2720
2720
  readonly nostrRelays: readonly ["wss://nostr-relay.testnet.unicity.network"];
2721
- readonly ipfsGateways: readonly ["https://ipfs.unicity.network", "https://dweb.link", "https://ipfs.io"];
2721
+ readonly ipfsGateways: readonly ["https://unicity-ipfs1.dyndns.org"];
2722
2722
  readonly electrumUrl: "wss://fulcrum.alpha.testnet.unicity.network:50004";
2723
2723
  readonly groupRelays: readonly ["wss://sphere-relay.unicity.network"];
2724
2724
  };
@@ -2726,7 +2726,7 @@ declare const NETWORKS: {
2726
2726
  readonly name: "Development";
2727
2727
  readonly aggregatorUrl: "https://dev-aggregator.dyndns.org/rpc";
2728
2728
  readonly nostrRelays: readonly ["wss://nostr-relay.testnet.unicity.network"];
2729
- readonly ipfsGateways: readonly ["https://ipfs.unicity.network", "https://dweb.link", "https://ipfs.io"];
2729
+ readonly ipfsGateways: readonly ["https://unicity-ipfs1.dyndns.org"];
2730
2730
  readonly electrumUrl: "wss://fulcrum.alpha.testnet.unicity.network:50004";
2731
2731
  readonly groupRelays: readonly ["wss://sphere-relay.unicity.network"];
2732
2732
  };
@@ -2710,7 +2710,7 @@ declare const NETWORKS: {
2710
2710
  readonly name: "Mainnet";
2711
2711
  readonly aggregatorUrl: "https://aggregator.unicity.network/rpc";
2712
2712
  readonly nostrRelays: readonly ["wss://relay.unicity.network", "wss://relay.damus.io", "wss://nos.lol", "wss://relay.nostr.band"];
2713
- readonly ipfsGateways: readonly ["https://ipfs.unicity.network", "https://dweb.link", "https://ipfs.io"];
2713
+ readonly ipfsGateways: readonly ["https://unicity-ipfs1.dyndns.org"];
2714
2714
  readonly electrumUrl: "wss://fulcrum.alpha.unicity.network:50004";
2715
2715
  readonly groupRelays: readonly ["wss://sphere-relay.unicity.network"];
2716
2716
  };
@@ -2718,7 +2718,7 @@ declare const NETWORKS: {
2718
2718
  readonly name: "Testnet";
2719
2719
  readonly aggregatorUrl: "https://goggregator-test.unicity.network";
2720
2720
  readonly nostrRelays: readonly ["wss://nostr-relay.testnet.unicity.network"];
2721
- readonly ipfsGateways: readonly ["https://ipfs.unicity.network", "https://dweb.link", "https://ipfs.io"];
2721
+ readonly ipfsGateways: readonly ["https://unicity-ipfs1.dyndns.org"];
2722
2722
  readonly electrumUrl: "wss://fulcrum.alpha.testnet.unicity.network:50004";
2723
2723
  readonly groupRelays: readonly ["wss://sphere-relay.unicity.network"];
2724
2724
  };
@@ -2726,7 +2726,7 @@ declare const NETWORKS: {
2726
2726
  readonly name: "Development";
2727
2727
  readonly aggregatorUrl: "https://dev-aggregator.dyndns.org/rpc";
2728
2728
  readonly nostrRelays: readonly ["wss://nostr-relay.testnet.unicity.network"];
2729
- readonly ipfsGateways: readonly ["https://ipfs.unicity.network", "https://dweb.link", "https://ipfs.io"];
2729
+ readonly ipfsGateways: readonly ["https://unicity-ipfs1.dyndns.org"];
2730
2730
  readonly electrumUrl: "wss://fulcrum.alpha.testnet.unicity.network:50004";
2731
2731
  readonly groupRelays: readonly ["wss://sphere-relay.unicity.network"];
2732
2732
  };
@@ -2410,9 +2410,7 @@ var DEFAULT_AGGREGATOR_URL = "https://aggregator.unicity.network/rpc";
2410
2410
  var DEV_AGGREGATOR_URL = "https://dev-aggregator.dyndns.org/rpc";
2411
2411
  var TEST_AGGREGATOR_URL = "https://goggregator-test.unicity.network";
2412
2412
  var DEFAULT_IPFS_GATEWAYS = [
2413
- "https://ipfs.unicity.network",
2414
- "https://dweb.link",
2415
- "https://ipfs.io"
2413
+ "https://unicity-ipfs1.dyndns.org"
2416
2414
  ];
2417
2415
  var DEFAULT_BASE_PATH = "m/44'/0'/0'";
2418
2416
  var DEFAULT_DERIVATION_PATH2 = `${DEFAULT_BASE_PATH}/0/0`;