Skip to content

Commit

Permalink
chore: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
alexghr committed Dec 17, 2024
1 parent 4b5aa34 commit ede179d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion yarn-project/archiver/src/factory.ts
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ async function registerProtocolContracts(store: KVArchiverDataStore) {
}
}

await store.registerContractFunctionNames(contract.address, functionNames);
await store.registerContractFunctionName(contract.address, functionNames);
const bytecodeCommitment = computePublicBytecodeCommitment(contractClassPublic.packedBytecode);
await store.addContractClasses([contractClassPublic], [bytecodeCommitment], blockNumber);
await store.addContractInstances([contract.instance], blockNumber);
Expand Down

0 comments on commit ede179d

Please sign in to comment.