Skip to content

Commit

Permalink
Add DTEAM's peer, rest API endpoint, RPC endpoint to chain4energy cha…
Browse files Browse the repository at this point in the history
…in.json (#4815)

* Add DTEAM's peer, rest API endpoint, RPC endpoint to chain.json

* Update chain.json

* Update chain.json
  • Loading branch information
doodleoo3 authored Jun 13, 2024
1 parent d8bca9e commit 4367364
Showing 1 changed file with 23 additions and 1 deletion.
24 changes: 23 additions & 1 deletion chain4energy/chain.json
Original file line number Diff line number Diff line change
Expand Up @@ -294,6 +294,11 @@
}
],
"persistent_peers": [
{
"id": "00eb92db69a4848f8ac1c84e7b8b2d9b01b95dff",
"address": "peer.c4e.mainnet.dteam.tech:30656",
"provider": "DTEAM"
},
{
"id": "5b62ff6035d9c8143c0ebf4fe05fa0b22d96bb05",
"address": "rpc.c4e.ppnv.space:13656",
Expand Down Expand Up @@ -362,6 +367,10 @@
"address": "https://rpc.c4e.io/",
"provider": "C4E"
},
{
"address": "https://rpc.c4e.mainnet.dteam.tech:443",
"provider": "DTEAM"
},
{
"address": "https://rpc.c4e.nodestake.top",
"provider": "NodeStake"
Expand Down Expand Up @@ -476,6 +485,10 @@
"address": "https://lcd.c4e.io/",
"provider": "C4E"
},
{
"address": "https://api.c4e.mainnet.dteam.tech:443",
"provider": "DTEAM"
},
{
"address": "https://api.c4e.nodestake.top",
"provider": "NodeStake"
Expand Down Expand Up @@ -578,6 +591,10 @@
"address": "grpc.c4e.nodestake.top:443",
"provider": "NodeStake"
},
{
"address": "grpc.c4e.mainnet.dteam.tech:30090",
"provider": "DTEAM"
},
{
"address": "c4e.grpc.bccnodes.com:443",
"provider": "BccNodes"
Expand Down Expand Up @@ -678,6 +695,11 @@
"url": "https://explorer.apeironnodes.com/chain4energy",
"tx_page": "https://explorer.apeironnodes.com/chain4energy/transactions/${txHash}"
},
{
"kind": "DTEAM | Explorer",
"url": "https://explorer.mainnet.dteam.tech/chain4energy",
"tx_page": "https://explorer.mainnet.dteam.tech/chain4energytransactions/${txHash}"
},
{
"kind": "explorer",
"url": "https://explorer.ppnv.space/c4e",
Expand Down Expand Up @@ -745,4 +767,4 @@
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/chain4energy/images/c4e.png"
}
]
}
}

0 comments on commit 4367364

Please sign in to comment.