@typeberry/jam 0.3.1-0d453bb → 0.3.1-27dfdd9
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/bootstrap-network.mjs +1 -1
- package/bootstrap-network.mjs.map +1 -1
- package/index.js +1 -1
- package/index.js.map +1 -1
- package/package.json +1 -1
package/index.js
CHANGED
|
@@ -31617,7 +31617,7 @@ const DEFAULT_CONFIG = "default";
|
|
|
31617
31617
|
const NODE_DEFAULTS = {
|
|
31618
31618
|
name: isBrowser() ? "browser" : external_node_os_default().hostname(),
|
|
31619
31619
|
config: [DEFAULT_CONFIG],
|
|
31620
|
-
pvm: PvmBackend.
|
|
31620
|
+
pvm: PvmBackend.Ananas,
|
|
31621
31621
|
};
|
|
31622
31622
|
/** Chain spec chooser. */
|
|
31623
31623
|
var KnownChainSpec;
|