Skip to content

Commit

Permalink
Merge pull request #42 from levisyin/fix/faucet-endpoint
Browse files Browse the repository at this point in the history
fix: update faucet endpoint to latest
  • Loading branch information
JaydenLink authored Oct 24, 2024
2 parents 07d9823 + 1c00a40 commit b2766dd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions constant/rpc.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ const (
WssSuiTestnetEndpoint = "wss://fullnode.testnet.sui.io"
WssSuiMainnetEndpoint = "wss://fullnode.mainnet.sui.io"

FaucetTestnetEndpoint = "https://faucet.testnet.sui.io/gas"
FaucetDevnetEndpoint = "https://faucet.devnet.sui.io"
FaucetLocalnetEndpoint = "http://127.0.0.1:9123"
FaucetTestnetEndpoint = "https://faucet.testnet.sui.io/v1/gas"
FaucetDevnetEndpoint = "https://faucet.devnet.sui.io/v1/gas"
FaucetLocalnetEndpoint = "http://127.0.0.1:9123/gas"
)

const (
Expand Down

0 comments on commit b2766dd

Please sign in to comment.