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.

DA Testnet Details

sunrise-test-da-5 Network Details

Frontend

DA Testnet Software

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

Released Binary

DA Testnet Faucet

USDrise faucet is available for DA testnet. DA 5 testnet and beyond will use USDrise as the fee token.

curl https://da5-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.6.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-5 --fees 10000uusdrise --gas auto --yes

Mint USDrise from USDN

The address of the contract to mint USDrise is sunrise14hj2tavq8fpesdwxxcu44rty3hh90vhujrvcmstl4zr3txmfvw9s2v9j75. You can mint the same amount of USDrise using USDN.

sunrised tx wasm execute sunrise14hj2tavq8fpesdwxxcu44rty3hh90vhujrvcmstl4zr3txmfvw9s2v9j75 \
'{"mint":{"amount":"1000000","recipient":"[your-address]"}}' --amount 1000000uusdn \
--from [your-account] --fees 10000uusdrise --gas auto --yes

IBC Config

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

provider

transfer

channel-489

sunrise-test-da-5

transfer

channel-0

grand-1

transfer

channel-532

sunrise-test-da-5

transfer

channel-1

provider is current CosmosHub testnet Cosmos ICS Provider Testnet provider chain-registry

grand-1 is current Noble testnet Grand-1 Testnet Noble Testnet chain-registry

Last updated