UNPKG

@tatumio/tatum

Version:

Tatum JS SDK

29 lines 1.51 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.AddressEventNotificationChain = void 0; var AddressEventNotificationChain; (function (AddressEventNotificationChain) { AddressEventNotificationChain["ETH"] = "ETH"; AddressEventNotificationChain["SOL"] = "SOL"; AddressEventNotificationChain["XRP"] = "XRP"; AddressEventNotificationChain["MATIC"] = "MATIC"; AddressEventNotificationChain["CELO"] = "CELO"; AddressEventNotificationChain["KLAY"] = "KLAY"; AddressEventNotificationChain["BTC"] = "BTC"; AddressEventNotificationChain["LTC"] = "LTC"; AddressEventNotificationChain["BCH"] = "BCH"; AddressEventNotificationChain["DOGE"] = "DOGE"; AddressEventNotificationChain["TRON"] = "TRON"; AddressEventNotificationChain["BSC"] = "BSC"; AddressEventNotificationChain["TEZOS"] = "TEZOS"; AddressEventNotificationChain["EON"] = "EON"; AddressEventNotificationChain["CHZ"] = "CHZ"; AddressEventNotificationChain["FLR"] = "FLR"; AddressEventNotificationChain["CRO"] = "CRO"; AddressEventNotificationChain["BASE"] = "BASE"; AddressEventNotificationChain["AVAX"] = "AVAX"; AddressEventNotificationChain["FTM"] = "FTM"; AddressEventNotificationChain["OPTIMISM"] = "OPTIMISM"; AddressEventNotificationChain["BERA"] = "BERA"; })(AddressEventNotificationChain || (exports.AddressEventNotificationChain = AddressEventNotificationChain = {})); //# sourceMappingURL=AddressEventNotificationChain.js.map