go-ethereum/node_modules/@ethereumjs/util/dist/units.js
2024-06-14 14:11:39 +03:00

6 lines
No EOL
222 B
JavaScript

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.GWEI_TO_WEI = void 0;
/** Easy conversion from Gwei to wei */
exports.GWEI_TO_WEI = BigInt(1000000000);
//# sourceMappingURL=units.js.map