Skip to content

Commit d7f8973

Browse files
committed
feat: Impl GraphQL client
1 parent 6a2f9c4 commit d7f8973

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

51 files changed

+25849
-0
lines changed

clients/iota-go/iotaconn/consts.go

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,11 @@ const (
1515
AlphanetFaucetURL = "https://faucet.iota-rebased-alphanet.iota.cafe/gas"
1616
TestnetFaucetURL = "https://faucet.testnet.iota.cafe/gas"
1717
DevnetFaucetURL = "https://faucet.devnet.iota.cafe/gas"
18+
19+
LocalnetGraphQLEndpointURL = "http://localhost:9000"
20+
AlphanetGraphQLEndpointURL = "https://graphql.iota-rebased-alphanet.iota.cafe"
21+
TestnetGraphQLEndpointURL = "https://graphql.iota-rebased-alphanet.iota.cafe"
22+
DevnetGraphQLEndpointURL = "https://graphql.iota-rebased-alphanet.iota.cafe"
1823
)
1924

2025
type Host string

0 commit comments

Comments
 (0)