File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
suikotlin/src/main/java/io/cosmostation/suikotlin/model Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
package io.cosmostation.suikotlin.model
2
2
3
3
sealed class Network (val name : String , val rpcUrl : String , val faucetUrl : String ) {
4
- class Devnet : Network (" Devnet" , " https://fullnode. devnet.sui .io/ " , " https://faucet.devnet.sui.io" )
4
+ class Devnet : Network (" Devnet" , " https://sui- devnet-kr-1.cosmostation .io" , " https://faucet.devnet.sui.io" )
5
5
6
- class Testnet : Network (" Testnet" , " https://fullnode. testnet.sui .io/ " , " https://faucet.testnet.sui.io" )
6
+ class Testnet : Network (" Testnet" , " https://sui- testnet-kr-1.cosmostation .io" , " https://faucet.testnet.sui.io" )
7
7
8
8
class Localnet : Network (" Localhost" , " http://127.0.0.1:9000" , " http://127.0.0.1:9000" )
9
9
You can’t perform that action at this time.
0 commit comments