PaymentsProviderProps
type PaymentsProviderProps = {  appName: string;  chainName: SupportedChainName;  clientId: string;};
type appName = string;
type chainName = SupportedChainName;
type clientId = string;
type PaymentsProviderProps = {  appName: string;  chainName: SupportedChainName;  clientId: string;};
type appName = string;
type chainName = SupportedChainName;
type clientId = string;