Skip to content

Commit

Permalink
feat: Change Sunrise Tokens & Add Testnet (cosmos#4881)
Browse files Browse the repository at this point in the history
* 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
Senna46 authored Jun 27, 2024
1 parent b99f325 commit 2a900f0
Show file tree
Hide file tree
Showing 6 changed files with 289 additions and 33 deletions.
56 changes: 43 additions & 13 deletions sunrise/assetlist.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,27 +3,57 @@
"chain_name": "sunrise",
"assets": [
{
"description": "The native token of the Sunrise blockchain.",
"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": "usr",
"denom": "uvrise",
"exponent": 0,
"aliases": [
"microsr"
]
"aliases": ["microvRISE","microvrise"]
},
{
"denom": "sr",
"denom": "vrise",
"exponent": 6
}
],
"base": "usr",
"name": "Sunrise",
"display": "sr",
"symbol": "SR",
"base": "uvrise",
"name": "Sunrise vRISE",
"display": "vrise",
"symbol": "vRISE",
"logo_URIs": {
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/sunrise/images/sunrise.png",
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/sunrise/images/sunrise.svg"
"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": [
{
Expand All @@ -37,4 +67,4 @@
}
}
]
}
}
62 changes: 42 additions & 20 deletions sunrise/chain.json
Original file line number Diff line number Diff line change
@@ -1,22 +1,20 @@
{
"$schema": "../chain.schema.json",
"chain_name": "sunrise",
"status": "live",
"status": "upcoming",
"network_type": "mainnet",
"website": "https://sunriselayer.io/",
"pretty_name": "Sunrise",
"chain_id": "sunrise-1",
"bech32_prefix": "sunrise",
"daemon_name": "sunrised",
"node_home": "$HOME/.sunrise",
"key_algos": [
"secp256k1"
],
"key_algos": ["secp256k1"],
"slip44": 118,
"fees": {
"fee_tokens": [
{
"denom": "usr",
"denom": "urise",
"fixed_min_gas_price": 0.002,
"low_gas_price": 0.01,
"average_gas_price": 0.02,
Expand All @@ -27,7 +25,7 @@
"staking": {
"staking_tokens": [
{
"denom": "usr"
"denom": "uvrise"
}
],
"lock_duration": {
Expand All @@ -36,12 +34,10 @@
},
"codebase": {
"git_repo": "https://github.com/sunriselayer/sunrise",
"recommended_version": "v0.0.7",
"compatible_versions": [
"v0.0.7"
],
"recommended_version": "v0.1.1",
"compatible_versions": ["v0.1.1"],
"binaries": {
"linux/amd64": "https://github.com/sunriselayer/sunrise/releases/download/v0.0.7/sunrised"
"linux/amd64": "https://github.com/sunriselayer/sunrise/releases/download/v0.1.1/sunrised"
},
"cosmos_sdk_version": "0.50.2",
"consensus": {
Expand All @@ -53,9 +49,7 @@
{
"name": "v0.0.7",
"recommended_version": "v0.0.7",
"compatible_versions": [
"v0.0.7"
],
"compatible_versions": ["v0.0.7"],
"binaries": {
"linux/amd64": "https://github.com/sunriselayer/sunrise/releases/download/v0.0.7/sunrised"
},
Expand All @@ -65,15 +59,43 @@
"version": "sunriselayer/sunrise-core v0.0.5-cmt-v0.38.2"
},
"ibc_go_version": "8.0.0",
"ics_enabled": [
"ics20-1"
]
"ics_enabled": ["ics20-1"]
},
{
"name": "v0.0.8",
"recommended_version": "v0.0.8",
"compatible_versions": ["v0.0.8"],
"binaries": {
"linux/amd64": "https://github.com/sunriselayer/sunrise/releases/download/v0.0.8/sunrised"
},
"cosmos_sdk_version": "0.50.2",
"consensus": {
"type": "cometbft",
"version": "sunriselayer/sunrise-core v0.0.5-cmt-v0.38.2"
},
"ibc_go_version": "8.0.0",
"ics_enabled": ["ics20-1"]
},
{
"name": "v0.1.1",
"recommended_version": "v0.1.1",
"compatible_versions": ["v0.1.1"],
"binaries": {
"linux/amd64": "https://github.com/sunriselayer/sunrise/releases/download/v0.1.1/sunrised"
},
"cosmos_sdk_version": "0.50.2",
"consensus": {
"type": "cometbft",
"version": "sunriselayer/sunrise-core v0.0.5-cmt-v0.38.2"
},
"ibc_go_version": "8.0.0",
"ics_enabled": ["ics20-1"]
}
]
},
"logo_URIs": {
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/sunrise/images/sunrise.png",
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/sunrise/images/sunrise.svg"
"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"
},
"peers": {
"seeds": [],
Expand All @@ -91,4 +113,4 @@
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/sunrise/images/sunrise.png"
}
]
}
}
Binary file added sunrise/images/vrise.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 7 additions & 0 deletions sunrise/images/vrise.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
70 changes: 70 additions & 0 deletions testnets/sunrisetestnet/assetlist.json
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"
}
}
]
}
Loading

0 comments on commit 2a900f0

Please sign in to comment.