Skip to content

Commit be081b0

Browse files
committed
chore: register contracts and facets
1 parent 2dc5baa commit be081b0

File tree

189 files changed

+37654
-415
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

189 files changed

+37654
-415
lines changed

hardhat.config.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,9 @@ const config: HardhatUserConfig = {
8888
},
8989
},
9090
},
91+
typechain: {
92+
outDir: './typechain',
93+
},
9194
zkSyncDeploy: {
9295
zkSyncNetwork: 'https://zksync2-testnet.zksync.dev',
9396
ethNetwork: 'goerli',
@@ -216,6 +219,7 @@ const config: HardhatUserConfig = {
216219
etherscan: {
217220
apiKey: etherScanApiKey,
218221
},
222+
219223
contractSizer: {
220224
alphaSort: false,
221225
runOnCompile: true,

0 commit comments

Comments
 (0)