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