mirror of
https://github.com/jackyzha0/quartz.git
synced 2025-12-24 13:24:05 -06:00
21 lines
895 B
JavaScript
21 lines
895 B
JavaScript
"use strict";
|
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
exports.hardforks = void 0;
|
|
exports.hardforks = [
|
|
['chainstart', require('./chainstart.json')],
|
|
['homestead', require('./homestead.json')],
|
|
['dao', require('./dao.json')],
|
|
['tangerineWhistle', require('./tangerineWhistle.json')],
|
|
['spuriousDragon', require('./spuriousDragon.json')],
|
|
['byzantium', require('./byzantium.json')],
|
|
['constantinople', require('./constantinople.json')],
|
|
['petersburg', require('./petersburg.json')],
|
|
['istanbul', require('./istanbul.json')],
|
|
['muirGlacier', require('./muirGlacier.json')],
|
|
['berlin', require('./berlin.json')],
|
|
['london', require('./london.json')],
|
|
['shanghai', require('./shanghai.json')],
|
|
['arrowGlacier', require('./arrowGlacier.json')],
|
|
['merge', require('./merge.json')],
|
|
];
|
|
//# sourceMappingURL=index.js.map
|