We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1141762 commit fd88104Copy full SHA for fd88104
ignite/cmd/network.go
@@ -29,8 +29,8 @@ const (
29
flagSPNNodeAddress = "spn-node-address"
30
flagSPNFaucetAddress = "spn-faucet-address"
31
32
- spnNodeAddressNightly = "https://rpc.nightly.starport.network:443"
33
- spnFaucetAddressNightly = "https://faucet.nightly.starport.network"
+ spnNodeAddressNightly = "http://178.128.251.28:26657"
+ spnFaucetAddressNightly = "http://178.128.251.28:4500"
34
35
spnNodeAddressLocal = "http://0.0.0.0:26657"
36
spnFaucetAddressLocal = "http://0.0.0.0:4500"
0 commit comments