Skip to content

Commit

Permalink
Write to KeyValuePairs contract with correct key
Browse files Browse the repository at this point in the history
  • Loading branch information
adamgall committed Apr 23, 2024
1 parent 2aeab00 commit 273c697
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/models/DaoTxBuilder.ts
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ export class DaoTxBuilder extends BaseTxBuilder {
return buildContractCall(
this.baseContracts.keyValuePairsContract,
'updateValues',
[['snapshotURL'], [this.daoData.snapshotENS]],
[['snapshotENS'], [this.daoData.snapshotENS]],
0,
false,
);
Expand Down

0 comments on commit 273c697

Please sign in to comment.