Skip to content

Commit

Permalink
feat: adding new deploy script to the ERC7432ImmutableRegistry
Browse files Browse the repository at this point in the history
  • Loading branch information
EduardoMelo00 committed Aug 20, 2024
1 parent 3a0763b commit 2fd3ce0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/ERC7432/ImmutableRegistry/01-deploy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ async function main() {
console.log(`${ERC7432_IMMUTABLE_NAME} deployed at: ${EERC7432ImmutableRegistry.address}`)

print(colors.highlight, `Verifying contract ${ERC7432_IMMUTABLE_NAME} on ${NETWORK}...`)
await hre.run('verify:verify',{
address: EERC7432ImmutableRegistry.address
await hre.run('verify:verify', {
address: EERC7432ImmutableRegistry.address,
})
print(colors.success, `Contract ${ERC7432_IMMUTABLE_NAME} verified!`)
}
Expand Down

0 comments on commit 2fd3ce0

Please sign in to comment.