UNPKG

saepenatus

Version:

Web3-Onboard makes it simple to connect Ethereum hardware and software wallets to your dapp. Features standardised spec compliant web3 providers for all supported wallets, framework agnostic modern javascript UI with code splitting, CSS customization, mul

10 lines 346 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.id = void 0; var keccak256_1 = require("@ethersproject/keccak256"); var strings_1 = require("@ethersproject/strings"); function id(text) { return (0, keccak256_1.keccak256)((0, strings_1.toUtf8Bytes)(text)); } exports.id = id; //# sourceMappingURL=id.js.map