PaymentsProviderProps

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