Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
g11tech committed Sep 24, 2023
1 parent d68e17c commit 02a71aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/params/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import {gnosisPreset} from "./presets/gnosis.js";
import {presetStatus} from "./presetStatus.js";
import {userSelectedPreset, userOverrides} from "./setPreset.js";

export {BeaconPreset} from "./types.js";
export type {BeaconPreset} from "./types.js";
export * from "./forkName.js";
export {presetToJson} from "./json.js";
export {PresetName};
Expand Down

0 comments on commit 02a71aa

Please sign in to comment.