Skip to content

Commit

Permalink
Merge pull request #9 from Nodeist/main
Browse files Browse the repository at this point in the history
Add 2 Chains
  • Loading branch information
liangping authored Oct 24, 2023
2 parents 116e0d7 + 0d159e9 commit 1351d53
Show file tree
Hide file tree
Showing 4 changed files with 77 additions and 0 deletions.
42 changes: 42 additions & 0 deletions chains/mainnet/realio.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
{
"chain_name": "realio",
"alias": "realio",
"api": [
"https://rest.cosmos.directory/realio",
"https://realio-api.genznodes.dev",
"https://api-realio-network.nodeist.net",
"http://realio.api.m.stavr.tech:21097",
"https://api.realio.indonode.net",
"https://api.realio.nodestake.top"
],
"rpc": [
"https://rpc.cosmos.directory/realio",
"https://realio-rpc.genznodes.dev",
"https://rpc-realio-network.nodeist.net",
"http://realio.rpc.m.stavr.tech:21097",
"https://rpc.realio.indonode.net",
"https://rpc.realio.nodestake.top"
],
"snapshot_provider": "",
"addr_prefix": "realio",
"coin_type": "494",
"min_tx_fee": "8000",
"assets": [
{
"base": "ario",
"symbol": "RIO",
"exponent": "18",
"coingecko_id": "realio-network",
"logo": "/logos/realio.png"
},
{
"base": "arst",
"symbol": "RST",
"exponent": "18",
"coingecko_id": "realio-network",
"logo": "/logos/realio.jpg"
}
],
"logo": "/logos/realio.png",
"sdk_version": "0.45.8"
}
35 changes: 35 additions & 0 deletions chains/mainnet/sge.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
{
"chain_name": "sge",
"alias": "sge",
"api": [
"https://rest.cosmos.directory/sge",
"https://sge-api.lavenderfive.com",
"https://sge-api.ramuchi.tech",
"https://api-sge.nodeist.net",
"https://sge-api.polkachu.com",
"https://api.sge.nodestake.top"
],
"rpc": [
"https://rpc.cosmos.directory/sge",
"https://sge-rpc.lavenderfive.com",
"https://sge-rpc.ramuchi.tech",
"https://rpc-sge.nodeist.net",
"https://sge-rpc.polkachu.com",
"https://rpc.sge.nodestake.top"
],
"snapshot_provider": "",
"addr_prefix": "sge",
"coin_type": "494",
"min_tx_fee": "8000",
"assets": [
{
"base": "usge",
"symbol": "SGE",
"exponent": "6",
"coingecko_id": "sge",
"logo": "/logos/sge.png"
}
],
"logo": "/logos/sge.png",
"sdk_version": "0.45.8"
}
Binary file added logos/realio.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added logos/sge.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 1351d53

Please sign in to comment.