@moonbeam-network/xcm-config 1.0.0-dev.250 → 1.0.0-dev.251
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/build/index.mjs +2 -0
- package/build/index.mjs.map +1 -1
- package/package.json +4 -4
package/build/index.mjs
CHANGED
|
@@ -1502,6 +1502,7 @@ var moonlama = new EvmParachain({
|
|
|
1502
1502
|
ecosystem: Ecosystem.MoonlamaRelay,
|
|
1503
1503
|
genesisHash: "0xb7e61bf426fa70533e2cc8d17bc00f1d373f3f45a01eac924da95214930a0d0e",
|
|
1504
1504
|
id: 1283,
|
|
1505
|
+
isEvmSigner: true,
|
|
1505
1506
|
isTestChain: true,
|
|
1506
1507
|
key: "moonlama",
|
|
1507
1508
|
name: "Moonlama",
|
|
@@ -1546,6 +1547,7 @@ var moonsama = new EvmParachain({
|
|
|
1546
1547
|
ecosystem: Ecosystem.MoonsamaRelay,
|
|
1547
1548
|
genesisHash: "0x13df313fb1b9b0c99dd215ff130c6437464706eabf0f63123d4da26019e1a0cc",
|
|
1548
1549
|
id: 1285,
|
|
1550
|
+
isEvmSigner: true,
|
|
1549
1551
|
isTestChain: true,
|
|
1550
1552
|
key: "moonsama",
|
|
1551
1553
|
name: "Moonsama",
|