UNPKG

@dynamic-labs/sdk-react-core

Version:

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

7 lines (4 loc) 372 B
'use client' import { __awaiter } from '../../../../../_virtual/_tslib.js'; const getNetwork = (walletConnector) => __awaiter(void 0, void 0, void 0, function* () { var _a; return (_a = walletConnector === null || walletConnector === void 0 ? void 0 : walletConnector.getNetwork) === null || _a === void 0 ? void 0 : _a.call(walletConnector); }); export { getNetwork };