Skip to content

Commit

Permalink
Merge pull request #73 from CalicoNino/main
Browse files Browse the repository at this point in the history
chore: requesting to add nibiru chain to ping.pub
  • Loading branch information
liangping authored May 27, 2024
2 parents 1c0cc50 + 30a984d commit 358bef8
Show file tree
Hide file tree
Showing 3 changed files with 183 additions and 0 deletions.
145 changes: 145 additions & 0 deletions chains/mainnet/nibiru.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,145 @@
{
"chain_name": "nibiru",
"coingecko": "nibiru",
"api": [
{
"address": "https://lcd.nibiru.fi",
"provider": "Nibiru Foundation"
},
{
"address": "https://nibiru.api.kjnodes.com",
"provider": "kjnodes.com 🦄"
},
{
"address": "https://api.nibiru.nodestake.org",
"provider": "NodeStake"
},
{
"address": "https://api.nibiru.silentvalidator.com",
"provider": "silent"
},
{
"address": "https://nibiru-api.lavenderfive.com:443",
"provider": "Lavender.Five Nodes 🐝"
},
{
"address": "https://nibiru.api.liveraven.net",
"provider": "LiveRaveN"
},
{
"address": "https://nibiru-api.cogwheel.zone",
"provider": "Cogwheel ⚙️"
},
{
"address": "https://nibiru.api.m.stavr.tech",
"provider": "🔥STAVR🔥"
},
{
"address": "https://nibiru.api.nodeshub.online:443",
"provider": "Nodes Hub 🛡️ 100% Slash Protected 🛡️ | Restake ✅"
},
{
"address": "https://nibiru.api.staking-explorer.com",
"provider": "Daily DROP | 2% Fee"
},
{
"address": "https://nibiru-api.noders.services",
"provider": "[NODERS]TEAM"
},
{
"address": "https://nibiru-mainnet.api.stakevillage.net",
"provider": "Stake Village"
},
{
"address": "https://nibiru-rest.publicnode.com",
"provider": "Allnodes ⚡️ Nodes & Staking"
}
],
"rpc": [
{
"address": "https://rpc.nibiru.fi",
"provider": "Nibiru Foundation"
},
{
"address": "https://nibiru.rpc.kjnodes.com",
"provider": "kjnodes.com 🦄"
},
{
"address": "https://rpc.nibiru.nodestake.org",
"provider": "NodeStake"
},
{
"address": "https://nibiru-rpc.lavenderfive.com:443",
"provider": "Lavender.Five Nodes 🐝"
},
{
"address": "https://rpc.nibiru.silentvalidator.com",
"provider": "silent"
},
{
"address": "https://nibiru.rpc.liveraven.net",
"provider": "LiveRaveN"
},
{
"address": "https://nibiru-rpc.cogwheel.zone",
"provider": "Cogwheel ⚙️"
},
{
"address": "https://nibiru.rpc.nodeshub.online:443",
"provider": "Nodes Hub 🛡️ 100% Slash Protected 🛡️ | Restake ✅"
},
{
"address": "https://nibiru.rpc.m.stavr.tech:443",
"provider": "🔥STAVR🔥"
},
{
"address": "https://nibiru-rpc.noders.services",
"provider": "[NODERS]TEAM"
},
{
"address": "https://nibiru-mainnet.rpc.stakevillage.net:443",
"provider": "Stake Village"
},
{
"address": "https://nibiru-rpc.publicnode.com:443",
"provider": "Allnodes ⚡️ Nodes & Staking"
}
],
"snapshot_provider": "",
"sdk_version": "0.47.10",
"coin_type": "118",
"min_tx_fee": "250",
"addr_prefix": "nibi",
"logo": "/logos/nibiru.svg",
"theme_color": "#04d9d9",
"assets": [
{
"base": "unibi",
"symbol": "NIBI",
"exponent": "6",
"coingecko_id": "nibiru",
"logo": "/logos/nibiru.svg"
},
{
"base": "tf/nibi149m52kn7nvsg5nftvv4fh85scsavpdfxp5nr7zasz97dum89dp5qkyhy0t/uoprek",
"symbol": "UOPREK",
"exponent": "0",
"coingecko_id": "",
"logo": ""
},
{
"base": "tf/nibi1lp28kx3gz0prsztl024z730ufkg3alahaq3e7a6gae22nk0dqdvsyrrgqw/utestate",
"symbol": "UTESTATE",
"exponent": "0",
"coingecko_id": "",
"logo": ""
},
{
"base": "tf/nibi1xpp7yn0tce62ffattws3gpd6v0tah0mlevef3ej3r4pnfvsehcgqk3jvxq/NPP",
"symbol": "NPP",
"exponent": "0",
"coingecko_id": "",
"logo": ""
}
]
}
22 changes: 22 additions & 0 deletions chains/testnet/nibiru.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"chain_name": "nibiru",
"coingecko": "nibiru",
"api": ["https://lcd.testnet-1.nibiru.zone"],
"rpc": ["https://rpc.testnet-1.nibiru.fi/"],
"snapshot_provider": "",
"sdk_version": "0.47.10",
"coin_type": "118",
"min_tx_fee": "250",
"addr_prefix": "nibi",
"logo": "/logos/nibiru.svg",
"theme_color": "#04d9d9",
"assets": [
{
"base": "unibi",
"symbol": "NIBI",
"exponent": "6",
"coingecko_id": "nibiru",
"logo": "/logos/nibiru.svg"
}
]
}
16 changes: 16 additions & 0 deletions logos/nibiru.svg
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 358bef8

Please sign in to comment.