From 2a900f02661753031aa6433a6d42335b83bc2103 Mon Sep 17 00:00:00 2001
From: Senna Ohmura <29295263+Senna46@users.noreply.github.com>
Date: Fri, 28 Jun 2024 03:57:22 +0900
Subject: [PATCH] feat: Change Sunrise Tokens & Add Testnet (#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
---
sunrise/assetlist.json | 56 ++++++++---
sunrise/chain.json | 62 ++++++++----
sunrise/images/vrise.png | Bin 0 -> 4415 bytes
sunrise/images/vrise.svg | 7 ++
testnets/sunrisetestnet/assetlist.json | 70 ++++++++++++++
testnets/sunrisetestnet/chain.json | 127 +++++++++++++++++++++++++
6 files changed, 289 insertions(+), 33 deletions(-)
create mode 100644 sunrise/images/vrise.png
create mode 100644 sunrise/images/vrise.svg
create mode 100644 testnets/sunrisetestnet/assetlist.json
create mode 100644 testnets/sunrisetestnet/chain.json
diff --git a/sunrise/assetlist.json b/sunrise/assetlist.json
index aed5cd7fb7..fed4199bb5 100644
--- a/sunrise/assetlist.json
+++ b/sunrise/assetlist.json
@@ -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": [
{
@@ -37,4 +67,4 @@
}
}
]
-}
\ No newline at end of file
+}
diff --git a/sunrise/chain.json b/sunrise/chain.json
index 106997969c..06d575917d 100644
--- a/sunrise/chain.json
+++ b/sunrise/chain.json
@@ -1,7 +1,7 @@
{
"$schema": "../chain.schema.json",
"chain_name": "sunrise",
- "status": "live",
+ "status": "upcoming",
"network_type": "mainnet",
"website": "https://sunriselayer.io/",
"pretty_name": "Sunrise",
@@ -9,14 +9,12 @@
"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,
@@ -27,7 +25,7 @@
"staking": {
"staking_tokens": [
{
- "denom": "usr"
+ "denom": "uvrise"
}
],
"lock_duration": {
@@ -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": {
@@ -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"
},
@@ -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": [],
@@ -91,4 +113,4 @@
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/sunrise/images/sunrise.png"
}
]
-}
\ No newline at end of file
+}
diff --git a/sunrise/images/vrise.png b/sunrise/images/vrise.png
new file mode 100644
index 0000000000000000000000000000000000000000..a56cdaa2dd635f088654b1c6799229499ca469ff
GIT binary patch
literal 4415
zcmaKvdpOho`^Oz}Hk66UF^5bcRASB}<u&%DIq@{&O?5M4M
zRsQT5yYrAjuc+%J5*tfuTCk7X*{!nbE?g~JLo2Ul;3%EMCoPyN8lFNY)^=1>wcyEZ
z#9BJGih-|bDW|q!tJ(=Q3=E|MTiZscZpTpQxY`avbz23QhNIF6)r<;q8;(L_x3Dz~
zJf)3LOT*T*vuPDn2DXNVC%0En>9}eJ8(Tr4;i~C)G9624!&TGpHSJh7joOB
Ry!BVZLzUj8hbl;
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
+
diff --git a/testnets/sunrisetestnet/assetlist.json b/testnets/sunrisetestnet/assetlist.json
new file mode 100644
index 0000000000..f09da37673
--- /dev/null
+++ b/testnets/sunrisetestnet/assetlist.json
@@ -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"
+ }
+ }
+ ]
+}
diff --git a/testnets/sunrisetestnet/chain.json b/testnets/sunrisetestnet/chain.json
new file mode 100644
index 0000000000..f64ca8cee8
--- /dev/null
+++ b/testnets/sunrisetestnet/chain.json
@@ -0,0 +1,127 @@
+{
+ "$schema": "../../chain.schema.json",
+ "chain_name": "sunrisetestnet",
+ "status": "live",
+ "network_type": "testnet",
+ "pretty_name": "Sunrise Testnet",
+ "chain_id": "sunrise-test",
+ "bech32_prefix": "sunrise",
+ "daemon_name": "sunrised",
+ "node_home": "$HOME/.sunrise",
+ "key_algos": ["secp256k1"],
+ "slip44": 118,
+ "fees": {
+ "fee_tokens": [
+ {
+ "denom": "urise",
+ "fixed_min_gas_price": 0,
+ "low_gas_price": 0.0025,
+ "average_gas_price": 0.025,
+ "high_gas_price": 0.04
+ }
+ ]
+ },
+ "staking": {
+ "staking_tokens": [
+ {
+ "denom": "uvrise"
+ }
+ ]
+ },
+ "codebase": {
+ "git_repo": "https://github.com/sunriselayer/sunrise",
+ "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",
+ "versions": [
+ {
+ "name": "v0.0.7",
+ "recommended_version": "v0.0.7",
+ "compatible_versions": ["v0.0.7"],
+ "binaries": {
+ "linux/amd64": "https://github.com/sunriselayer/sunrise/releases/download/v0.0.7/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.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": {
+ "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": [],
+ "persistent_peers": []
+ },
+ "apis": {
+ "rpc": [
+ {
+ "address": "https://sunrise-test-1.cauchye.net/",
+ "provider": "CauchyE"
+ }
+ ],
+ "rest": [
+ {
+ "address": "https://sunrise-test-1.cauchye.net:1318",
+ "provider": "CauchyE"
+ }
+ ],
+ "grpc": [
+ {
+ "address": "https://sunrise-test-1.cauchye.net:9092",
+ "provider": "CauchyE"
+ }
+ ]
+ },
+ "explorers": [],
+ "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"
+ }
+ ]
+}