UNPKG

@dynamic-labs/sdk-react-core

Version:

A React SDK for implementing wallet web3 authentication and authorization to your website.

9 lines (5 loc) 213 B
'use client' 'use strict'; Object.defineProperty(exports, '__esModule', { value: true }); const DEFAULT_WAAS_API_URL = 'https://app.dynamicauth.com/api/v0'; exports.DEFAULT_WAAS_API_URL = DEFAULT_WAAS_API_URL;