UNPKG

@gemini-wallet/core

Version:

Core SDK for Gemini Wallet integration with popup communication

3 lines (2 loc) 171 B
export const SDK_BACKEND_URL = process.env.SDK_BACKEND_URL as string; export const SDK_VERSION = "$SDK_VERSION"; // this gets replaced with pkg json version at build time