interbtc icon indicating copy to clipboard operation
interbtc copied to clipboard

Building raw spec for interlay-dev

Open shanithkk opened this issue 2 years ago • 0 comments

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:

  1. Build plain spect /usr/local/bin/interbtc-parachain build-spec --chain=interlay-dev > interlay.json
  2. 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.

shanithkk avatar Nov 27 '23 11:11 shanithkk