@typeberry/jam 0.3.1 → 0.4.0
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 +3 -3
- package/index.js.map +1 -1
- package/package.json +1 -1
package/bootstrap-network.mjs
CHANGED
|
@@ -31344,7 +31344,7 @@ const DEFAULT_CONFIG = "default";
|
|
|
31344
31344
|
const NODE_DEFAULTS = {
|
|
31345
31345
|
name: isBrowser() ? "browser" : external_node_os_default().hostname(),
|
|
31346
31346
|
config: [DEFAULT_CONFIG],
|
|
31347
|
-
pvm: PvmBackend.
|
|
31347
|
+
pvm: PvmBackend.Ananas,
|
|
31348
31348
|
};
|
|
31349
31349
|
/** Chain spec chooser. */
|
|
31350
31350
|
var KnownChainSpec;
|