7 lines
315 B
JavaScript
7 lines
315 B
JavaScript
"use strict";
|
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
exports.FUSAKA_TRANSACTION_GAS_LIMIT = void 0;
|
|
// The Fusaka hardfork introduced a gas limit of 2^24 to individual transactions
|
|
// as part of EIP 7825.
|
|
exports.FUSAKA_TRANSACTION_GAS_LIMIT = 16777216;
|
|
//# sourceMappingURL=constants.js.map
|