UNPKG

@metamask/keyring-api

Version:
14 lines 461 B
"use strict"; // istanbul ignore file Object.defineProperty(exports, "__esModule", { value: true }); exports.TrxScope = void 0; /** * Scopes for TRON account type. See {@link KeyringAccount.scopes}. */ var TrxScope; (function (TrxScope) { TrxScope["Mainnet"] = "tron:728126428"; TrxScope["Nile"] = "tron:3448148188"; TrxScope["Shasta"] = "tron:2494104990"; })(TrxScope || (exports.TrxScope = TrxScope = {})); //# sourceMappingURL=constants.cjs.map