We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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"))'
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.json
Expected behavior Raw build spec shpould built
Version / Commit (e.g. 1.0.0): Im using the docker image interlayhq/interbtc:latest
interlayhq/interbtc:latest
Additional context Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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.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.
The text was updated successfully, but these errors were encountered: