Skip to content

Commit

Permalink
ci: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
aaitor committed Feb 5, 2024
1 parent 7dc40b2 commit 7ece85a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/contracts/verify-contracts.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ const defaultToVerify = require('../deploy/contracts-verify.json')
// Map of network names which are different in hardhat
const networksMap = {}
networksMap['arbitrum-one'] = 'arbitrum-one'
networksMap['gnosis'] = 'gnosis'
networksMap.gnosis = 'gnosis'

/**
* This script verify all the contracts source code for a given version, network & tag name
Expand Down

0 comments on commit 7ece85a

Please sign in to comment.