Skip to content

Commit fd88104

Browse files
authored
chore(cmd): temp spn address change for nightly (ignite#2697)
1 parent 1141762 commit fd88104

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ignite/cmd/network.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ const (
2929
flagSPNNodeAddress = "spn-node-address"
3030
flagSPNFaucetAddress = "spn-faucet-address"
3131

32-
spnNodeAddressNightly = "https://rpc.nightly.starport.network:443"
33-
spnFaucetAddressNightly = "https://faucet.nightly.starport.network"
32+
spnNodeAddressNightly = "http://178.128.251.28:26657"
33+
spnFaucetAddressNightly = "http://178.128.251.28:4500"
3434

3535
spnNodeAddressLocal = "http://0.0.0.0:26657"
3636
spnFaucetAddressLocal = "http://0.0.0.0:4500"

0 commit comments

Comments
 (0)