Skip to content

Commit

Permalink
add empowerchain and gitopia peers rpc and api endpoint by KonsorTech (
Browse files Browse the repository at this point in the history
…cosmos#2526)

* Update chain.json

* Update chain.json

* Update chain.json

* Update chain.json
  • Loading branch information
konsortech authored Jul 14, 2023
1 parent 20fe920 commit 7571e5b
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 1 deletion.
15 changes: 14 additions & 1 deletion empowerchain/chain.json
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,12 @@
"id": "a5ce71892959a23ed941cb0167f28959b6694ea3",
"address": "rpc-empower.vinjan.xyz:24656",
"provider": "vinjan"
}
},
{
"id": "60b046f36fe485fb40cb8ece99e14244141de3cc",
"address": "mainnet-empower.konsortech.xyz:27656",
"provider": "KonsorTech"
}
]
},
"apis": {
Expand Down Expand Up @@ -134,6 +139,10 @@
{
"address": "https://rpc.empower.nodestake.top",
"provider": "NodeStake"
},
{
"address": "https://mainnet-empower-rpc.konsortech.xyz",
"provider": "KonsorTech"
}
],
"rest": [
Expand Down Expand Up @@ -168,6 +177,10 @@
{
"address": "https://api.empower.nodestake.top",
"provider": "NodeStake"
},
{
"address": "https://mainnet-empower-api.konsortech.xyz",
"provider": "KonsorTech"
}
],
"grpc": [
Expand Down
13 changes: 13 additions & 0 deletions gitopia/chain.json
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,11 @@
"id": "4112e75275da1fef14904036a76354a13d40dc8f",
"address": "peer-gitopia.mms.team:31656",
"provider": "MMS"
},
{
"id": "31ef9b9bceeea15fcafe4a3be0a81c8c04071bc7",
"address": "mainnet-gitopia.konsortech.xyz:38656",
"provider": "KonsorTech"
}
]
},
Expand Down Expand Up @@ -282,6 +287,10 @@
{
"address": "https://rpc-gitopia.mms.team",
"provider": "MMS"
},
{
"address": "https://mainnet-gitopia-rpc.konsortech.xyz",
"provider": "KonsorTech"
}
],
"rest": [
Expand Down Expand Up @@ -376,6 +385,10 @@
{
"address": "https://api-gitopia.mms.team",
"provider": "MMS"
},
{
"address": "https://mainnet-gitopia-api.konsortech.xyz",
"provider": "KonsorTech"
}
],
"grpc": [
Expand Down

0 comments on commit 7571e5b

Please sign in to comment.