Skip to content

Commit

Permalink
fix: chain json file error
Browse files Browse the repository at this point in the history
  • Loading branch information
vzxh committed Sep 2, 2022
1 parent 8a61814 commit 440f129
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions src/config/chains/interlay.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,10 @@
"name": "interlay",
"displayName": "Interlay",
"rpc": "wss://api.interlay.io:443/parachain",
// Optional
"api": {
"subql": ""
},
"logo": "/image/interlay.png",
// Optional
"explorerHostName": "interlay",
"themeColor": "#075ABC"
}
2 changes: 0 additions & 2 deletions src/config/chains/kintsugi.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,10 @@
"name": "kintsugi",
"displayName": "Kintsugi",
"rpc": "wss://api-kusama.interlay.io:443/parachain",
// Optional
"api": {
"subql": ""
},
"logo": "/image/kintsugi.png",
// Optional
"explorerHostName": "kintsugi",
"themeColor": "#041333"
}

0 comments on commit 440f129

Please sign in to comment.