@typeberry/convert 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/index.js +1 -1
- package/index.js.map +1 -1
- package/package.json +1 -1
package/index.js
CHANGED
|
@@ -10808,7 +10808,7 @@ const DEFAULT_CONFIG = "default";
|
|
|
10808
10808
|
const NODE_DEFAULTS = {
|
|
10809
10809
|
name: isBrowser() ? "browser" : external_node_os_default().hostname(),
|
|
10810
10810
|
config: [DEFAULT_CONFIG],
|
|
10811
|
-
pvm: PvmBackend.
|
|
10811
|
+
pvm: PvmBackend.Ananas,
|
|
10812
10812
|
};
|
|
10813
10813
|
/** Chain spec chooser. */
|
|
10814
10814
|
var KnownChainSpec;
|