IChainConfig: {
    mainnet: IChainNetworkConfig;
    sepolia?: IChainNetworkConfig;
    testnet: IChainNetworkConfig;
}

Type declaration