We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fbc0b49 commit 8dc8c8aCopy full SHA for 8dc8c8a
test/scripts/modify-plain-specs.ts
@@ -39,11 +39,11 @@ yargs(hideBin(process.argv))
39
40
plainSpec.bootNodes = [];
41
if ("runtimeGenesis" in plainSpec.genesis) {
42
- plainSpec.genesis.runtimeGenesis.config.authorMapping.mappings = [
+ plainSpec.genesis.runtimeGenesis.patch.authorMapping.mappings = [
43
["5HEL3iLyDyaqmfibHXAXVzyQq4fBqLCHGMEYxZXgRAuhEKXX", ALITH_ADDRESS],
44
];
45
46
- plainSpec.genesis.runtimeGenesis.config.openTechCommitteeCollective.members = [
+ plainSpec.genesis.runtimeGenesis.patch.openTechCommitteeCollective.members = [
47
ALITH_ADDRESS,
48
49
} else {
0 commit comments