defaultMainnetURLs

public struct defaultMainnetURLs

Preconfigured struct with all the URL’s needed to work with Tezos mainnet

  • The default mainnet URLs to use for estimating and injecting operations

    Declaration

    Swift

    public static let nodeURLs: [URL]
  • The default mainnet URL to use for tzktURL, For more information on this service, see: https://api.tzkt.io/

    Declaration

    Swift

    public static let tzktURL: URL
  • The default mainnet URL to use for tezosDomainsURL, For more information on this service, see: https://tezos.domains/

    Declaration

    Swift

    public static let tezosDomainsURL: URL
  • The default mainnet URL to use for objktApiURL, For more information on this service, see: https://public-api-v3-20221206.objkt.com/docs/

    Declaration

    Swift

    public static let objktApiURL: URL