Skip to content

Commit 8dc8c8a

Browse files
committed
update plain spec mod script
1 parent fbc0b49 commit 8dc8c8a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/scripts/modify-plain-specs.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,11 +39,11 @@ yargs(hideBin(process.argv))
3939

4040
plainSpec.bootNodes = [];
4141
if ("runtimeGenesis" in plainSpec.genesis) {
42-
plainSpec.genesis.runtimeGenesis.config.authorMapping.mappings = [
42+
plainSpec.genesis.runtimeGenesis.patch.authorMapping.mappings = [
4343
["5HEL3iLyDyaqmfibHXAXVzyQq4fBqLCHGMEYxZXgRAuhEKXX", ALITH_ADDRESS],
4444
];
4545

46-
plainSpec.genesis.runtimeGenesis.config.openTechCommitteeCollective.members = [
46+
plainSpec.genesis.runtimeGenesis.patch.openTechCommitteeCollective.members = [
4747
ALITH_ADDRESS,
4848
];
4949
} else {

0 commit comments

Comments
 (0)