Skip to content

Commit

Permalink
fixing registry address (#2836)
Browse files Browse the repository at this point in the history
  • Loading branch information
0xKurt authored Jan 25, 2024
1 parent 079e3f9 commit 3e01054
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/common/src/allo/backends/allo-v1.ts
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ export class AlloV1 implements Allo {

// --- send transaction to update project metadata
const txResult = await sendTransaction(this.transactionSender, {
address: args.projectId,
address: this.projectRegistryAddress,
abi: ProjectRegistryABI,
functionName: "updateProjectMetadata",
args: [args.projectId, { protocol: 1n, pointer: ipfsResult.value }],
Expand Down

0 comments on commit 3e01054

Please sign in to comment.