Skip to content

Commit

Permalink
fix migration
Browse files Browse the repository at this point in the history
  • Loading branch information
Arvolear committed Apr 25, 2024
1 parent 95f7c77 commit 8abb5af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy/1_setup.migration.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ export = async (deployer: Deployer) => {
await registration.__Registration_init(treeHeight, tssSigner, icaoMasterTreeMerkleRoot);

await registration.addDispatcher(RSA_SHA1_2688, await rsaSha12688Dispatcher.getAddress());
await registration.addDispatcher(RSA_SHA1_2704, await rsaSha12688Dispatcher.getAddress());
await registration.addDispatcher(RSA_SHA1_2704, await rsaSha12704Dispatcher.getAddress());

Reporter.reportContracts(
["Registration", `${await registration.getAddress()}`],
Expand Down

0 comments on commit 8abb5af

Please sign in to comment.