Skip to content

Commit

Permalink
more terpnetwork updates
Browse files Browse the repository at this point in the history
  • Loading branch information
discoverdefiteam committed Jul 25, 2023
1 parent dbc12d7 commit 6b799b2
Show file tree
Hide file tree
Showing 2 changed files with 52 additions and 15 deletions.
39 changes: 27 additions & 12 deletions terpnetwork/chain.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,18 +27,19 @@
},
"versions": [
{
"name": "v1.0.0-stable",
"recommended_version": "v1.0.0-stable",
"name": "barberry",
"recommended_version": "barberry",
"compatible_versions": [
"v1.0.0",
"v1.0.0-stable"
"v1.0.0-stable",
"barberry"
],
"consensus": {
"type": "cometbft",
"version": "0.37.0"
},
"binaries": {
"linux/amd64": "https://github.com/terpnetwork/terp-core/archive/refs/tags/v1.0.0-stable.tar.gz"
"linux/amd64": "https://github.com/terpnetwork/terp-core/archive/refs/tags/barberry.tar.gz"
}
}
]
Expand All @@ -48,11 +49,6 @@
},
"peers": {
"seeds": [
{
"id": "c71e63b5da517984d55d36d00dc0dc2413d0ce03",
"address": "seed.terp.network:26656",
"provider": "TerpNET"
},
{
"id": "d8256642afae77264bcce1631d51233a9d00249b",
"address": "terp-mainnet-seed.itrocket.net:13656",
Expand All @@ -74,6 +70,11 @@
"id": "2c95d84233633b141a476aa47214cd95048af3d7",
"address": "rpc.terpnetwork.hexnodes.co:18656",
"provider": "Hexnodes"
},
{
"id": "6f3677c65945ddb6946cbdaa6ec74b4cfec737f8",
"address": "mainnet-terp.konsortech.xyz:37656",
"provider": "Konsortech"
}
]
},
Expand Down Expand Up @@ -107,6 +108,10 @@
{
"address": "https://rpc.terpnetwork.hexnodes.co:443",
"provider": "Hexnodes"
},
{
"address": "https://mainnet-terp-rpc.konsortech.xyz:443",
"provider": "Konsortech"
}
],
"rest": [
Expand Down Expand Up @@ -137,6 +142,10 @@
{
"address": "https://lcd.terpnetwork.hexnodes.co:443",
"provider": "Hexnodes"
},
{
"address": "https://mainnet-terp-api.konsortech.xyz",
"provider": "Konsortech"
}
],
"grpc": [
Expand Down Expand Up @@ -167,13 +176,19 @@
"kind": "ping.pub",
"url": "https://explorer.nodestake.top",
"tx_page": "https://explorer.nodestake.top/terp/tx/${txHash}",
"account_page": "https://explorer.nodestake.top/terp/account/{$accountAddress}"
"account_page": "https://explorer.nodestake.top/terp/account/${accountAddress}"
},
{
"kind": "NODEXPLORER",
"kind": "ping.pub",
"url": "https://explorer.nodexcapital.com",
"tx_page": "https://explorer.nodexcapital.com/terp/tx/${txHash}",
"account_page": "https://explorer.nodexcapital.com/terp/account/{$accountAddress}"
"account_page": "https://explorer.nodexcapital.com/terp/account/${accountAddress}"
},
{
"kind": "ping.pub",
"url": "https://explorer.konsortech.xyz/terp",
"tx_page": "https://explorer.konsortech.xyz/terp/tx/${txHash}",
"account_page": "https://explorer.konsortech.xyz/terp/account/${accountAddress}"
}
]
}
28 changes: 25 additions & 3 deletions testnets/terpnettestnet/chain.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,30 @@
]
},
"apis": {
"rpc": [],
"rest": []
"rpc": [
{
"address": "https://terp-testnet-rpc.itrocket.net/",
"provider": "itrocket"
}
],
"rest": [
{
"address": "https://terp-testnet-api.itrocket.net/",
"provider": "itrocket"
}
],
"grpc": [
{
"address": "http://terp-testnet-grpc.itrocket.net:13090",
"provider": "itrocket"
}
]
},
"explorers": []
"explorers": [
{
"kind": "ping.pub",
"url": "https://testnet.itrocket.net/terp",
"tx_page": "https://testnet.itrocket.net/terp/tx/${txHash}"
}
]
}

0 comments on commit 6b799b2

Please sign in to comment.