import type { ChainInfo } from "@keplr-wallet/types";

export async function experimentalSuggestChain(
  _chainInfo: ChainInfo,
): Promise<void> {
  return;
}
