Left Curve Software Stack
    Preparing search index...

    Type Alias HyperlaneConfig

    type HyperlaneConfig = {
        chain_id: number;
        hyperlane_deployments: HyperlaneContracts;
        hyperlane_domain: number;
        hyperlane_protocol_fee: number;
        infura_rpc_url: string;
        ism: { static_message_id_multisig_ism: Ism };
        proxy_admin_address: Address;
        warp_routes: WarpRoute[];
    }
    Index

    Properties

    chain_id: number
    hyperlane_deployments: HyperlaneContracts
    hyperlane_domain: number
    hyperlane_protocol_fee: number
    infura_rpc_url: string
    ism: { static_message_id_multisig_ism: Ism }
    proxy_admin_address: Address
    warp_routes: WarpRoute[]