Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
liangping committed Sep 1, 2024
2 parents 05c2f55 + 9bd8f34 commit 26616c6
Show file tree
Hide file tree
Showing 7 changed files with 39 additions and 10 deletions.
19 changes: 19 additions & 0 deletions chains/mainnet/cnhostables.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"chain_name": "cnhostables",
"api": ["https://api.cnho.io"],
"rpc": ["https://rpc.cnho.io"],
"snapshot_provider": "",
"sdk_version": "0.45.3",
"coin_type": "60",
"min_tx_fee": "500",
"addr_prefix": "cnho",
"logo": "/logos/cnho.png",
"assets": [{
"base": "ucnho",
"symbol": "CNHO",
"exponent": "6",
"logo": "/logos/cnho.png"
}
]
}

2 changes: 1 addition & 1 deletion chains/mainnet/fxcore.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"https://fx-json.functionx.io:26657"
],
"snapshot_provider": "",
"sdk_version": "v0.46.13",
"sdk_version": "v0.47.13",
"coin_type": "60",
"min_tx_fee": "500000000000000000",
"assets": [
Expand Down
14 changes: 11 additions & 3 deletions chains/testnet/empe.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
{
"chain_name": "empe",
"api": [
{"provider": "EMPE", "address": "https://lcd-testnet.empe.io"}
{"provider": "EMPE", "address": "https://lcd-testnet.empe.io"},
{"provider": "CryptoNodeID", "address": "https://empeiria-testnet-api.cryptonode.id"}
],
"rpc": [
{"provider": "EMPE", "address": "https://rpc-testnet.empe.io"},
{"provider": "EMPE-ARCHIVE", "address": "https://rpc-archive-testnet.empe.io"}
{"provider": "EMPE-ARCHIVE", "address": "https://rpc-archive-testnet.empe.io"},
{"provider": "CryptoNodeID", "address": "https://empeiria-testnet-rpc.cryptonode.id"}
],
"sdk_version": "0.47.12",
"coin_type": "118",
Expand All @@ -18,5 +20,11 @@
"symbol": "EMPE",
"exponent": "6",
"logo": "/logos/empe.png"
}]
}],
"faucet": {
"amount": "1500000uempe",
"ip_limit": "1",
"address_limit": "1",
"fees": "30uempe"
}
}
2 changes: 1 addition & 1 deletion chains/testnet/fxcore.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"https://testnet-fx-json.functionx.io:26657"
],
"snapshot_provider": "",
"sdk_version": "v0.46.13",
"sdk_version": "v0.47.13",
"coin_type": "60",
"min_tx_fee": "500000000000000000",
"assets": [
Expand Down
10 changes: 6 additions & 4 deletions chains/testnet/symphony.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,15 @@
{
"address": "https://symphony-api.kleomedes.network",
"provider": "Kleomedes"
}
},
{"provider": "CryptoNodeID", "address": "https://symphony-testnet-api.cryptonode.id"}
],
"rpc": [
{
"address": "https://symphony-rpc.kleomedes.network",
"provider": "Kleomedes"
}
},
{"provider": "CryptoNodeID", "address": "https://symphony-testnet-rpc.cryptonode.id"}
],
"snapshot_provider": "",
"sdk_version": "0.47.8",
Expand All @@ -27,9 +29,9 @@
}
],
"faucet": {
"amount": "100000note",
"amount": "10000000note",
"ip_limit": "1",
"address_limit": "2",
"fees": "800note"
}
}
}
2 changes: 1 addition & 1 deletion chains/testnet/titannetwork.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"provider": "titan"
}
],
"sdk_version": "0.47.3",
"sdk_version": "0.50.7",
"coin_type": "118",
"min_tx_fee": "500",
"addr_prefix": "titan",
Expand Down
Binary file added logos/cnho.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 26616c6

Please sign in to comment.