UNPKG

@metamask/keyring-api

Version:
11 lines 345 B
// 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