Skip to content

Commit

Permalink
Update evm/utils.js
Browse files Browse the repository at this point in the history
Co-authored-by: Milap Sheth <milap@interoplabs.io>
  • Loading branch information
blockchainguyy and milapsheth authored Sep 27, 2024
1 parent 837d319 commit e4d2a80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion evm/utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -1022,7 +1022,7 @@ async function getWeightedSigners(config, chain, options) {
return { signers: [signers], verifierSetId };
}

// To be used if multiple contracts are detected with matching bytecode
// Verify contract using it's source code path. The path is retrieved dynamically by the name.
const verifyContractByName = (env, chain, name, contract, args, options = {}) => {
verifyContract(env, chain, contract, args, { ...options, contractPath: getQualifiedContractName(name) });
};
Expand Down

0 comments on commit e4d2a80

Please sign in to comment.