• Asynchronously fetches the chain ID from a node URL using an Axios HTTP GET request.

    Parameters

    • url: string

      The URL of the node.

    Returns Promise<string>

    A Promise that resolves to the chain ID.

Generated using TypeDoc