@funded-labs/dab-js
Version:
JS adapter for DAB
28 lines (27 loc) • 559 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.NFT = exports.TOKEN = void 0;
exports.TOKEN = {
dip20: 'DIP20',
xtc: 'XTC',
wicp: 'WICP',
ext: 'EXT',
icp: 'ICP',
rosetta: 'ROSETTA',
icrc1: 'ICRC1',
drc20: 'DRC20',
};
exports.NFT = {
ext: 'EXT',
icpunks: 'ICPUNKS',
departuresLabs: 'DEPARTURELABS',
erc721: 'ERC721',
dip721: 'DIP721',
c3: 'C3',
nftOrigyn: 'NFTORIGYN',
icrc7: 'ICRC7',
};
exports.default = {
TOKEN: exports.TOKEN,
NFT: exports.NFT,
};