Networks

Mainnet

The main network of Sunrise. Use tokens with real value.

Mainnet Details

Coming soon

Mainnet Software

Coming soon

Testnet

This network is used to test operations on the mainnet. Normally, the same environment as the mainnet is provided, but tokens have no value.

Testnet Details

sunrise-test-0.2 Network Details

In some cases b-d is also in operation; check with RiseScan.

Testnet Software

Please check our proposals and community. See sunrise-test-0.2 for setup. Currently, Testnet uses v0.2.x binaries for blockchain compatibility.

Released Binary

DA Testnet

This network is used to test Data Availability functions on the mainnet. Since our testnet does not support DA, please use it to test L2 chains, etc.

Currently the latest is DA 3 Testnet.

DA Testnet Details

sunrise-test-da-4 Network Details

IBC Config

Src Chain
Src Port
Src Channel
Dst Chain
Dst Port
Dst Channel

sunrise-test-da-4

transfer

channel-0

provider

transfer

channel-476

provideris current CosmosHub testnet Cosmos ICS Provider Testnetprovider chain-registry

Frontend

DA Testnet Software

Please check our proposals and community. See sunrise-test-da-4 for setup.

Released Binary

DA Testnet Faucet

RISE faucet is available for testing DA testnet. The binary version as of genesis is v0.6.x. For details, see sunrise-test-da-4.

curl https://da4-faucet-requests-le6vcwy6pa-an.a.run.app/?address=[your-address]

Create Validator with RISE

x/shareclass allows validators to create validators only with RISE. This feature is not shown in the header because it is for validators and developers.

https://da-test.app.sunriselayer.io/share-class

The feature of staking RISE is also provided on this page.

How to use sunrise-data on DA Testnet

sunrise-data provides validator assistance and functionality for L2 chain publishers. It is required for the submission of a Validity Proof of DA by the validator and the publish of L2 chain data to DA.

See Sunrise Data and Proof of Data Availability for details.

Use sunrise-data which supports sunrised binary.

git clone https://github.com/sunriselayer/sunrise-data.git
cd sunrise-data
git checkout v0.5.0
make install

Register Proof Deputy (for Validators)

Run the following command to register a proof deputy from your validator.

sunrised tx da register-proof-deputy [deputy-address] \
--from [your-validator] --chain-id sunrise-test-da-1 --fees 10000urise --gas 1000000 --yes

Last updated