Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/ping-pub/ping.pub
Browse files Browse the repository at this point in the history
  • Loading branch information
liangping committed Sep 24, 2024
2 parents 80db885 + 5fd80a6 commit 5d660ab
Show file tree
Hide file tree
Showing 6 changed files with 63 additions and 9 deletions.
6 changes: 2 additions & 4 deletions chains/mainnet/archway.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,12 @@
"api": [
"https://api.mainnet.archway.io",
"https://api-1.archway.nodes.guru",
"https://api.archway.nodestake.top",
"https://archway.api.trivium.network:1317"
"https://api.archway.nodestake.top"
],
"rpc": [
"https://rpc.mainnet.archway.io:443",
"https://rpc-1.archway.nodes.guru/",
"https://rpc.archway.nodestake.top/",
"https://archway.api.trivium.network:26657"
"https://rpc.archway.nodestake.top/"
],
"snapshot_provider": "https://snapshots.archway.tech/",
"sdk_version": "v0.45.16",
Expand Down
2 changes: 1 addition & 1 deletion chains/mainnet/cnhostables.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"chain_name": "cnhostables",
"chain_name": "CNHO Stables",
"api": ["https://api.cnho.io"],
"rpc": ["https://rpc.cnho.io"],
"snapshot_provider": "",
Expand Down
30 changes: 30 additions & 0 deletions chains/mainnet/synternet.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
{
"chain_name": "synternet",
"registry_name": "synternet",
"api": [
{
"address": "https://api.synternet.com",
"provider": "Synternet"
}
],
"rpc": [
{
"address": "https://rpc.synternet.com:443",
"provider": "Synternet"
}
],
"snapshot_provider": "https://polkachu.com/tendermint_snapshots/synternet",
"sdk_version": "0.47.11",
"coin_type": "118",
"min_tx_fee": "800",
"assets": [{
"base": "usynt",
"symbol": "SYNT",
"exponent": "6",
"coingecko_id": "synternet-synt",
"logo": "/logos/synternet.png"
}],
"addr_prefix": "synt",
"theme_color": "#272d45",
"logo": "/logos/synternet.png"
}
6 changes: 2 additions & 4 deletions chains/testnet/archway.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
{
"chain_name": "archway",
"api": [
"https://api.constantine.archway.tech",
"https://constantine.api.trivium.network:1317"
"https://api.constantine.archway.tech"
],
"rpc": [
"https://rpc.constantine.archway.tech",
"https://constantine.api.trivium.network:26657"
"https://rpc.constantine.archway.tech"
],
"snapshot_provider": "https://snapshots.archway.tech/",
"sdk_version": "v0.45.16",
Expand Down
28 changes: 28 additions & 0 deletions chains/testnet/synternet.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
{
"chain_name": "synternet",
"api": [
{
"address": "https://api-testnet.synternet.com",
"provider": "Synternet"
}
],
"rpc": [
{
"address": "https://rpc-testnet.synternet.com:443",
"provider": "Synternet"
}
],
"sdk_version": "0.47.11",
"coin_type": "118",
"min_tx_fee": "800",
"assets": [{
"base": "uamber",
"symbol": "AMBER",
"exponent": "6",
"coingecko_id": "",
"logo": "/logos/synternet.png"
}],
"addr_prefix": "amber",
"theme_color": "#272d45",
"logo": "/logos/synternet.png"
}
Binary file added logos/synternet.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 5d660ab

Please sign in to comment.