pub async fn get_eth_contracts(
bridge_proxy_address: Address,
provider: EthProvider,
) -> Result<EthBridgeContracts>Expand description
Given the address of SuiBridge Proxy, return the contracts of the committee, limiter, vault, and config.
pub async fn get_eth_contracts(
bridge_proxy_address: Address,
provider: EthProvider,
) -> Result<EthBridgeContracts>Given the address of SuiBridge Proxy, return the contracts of the committee, limiter, vault, and config.