export interface WalletWebConfig { apiKey?: string; apiSecret?: string; walletUrl: string; chainId: string; }