Skip to content

Commit

Permalink
refactor: move core type
Browse files Browse the repository at this point in the history
  • Loading branch information
peterpeterparker committed Feb 17, 2024
1 parent bda26eb commit 89ebddc
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
File renamed without changes.
2 changes: 1 addition & 1 deletion packages/config/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
export type * from './core/rules';
export type * from './dev/juno.dev.config';
export type * from './mainnet/encoding';
export type * from './core/encoding';
export type * from './mainnet/juno.config';
export type * from './mainnet/juno.env';
export type * from './mainnet/satellite.config';
Expand Down
2 changes: 1 addition & 1 deletion packages/config/src/mainnet/satellite.config.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import type {Either} from '../utils/ts.utils';
import type {ENCODING_TYPE} from './encoding';
import type {ENCODING_TYPE} from '../core/encoding';
import type {JunoConfigMode} from './juno.env';
import type {StorageConfig} from './storage.config';

Expand Down

0 comments on commit 89ebddc

Please sign in to comment.