@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.
@@ -1108,7 +1108,7 @@ declare const NETWORKS: {
1108
1108
  readonly name: "Mainnet";
1109
1109
  readonly aggregatorUrl: "https://aggregator.unicity.network/rpc";
1110
1110
  readonly nostrRelays: readonly ["wss://relay.unicity.network", "wss://relay.damus.io", "wss://nos.lol", "wss://relay.nostr.band"];
1111
- readonly ipfsGateways: readonly ["https://ipfs.unicity.network", "https://dweb.link", "https://ipfs.io"];
1111
+ readonly ipfsGateways: readonly ["https://unicity-ipfs1.dyndns.org"];
1112
1112
  readonly electrumUrl: "wss://fulcrum.alpha.unicity.network:50004";
1113
1113
  readonly groupRelays: readonly ["wss://sphere-relay.unicity.network"];
1114
1114
  };
@@ -1116,7 +1116,7 @@ declare const NETWORKS: {
1116
1116
  readonly name: "Testnet";
1117
1117
  readonly aggregatorUrl: "https://goggregator-test.unicity.network";
1118
1118
  readonly nostrRelays: readonly ["wss://nostr-relay.testnet.unicity.network"];
1119
- readonly ipfsGateways: readonly ["https://ipfs.unicity.network", "https://dweb.link", "https://ipfs.io"];
1119
+ readonly ipfsGateways: readonly ["https://unicity-ipfs1.dyndns.org"];
1120
1120
  readonly electrumUrl: "wss://fulcrum.alpha.testnet.unicity.network:50004";
1121
1121
  readonly groupRelays: readonly ["wss://sphere-relay.unicity.network"];
1122
1122
  };
@@ -1124,7 +1124,7 @@ declare const NETWORKS: {
1124
1124
  readonly name: "Development";
1125
1125
  readonly aggregatorUrl: "https://dev-aggregator.dyndns.org/rpc";
1126
1126
  readonly nostrRelays: readonly ["wss://nostr-relay.testnet.unicity.network"];
1127
- readonly ipfsGateways: readonly ["https://ipfs.unicity.network", "https://dweb.link", "https://ipfs.io"];
1127
+ readonly ipfsGateways: readonly ["https://unicity-ipfs1.dyndns.org"];
1128
1128
  readonly electrumUrl: "wss://fulcrum.alpha.testnet.unicity.network:50004";
1129
1129
  readonly groupRelays: readonly ["wss://sphere-relay.unicity.network"];
1130
1130
  };
@@ -1108,7 +1108,7 @@ declare const NETWORKS: {
1108
1108
  readonly name: "Mainnet";
1109
1109
  readonly aggregatorUrl: "https://aggregator.unicity.network/rpc";
1110
1110
  readonly nostrRelays: readonly ["wss://relay.unicity.network", "wss://relay.damus.io", "wss://nos.lol", "wss://relay.nostr.band"];
1111
- readonly ipfsGateways: readonly ["https://ipfs.unicity.network", "https://dweb.link", "https://ipfs.io"];
1111
+ readonly ipfsGateways: readonly ["https://unicity-ipfs1.dyndns.org"];
1112
1112
  readonly electrumUrl: "wss://fulcrum.alpha.unicity.network:50004";
1113
1113
  readonly groupRelays: readonly ["wss://sphere-relay.unicity.network"];
1114
1114
  };
@@ -1116,7 +1116,7 @@ declare const NETWORKS: {
1116
1116
  readonly name: "Testnet";
1117
1117
  readonly aggregatorUrl: "https://goggregator-test.unicity.network";
1118
1118
  readonly nostrRelays: readonly ["wss://nostr-relay.testnet.unicity.network"];
1119
- readonly ipfsGateways: readonly ["https://ipfs.unicity.network", "https://dweb.link", "https://ipfs.io"];
1119
+ readonly ipfsGateways: readonly ["https://unicity-ipfs1.dyndns.org"];
1120
1120
  readonly electrumUrl: "wss://fulcrum.alpha.testnet.unicity.network:50004";
1121
1121
  readonly groupRelays: readonly ["wss://sphere-relay.unicity.network"];
1122
1122
  };
@@ -1124,7 +1124,7 @@ declare const NETWORKS: {
1124
1124
  readonly name: "Development";
1125
1125
  readonly aggregatorUrl: "https://dev-aggregator.dyndns.org/rpc";
1126
1126
  readonly nostrRelays: readonly ["wss://nostr-relay.testnet.unicity.network"];
1127
- readonly ipfsGateways: readonly ["https://ipfs.unicity.network", "https://dweb.link", "https://ipfs.io"];
1127
+ readonly ipfsGateways: readonly ["https://unicity-ipfs1.dyndns.org"];
1128
1128
  readonly electrumUrl: "wss://fulcrum.alpha.testnet.unicity.network:50004";
1129
1129
  readonly groupRelays: readonly ["wss://sphere-relay.unicity.network"];
1130
1130
  };
@@ -94,9 +94,7 @@ var TEST_AGGREGATOR_URL = "https://goggregator-test.unicity.network";
94
94
  var DEFAULT_AGGREGATOR_TIMEOUT = 3e4;
95
95
  var DEFAULT_AGGREGATOR_API_KEY = "sk_06365a9c44654841a366068bcfc68986";
96
96
  var DEFAULT_IPFS_GATEWAYS = [
97
- "https://ipfs.unicity.network",
98
- "https://dweb.link",
99
- "https://ipfs.io"
97
+ "https://unicity-ipfs1.dyndns.org"
100
98
  ];
101
99
  var UNICITY_IPFS_NODES = [
102
100
  {