Skip to content

Commit

Permalink
Fix chain spec
Browse files Browse the repository at this point in the history
  • Loading branch information
hqwangningbo committed Jan 2, 2024
1 parent fcf0acb commit 7156521
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions node/service/res/bifrost-k-rococo.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@
"MOVR"
]
},
"relay_chain": "rococo",
"para_id": 2001,
"relayChain": "rococo",
"paraId": 2001,
"codeSubstitutes": {},
"genesis": {
"raw": {
Expand Down Expand Up @@ -165,4 +165,4 @@
"childrenDefault": {}
}
}
}
}
6 changes: 3 additions & 3 deletions node/service/res/bifrost-kusama.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@
"MOVR"
]
},
"relay_chain": "kusama",
"para_id": 2001,
"relayChain": "kusama",
"paraId": 2001,
"consensusEngine": null,
"codeSubstitutes": {},
"genesis": {
Expand Down Expand Up @@ -52179,4 +52179,4 @@
"childrenDefault": {}
}
}
}
}
6 changes: 3 additions & 3 deletions node/service/res/bifrost-polkadot.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
"BNC"
]
},
"relay_chain": "polkadot",
"para_id": 2030,
"relayChain": "polkadot",
"paraId": 2030,
"codeSubstitutes": {},
"genesis": {
"raw": {
Expand Down Expand Up @@ -95,4 +95,4 @@
"childrenDefault": {}
}
}
}
}

0 comments on commit 7156521

Please sign in to comment.