Skip to content
This repository has been archived by the owner on Mar 1, 2024. It is now read-only.

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
leovct committed Dec 5, 2023
1 parent 45302ca commit a4d5d0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion migrations/utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ export function writeContractAddresses(contractAddresses) {
export async function updateContractMap(governance, registry, name, value) {
return governance.update(
registry.address,
registry.contract.methods.updateContractMap(ethUtils.keccak256(name), value).encodeABI()
registry.updateContractMap(ethUtils.keccak256(name), value).encodeABI()
)
}

0 comments on commit a4d5d0e

Please sign in to comment.