From 7156521e09302caf7a0b03d79f1a18f55d55dcc7 Mon Sep 17 00:00:00 2001 From: hqwangningbo <2536935847@qq.com> Date: Tue, 2 Jan 2024 14:12:02 +0800 Subject: [PATCH] Fix chain spec --- node/service/res/bifrost-k-rococo.json | 6 +++--- node/service/res/bifrost-kusama.json | 6 +++--- node/service/res/bifrost-polkadot.json | 6 +++--- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/node/service/res/bifrost-k-rococo.json b/node/service/res/bifrost-k-rococo.json index 0a3bf4453..12044ea3b 100644 --- a/node/service/res/bifrost-k-rococo.json +++ b/node/service/res/bifrost-k-rococo.json @@ -35,8 +35,8 @@ "MOVR" ] }, - "relay_chain": "rococo", - "para_id": 2001, + "relayChain": "rococo", + "paraId": 2001, "codeSubstitutes": {}, "genesis": { "raw": { @@ -165,4 +165,4 @@ "childrenDefault": {} } } -} \ No newline at end of file +} diff --git a/node/service/res/bifrost-kusama.json b/node/service/res/bifrost-kusama.json index c742be02a..e5300c253 100644 --- a/node/service/res/bifrost-kusama.json +++ b/node/service/res/bifrost-kusama.json @@ -40,8 +40,8 @@ "MOVR" ] }, - "relay_chain": "kusama", - "para_id": 2001, + "relayChain": "kusama", + "paraId": 2001, "consensusEngine": null, "codeSubstitutes": {}, "genesis": { @@ -52179,4 +52179,4 @@ "childrenDefault": {} } } -} \ No newline at end of file +} diff --git a/node/service/res/bifrost-polkadot.json b/node/service/res/bifrost-polkadot.json index b42a071d9..80dbfaba9 100644 --- a/node/service/res/bifrost-polkadot.json +++ b/node/service/res/bifrost-polkadot.json @@ -24,8 +24,8 @@ "BNC" ] }, - "relay_chain": "polkadot", - "para_id": 2030, + "relayChain": "polkadot", + "paraId": 2030, "codeSubstitutes": {}, "genesis": { "raw": { @@ -95,4 +95,4 @@ "childrenDefault": {} } } -} \ No newline at end of file +}