Skip to content

Commit

Permalink
refactor: separate constants file
Browse files Browse the repository at this point in the history
  • Loading branch information
benesjan committed May 3, 2023
1 parent ff9d700 commit 8c435f3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion yarn-project/types/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
export * from './tx.js';
export * from './tx_hash.js';
export * from './initial_l2_block_num.js';
export * from './constants.js';
export * from './l2_block_downloader/index.js';
export * from './contract_data.js';
export * from './l1_addresses.js';
Expand Down

0 comments on commit 8c435f3

Please sign in to comment.