Skip to content

Commit

Permalink
[nibiru] Add liquid staked NIBI for Nibiru (#5435)
Browse files Browse the repository at this point in the history
* feat: add staked NIBI to asset list

* add PR review changes
  • Loading branch information
Unique-Divine authored Oct 14, 2024
1 parent edf4a47 commit 2b32899
Show file tree
Hide file tree
Showing 3 changed files with 58 additions and 2 deletions.
50 changes: 48 additions & 2 deletions nibiru/assetlist.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"assets": [
{
"description": "The native token of Nibiru network",
"extended_description": "Nibiru hosts a variety of ecosystem partners in a wide variety of consumer sectors. From RWAs (Coded Estate) to DeFi (Constella, NOM) to Gaming (Blockchain Game Alliance, IntoTheVerse), Nibiru is advancing multiple emerging blockchain narratives that will onboard the next billion users.",
"extended_description": "Nibiru is a smart contract ecosystem with a high-performance, EVM-equivalent execution layer. Nibiru is engineered to meet the growing demand for versatile, scalable, and easy-to-use Web3 applications.",
"socials": {
"website": "https://nibiru.fi",
"twitter": "https://twitter.com/nibiruchain"
Expand Down Expand Up @@ -43,6 +43,52 @@
],
"type_asset": "sdk.coin"
},
{
"description": "Liquid Staked Nibiru (Eris)",
"extended_description": "Liquid Staked Nibiru, powered by Eris Protocol's amplifier contracts. Nibiru is a smart contract ecosystem with a high-performance, EVM-equivalent execution layer. Nibiru is engineered to meet the growing demand for versatile, scalable, and easy-to-use Web3 applications.",
"socials": {
"website": "https://nibiru.fi/docs/learn/liquid-stake/",
"twitter": "https://x.com/eris_protocol"
},
"denom_units": [
{
"denom": "tf/nibi1udqqx30cw8nwjxtl4l28ym9hhrp933zlq8dqxfjzcdhvl8y24zcqpzmh8m/ampNIBI",
"exponent": 0
},
{
"denom": "stNIBI",
"exponent": 6
}
],
"base": "tf/nibi1udqqx30cw8nwjxtl4l28ym9hhrp933zlq8dqxfjzcdhvl8y24zcqpzmh8m/ampNIBI",
"name": "Liquid Staked Nibiru (Eris)",
"display": "stNIBI",
"symbol": "stNIBI",
"logo_URIs": {
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/nibiru/images/stnibi-logo-circle-500x500.png",
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/nibiru/images/stnibi-logo-circle-500x500.svg"
},
"images": [
{
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/nibiru/images/stnibi-logo-circle-500x500.png",
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/nibiru/images/stnibi-logo-circle-500x500.svg",
"theme": {
"primary_color_hex": "#14c0ce"
}
}
],
"traces": [
{
"type": "liquid-stake",
"counterparty": {
"chain_name": "nibiru",
"base_denom": "unibi"
},
"provider": "Eris Protocol"
}
],
"type_asset": "sdk.coin"
},
{
"description": "uoprek",
"denom_units": [
Expand Down Expand Up @@ -86,4 +132,4 @@
"type_asset": "sdk.coin"
}
]
}
}
Binary file added nibiru/images/stnibi-logo-circle-500x500.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 10 additions & 0 deletions nibiru/images/stnibi-logo-circle-500x500.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 2b32899

Please sign in to comment.