Skip to content

Commit 037d44f

Browse files
committed
Make the override compatible with latest format for the chainspec
That was introduced in paritytech/polkadot-sdk#1256. Without this fix updating the chain_spec pod in versi fails with: ``` + BOOTNODES='"bootNodes": ["/dns/versi-tick-501-alice-node-0/tcp/30334/p2p/12D3KooWBsK6fux5wY2QqmNhE5HwfRVZiWFTL1T51XeBuE8op49t","/dns/versi-tick-501-bob-node-0/tcp/30334/p2p/12D3KooWMD4MDy2Vks4ErjTDaN6xb1P1Q5i5XTv5S3p1sj81tKzd"],'+ sed 's;"bootNodes.*;"bootNodes": ["/dns/versi-tick-501-alice-node-0/tcp/30334/p2p/12D3KooWBsK6fux5wY2QqmNhE5HwfRVZiWFTL1T51XeBuE8op49t","/dns/versi-tick-501-bob-node-0/tcp/30334/p2p/12D3KooWMD4MDy2Vks4ErjTDaN6xb1P1Q5i5XTv5S3p1sj81tKzd"],;' -i /dir/tick-dev-plain-01.json+ /usr/local/bin/polkadot-parachain build-spec --chain /dir/tick-dev-plain-01.json --rawError: Service(Other("Error parsing spec file: expected value at line 40 column 5")) ``` Signed-off-by: Alexandru Gheorghe <[email protected]>
1 parent 007a2d3 commit 037d44f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

versi/parachain/overrides/stps-funded-accounts.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"genesis": {
3-
"runtime": {
3+
"runtimeGenesis": {
44
"balances": {
55
"balances": [
66
[

0 commit comments

Comments
 (0)