forked from cosmos/chain-registry
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Change Sunrise Tokens & Add Testnet (cosmos#4881)
* feat: add sunrise * feat: images * feat: Sunrise Testnet (#1) * feat: rise * fix: name * feat: description * chore: vrise name * fix: new icon * feat: revise sunrise main * feat: testnet * fix: chain_name
- Loading branch information
Showing
6 changed files
with
289 additions
and
33 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,70 @@ | ||
{ | ||
"$schema": "../../assetlist.schema.json", | ||
"chain_name": "sunrisetestnet", | ||
"assets": [ | ||
{ | ||
"description": "The native token of the Sunrise network for staking. This token is non transferrable. This token can be retrieved by providing liquidity.", | ||
"denom_units": [ | ||
{ | ||
"denom": "uvrise", | ||
"exponent": 0, | ||
"aliases": ["microvRISE","microvrise"] | ||
}, | ||
{ | ||
"denom": "vrise", | ||
"exponent": 6 | ||
} | ||
], | ||
"base": "uvrise", | ||
"name": "Sunrise vRISE", | ||
"display": "vrise", | ||
"symbol": "vRISE", | ||
"logo_URIs": { | ||
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/sunrise/images/vrise.svg", | ||
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/sunrise/images/vrise.png" | ||
}, | ||
"images": [ | ||
{ | ||
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/sunrise/images/vrise.svg", | ||
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/sunrise/images/vrise.png" | ||
} | ||
], | ||
"socials": { | ||
"website": "https://sunriselayer.io/", | ||
"twitter": "https://twitter.com/SunriseLayer" | ||
} | ||
}, | ||
{ | ||
"description": "The native token of the Sunrise network for fees.", | ||
"denom_units": [ | ||
{ | ||
"denom": "urise", | ||
"exponent": 0, | ||
"aliases": ["microRISE","microrise"] | ||
}, | ||
{ | ||
"denom": "rise", | ||
"exponent": 6 | ||
} | ||
], | ||
"base": "urise", | ||
"name": "Sunrise RISE", | ||
"display": "rise", | ||
"symbol": "RISE", | ||
"logo_URIs": { | ||
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/sunrise/images/sunrise.svg", | ||
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/sunrise/images/sunrise.png" | ||
}, | ||
"images": [ | ||
{ | ||
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/sunrise/images/sunrise.svg", | ||
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/sunrise/images/sunrise.png" | ||
} | ||
], | ||
"socials": { | ||
"website": "https://sunriselayer.io/", | ||
"twitter": "https://twitter.com/SunriseLayer" | ||
} | ||
} | ||
] | ||
} |
Oops, something went wrong.