Skip to content

Commit

Permalink
Update zodiac-core function
Browse files Browse the repository at this point in the history
  • Loading branch information
cristovaoth committed Jul 30, 2024
1 parent 3c745e1 commit 109cb19
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tasks/mastercopy-extract.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { task } from 'hardhat/config'

import { extractMastercopyArtifact } from 'zodiac-core'
import { extractMastercopy } from 'zodiac-core'

import packageJson from '../package.json'

Expand All @@ -17,7 +17,7 @@ task(
sourceName: contractSource,
})

extractMastercopyArtifact({
extractMastercopy({
contractVersion,
contractName,
compilerInput,
Expand Down

0 comments on commit 109cb19

Please sign in to comment.