@metamask/keyring-api
Version:
MetaMask Keyring API
11 lines • 345 B
JavaScript
// istanbul ignore file
/**
* Scopes for TRON account type. See {@link KeyringAccount.scopes}.
*/
export var TrxScope;
(function (TrxScope) {
TrxScope["Mainnet"] = "tron:728126428";
TrxScope["Nile"] = "tron:3448148188";
TrxScope["Shasta"] = "tron:2494104990";
})(TrxScope || (TrxScope = {}));
//# sourceMappingURL=constants.mjs.map