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 172bfbd commit 3a0763b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/ERC7432/ImmutableRegistry/01-deploy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ 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', {
await hre.run('verify:verify',{

Check failure on line 36 in scripts/ERC7432/ImmutableRegistry/01-deploy.ts

View workflow job for this annotation

GitHub Actions / build_test_deploy

Insert `·`
address: EERC7432ImmutableRegistry.address

Check failure on line 37 in scripts/ERC7432/ImmutableRegistry/01-deploy.ts

View workflow job for this annotation

GitHub Actions / build_test_deploy

Insert `,`
})
print(colors.success, `Contract ${ERC7432_IMMUTABLE_NAME} verified!`)
Expand Down

0 comments on commit 3a0763b

Please sign in to comment.