@toon-protocol/core 2.0.0 → 2.0.1
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/index.js +3 -3
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -2234,10 +2234,10 @@ var NostrPeerDiscovery = class {
|
|
|
2234
2234
|
// src/discovery/genesis-peers.json
|
|
2235
2235
|
var genesis_peers_default = [
|
|
2236
2236
|
{
|
|
2237
|
-
pubkey: "
|
|
2237
|
+
pubkey: "2813187eb66741f9509de2055161f328a0f04e01e1fc20188610b8dbd0591ea5",
|
|
2238
2238
|
relayUrl: "wss://relay-ws.devnet.toonprotocol.dev",
|
|
2239
|
-
ilpAddress: "g.proxy
|
|
2240
|
-
btpEndpoint: "wss://proxy.
|
|
2239
|
+
ilpAddress: "g.proxy",
|
|
2240
|
+
btpEndpoint: "wss://proxy.devnet.toonprotocol.dev:443"
|
|
2241
2241
|
}
|
|
2242
2242
|
];
|
|
2243
2243
|
|