UNPKG

@hethers/constants

Version:

Common EVM & Hedera Hashgraph constants used for hethers.

7 lines 300 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.HBarSymbol = exports.EtherSymbol = void 0; // NFKC (composed) // (decomposed) exports.EtherSymbol = "\u039e"; // "\uD835\uDF63"; exports.HBarSymbol = "\u210F"; // none //# sourceMappingURL=strings.js.map