Skip to content

Commit

Permalink
feat: added Metaquity network to testnets-chaindata.json (#77)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ekaanth authored and alecdwm committed Nov 15, 2023
1 parent 3864623 commit b37b323
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions testnets-chaindata.json
Original file line number Diff line number Diff line change
Expand Up @@ -466,6 +466,14 @@
"account": "*25519",
"rpcs": []
},
{
"id": "metaquity-network-testnet",
"name": "Metaquity Network Testnet",
"account": "*25519",
"rpcs": [
"wss://rpc.testnet.metaquity.xyz"
]
},
{
"id": "minix-testnet",
"name": "MiniX Testnet",
Expand Down Expand Up @@ -879,6 +887,16 @@
"relay": {
"id": "rococo-testnet"
}
},
{
"id": "rococo-metaquity-network-testnet",
"name": "Metaquity Network Testnet",
"account": "*25519",
"rpcs": ["wss://rpc.rococo-testnet.metaquity.xyz"],
"paraId": 4304,
"relay": {
"id": "rococo-testnet"
}
},
{
"id": "rococo-md-5-testnet",
Expand Down

0 comments on commit b37b323

Please sign in to comment.