Function getDefaultConduit

  • Get the default conduit key and address for a given chain.

    Parameters

    • chain: Chain

      The chain to get the conduit for

    Returns {
        address: string;
        key: string;
    }

    The conduit key and address for the chain

    • address: string
    • key: string