Constants [Internal]
export const TRIA_WALLET_STORE = 'tria.wallet.store';
export const TRIA_WALLET_SELECTED_CHAIN = 'tria.wallet.selectedChain';
export const triaAuthUrl = 'https://auth.tria.so';
export const triaWalletUrl = 'https://wallet.tria.so';
Last updated