@metamask/keyring-api
Version:
MetaMask Keyring API
14 lines • 447 B
JavaScript
;
// 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