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 0000000000..a56cdaa2dd Binary files /dev/null and b/sunrise/images/vrise.png differ diff --git a/sunrise/images/vrise.svg b/sunrise/images/vrise.svg new file mode 100644 index 0000000000..cb08f4300e --- /dev/null +++ b/sunrise/images/vrise.svg @@ -0,0 +1,7 @@ + + + + + + + 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" + } + ] +}