5 lines
240 B
TypeScript
5 lines
240 B
TypeScript
export const VEGA_WALLET_URL = 'https://vega.xyz/wallet';
|
|
export const VEGA_WALLET_CONCEPTS_URL =
|
|
'https://docs.vega.xyz/docs/mainnet/concepts/vega-wallet';
|
|
export const VEGA_WALLET_HOSTED_URL = 'https://vega-hosted-wallet.on.fleek.co/';
|