Skip to content

Commit

Permalink
fix: config default.js
Browse files Browse the repository at this point in the history
  • Loading branch information
wenxing-wang-ey committed Jan 9, 2025
1 parent 2b00a02 commit b6eb4bf
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions merkle-tree/config/default.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,19 @@ module.exports = {

// contracts to filter:
contracts: {
AssignShield: {
events: {
// filter for the following event names:
NewLeaf: {
// filter for these event parameters:
parameters: ['leafIndex', 'leafValue'],
},
NewLeaves: {
// filter for these event parameters:
parameters: ['minLeafIndex', 'leafValues'],
},
},
},
// contract name:
MerkleTreeControllerMiMC_BN254: {
events: {
Expand Down

0 comments on commit b6eb4bf

Please sign in to comment.