Skip to content

Commit

Permalink
fix: fix testnet and mainnet node run fail for parachains
Browse files Browse the repository at this point in the history
  • Loading branch information
abhiyana committed Nov 15, 2023
1 parent 4c98b36 commit ca24209
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions local.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"chain-type": "testnet",
"chain-type": "mainnet",
"relaychain": {
"name": "rococo",
"name": "polkadot",
"nodes": [
{
"name": "alice",
Expand All @@ -17,7 +17,7 @@
},

"para": {
"bifrost": {
"kilt-spiritnet": {
"nodes": [
{
"name": "alice",
Expand Down

0 comments on commit ca24209

Please sign in to comment.