@parity/dotns-cli 0.7.4 → 0.7.5
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/cli.js +2 -1
- package/package.json +1 -1
package/dist/cli.js
CHANGED
|
@@ -277214,7 +277214,8 @@ async function runWaveWithRetries(parameters) {
|
|
|
277214
277214
|
}
|
|
277215
277215
|
function createBulletinClient(rpc) {
|
|
277216
277216
|
installRxUnhandledErrorGuard();
|
|
277217
|
-
return createClient3(withPolkadotSdkCompat(getWsProvider(
|
|
277217
|
+
return createClient3(withPolkadotSdkCompat(getWsProvider({
|
|
277218
|
+
endpoints: [rpc],
|
|
277218
277219
|
heartbeatTimeout: WS_HEARTBEAT_TIMEOUT_MS,
|
|
277219
277220
|
timeout: WS_CONNECT_TIMEOUT_MS
|
|
277220
277221
|
})));
|