Skip to content

Commit

Permalink
feat: add new nodes (#3312)
Browse files Browse the repository at this point in the history
  • Loading branch information
stepanLav authored Jan 2, 2025
1 parent 8a16646 commit a48bdd7
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 0 deletions.
16 changes: 16 additions & 0 deletions chains/v21/chains.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,14 @@
}
],
"nodes": [
{
"url": "wss://rpc-polkadot-1.novasama-tech.org",
"name": "Novasama node"
},
{
"url": "wss://rpc-polkadot-2.novasama-tech.org",
"name": "Novasama node"
},
{
"url": "wss://rpc-polkadot.novasama-tech.org",
"name": "Novasama node"
Expand Down Expand Up @@ -160,6 +168,14 @@
}
],
"nodes": [
{
"url": "wss://rpc-kusama-1.novasama-tech.org",
"name": "Novasama node"
},
{
"url": "wss://rpc-kusama-2.novasama-tech.org",
"name": "Novasama node"
},
{
"url": "wss://rpc-kusama.novasama-tech.org",
"name": "Novasama node"
Expand Down
16 changes: 16 additions & 0 deletions chains/v21/chains_dev.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,14 @@
}
],
"nodes": [
{
"url": "wss://rpc-polkadot-1.novasama-tech.org",
"name": "Novasama node"
},
{
"url": "wss://rpc-polkadot-2.novasama-tech.org",
"name": "Novasama node"
},
{
"url": "wss://rpc-polkadot.novasama-tech.org",
"name": "Novasama node"
Expand Down Expand Up @@ -160,6 +168,14 @@
}
],
"nodes": [
{
"url": "wss://rpc-kusama-1.novasama-tech.org",
"name": "Novasama node"
},
{
"url": "wss://rpc-kusama-2.novasama-tech.org",
"name": "Novasama node"
},
{
"url": "wss://rpc-kusama.novasama-tech.org",
"name": "Novasama node"
Expand Down

0 comments on commit a48bdd7

Please sign in to comment.