UNPKG

@metamask/keyring-api

Version:
11 lines 331 B
// istanbul ignore file /** * Scopes for EVM account type. See {@link KeyringAccount.scopes}. */ export var EthScope; (function (EthScope) { EthScope["Eoa"] = "eip155:0"; EthScope["Mainnet"] = "eip155:1"; EthScope["Testnet"] = "eip155:11155111"; })(EthScope || (EthScope = {})); //# sourceMappingURL=constants.mjs.map