/** @format */ import { IChainData } from "../types/web3ModalTypes"; declare const supportedChains: IChainData[]; export default supportedChains;