Describe the bug
While build interlay and kingsugi raw spec using builded plain spec, getting error
Error: Service(Other("Error parsing spec file: unknown field `genesis_config`, expected one of `system`, `sudo`, `tokens`, `supply`, `vesting`, `assetRegistry`, `btcRelay`, `vaultRegistry`, `oracle`, `issue`, `redeem`, `replace`, `fee`, `nomination`, `democracy`, `technicalCommittee`, `technicalMembership`, `collatorSelection`, `session`, `aura`, `auraExt`, `parachainSystem`, `parachainInfo`, `polkadotXcm`, `loans`, `baseFee`, `ethereum`, `evm`, `evmChainId` at line 35 column 22"))'
To Reproduce
Steps to reproduce the behavior:
- Build plain spect
/usr/local/bin/interbtc-parachain build-spec --chain=interlay-dev > interlay.json
- Build raw build spec
/usr/local/bin/interbtc-parachain build-spec --chain=./interlay.json
Expected behavior
Raw build spec shpould built
Version / Commit (e.g. 1.0.0):
Im using the docker image interlayhq/interbtc:latest
Additional context
Add any other context about the problem here.
Describe the bug
While build interlay and kingsugi raw spec using builded plain spec, getting error
Error: Service(Other("Error parsing spec file: unknown field `genesis_config`, expected one of `system`, `sudo`, `tokens`, `supply`, `vesting`, `assetRegistry`, `btcRelay`, `vaultRegistry`, `oracle`, `issue`, `redeem`, `replace`, `fee`, `nomination`, `democracy`, `technicalCommittee`, `technicalMembership`, `collatorSelection`, `session`, `aura`, `auraExt`, `parachainSystem`, `parachainInfo`, `polkadotXcm`, `loans`, `baseFee`, `ethereum`, `evm`, `evmChainId` at line 35 column 22"))'To Reproduce
Steps to reproduce the behavior:
/usr/local/bin/interbtc-parachain build-spec --chain=interlay-dev > interlay.json/usr/local/bin/interbtc-parachain build-spec --chain=./interlay.jsonExpected behavior
Raw build spec shpould built
Version / Commit (e.g. 1.0.0):
Im using the docker image
interlayhq/interbtc:latestAdditional context
Add any other context about the problem here.