Skip to content

Commit

Permalink
Merge pull request #31 from kii-awesome/kii-1
Browse files Browse the repository at this point in the history
Add mainnet { andromeda , coreum }
  • Loading branch information
liangping authored Jan 29, 2024
2 parents b01d794 + 190ba59 commit 31fb812
Show file tree
Hide file tree
Showing 4 changed files with 151 additions and 1 deletion.
69 changes: 69 additions & 0 deletions chains/mainnet/andromeda.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,69 @@
{
"chain_name": "andromeda",
"api": [
{
"address": "https://api.andromeda-1.andromeda.aviaone.com/",
"provider": "AVIAONE"
},
{
"address": "https://andromeda-api.stake-town.com:443",
"provider": "StakeTown"
},
{
"address": "https://andro.api.m.stavr.tech",
"provider": "🔥STAVR🔥"
},
{
"address": "https://andromeda.api.kjnodes.com",
"provider": "kjnodes"
},
{
"address": "https://andromeda-api.lavenderfive.com:443",
"provider": "Lavender.Five Nodes 🐝"
},
{
"address": "https://andromeda-api.genznodes.dev",
"provider": "genznodes"
}
],
"rpc": [
{
"address": "https://rpc.andromeda-1.andromeda.aviaone.com",
"provider": "AVIAONE"
},
{
"address": "https://andromeda.rpc.kjnodes.com",
"provider": "kjnodes"
},
{
"address": "https://andromeda-rpc.lavenderfive.com:443",
"provider": "Lavender.Five Nodes 🐝"
},
{
"address": "https://andromeda-rpc.stake-town.com:443",
"provider": "StakeTown"
},
{
"address": "https://andro.rpc.m.stavr.tech",
"provider": "🔥STAVR🔥"
},
{
"address": "https://andromeda-rpc.genznodes.dev",
"provider": "genznodes"
}
],
"sdk_version": "0.47.5",
"coin_type": "118",
"min_tx_fee": "2000",
"addr_prefix": "andr",
"logo": "/logos/andromeda.png",
"assets": [
{
"base": "uandr",
"symbol": "ANDR",
"exponent": "6",
"coingecko_id": "andromeda-2",
"logo": "/logos/andromeda.png"
}
]
}
81 changes: 81 additions & 0 deletions chains/mainnet/coreum.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,81 @@
{
"chain_name": "coreum",
"api": [
{
"address": "https://full-node.mainnet-1.coreum.dev:1317",
"provider": "Coreum Foundation"
},
{
"address": "https://coreum-api.genznodes.dev",
"provider": "genznodes"
},
{
"address": "https://coreum-rest.publicnode.com",
"provider": "Allnodes ⚡️ Nodes & Staking"
},
{
"address": "https://rest-coreum.ecostake.com",
"provider": "ecostake"
},
{
"address": "https://coreum.api.silknodes.io",
"provider": "Silk Nodes"
},
{
"address": "https://api.mainnet.solonation.cf",
"provider": "solonation"
}
],
"rpc": [
{
"address": "https://full-node.mainnet-1.coreum.dev:26657",
"provider": "Coreum Foundation"
},
{
"address": "https://full-node-uranium.mainnet-1.coreum.dev:26657",
"provider": "Coreum Foundation"
},
{
"address": "https://full-node-curium.mainnet-1.coreum.dev:26657",
"provider": "Coreum Foundation"
},
{
"address": "https://full-node-californium.mainnet-1.coreum.dev:26657",
"provider": "Coreum Foundation"
},
{
"address": "https://coreum-rpc.genznodes.dev",
"provider": "genznodes"
},
{
"address": "https://coreum-rpc.publicnode.com:443",
"provider": "Allnodes ⚡️ Nodes & Staking"
},
{
"address": "https://rpc-coreum.ecostake.com",
"provider": "ecostake"
},
{
"address": "https://coreum.rpc.silknodes.io",
"provider": "Silk Nodes"
},
{
"address": "https://rpc.mainnet.solonation.cf",
"provider": "solonation"
}
],
"sdk_version": "0.47.5",
"coin_type": "990",
"min_tx_fee": "5000",
"addr_prefix": "core",
"logo": "/logos/coreum.png",
"assets": [
{
"base": "ucore",
"symbol": "CORE",
"exponent": "6",
"coingecko_id": "coreum",
"logo": "/logos/coreum.png"
}
]
}
2 changes: 1 addition & 1 deletion chains/mainnet/quasar.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"base": "uqsr",
"symbol": "QSR",
"exponent": 6,
"coingecko_id": "",
"coingecko_id": "quasar-2",
"logo": "/logos/quasar.png"
}
]
Expand Down
Binary file added logos/coreum.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 31fb812

Please sign in to comment.