UNPKG

@metamask/keyring-api

Version:
14 lines 447 B
"use strict"; // istanbul ignore file Object.defineProperty(exports, "__esModule", { value: true }); exports.EthScope = void 0; /** * Scopes for EVM account type. See {@link KeyringAccount.scopes}. */ var EthScope; (function (EthScope) { EthScope["Eoa"] = "eip155:0"; EthScope["Mainnet"] = "eip155:1"; EthScope["Testnet"] = "eip155:11155111"; })(EthScope || (exports.EthScope = EthScope = {})); //# sourceMappingURL=constants.cjs.map