@crossmint/client-sdk-base
Advanced tools
Comparing version 0.2.6-alpha.1 to 0.2.6-alpha.2
@@ -45,3 +45,3 @@ declare function generateClientId(): string; | ||
type Locale = "en-US" | "es-ES"; | ||
type Currency = "USD" | "EUR" | "AUD"; | ||
type Currency = "USD" | "EUR" | "AUD" | "GBP"; | ||
interface BaseButtonProps { | ||
@@ -48,0 +48,0 @@ className?: string; |
{ | ||
"name": "@crossmint/client-sdk-base", | ||
"version": "0.2.6-alpha.1", | ||
"version": "0.2.6-alpha.2", | ||
"author": "Paella Labs Inc", | ||
@@ -34,3 +34,3 @@ "license": "Apache-2.0", | ||
}, | ||
"gitHead": "553b3f9876a13a008c837dc35fd5e8b315c568d8" | ||
"gitHead": "145a44b798b218633e09b0a8dc7ef3a45cb6457e" | ||
} |
@@ -55,3 +55,3 @@ export const EVM_CHAINS = ["ethereum", "polygon", "bsc"] as const; | ||
export type Locale = "en-US" | "es-ES"; | ||
export type Currency = "USD" | "EUR" | "AUD"; | ||
export type Currency = "USD" | "EUR" | "AUD" | "GBP"; | ||
@@ -58,0 +58,0 @@ export interface BaseButtonProps { |
56936