mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-19 18:32:23 +00:00
6 lines
No EOL
222 B
JavaScript
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
|