Skip to content

Commit

Permalink
fix: default.js
Browse files Browse the repository at this point in the history
  • Loading branch information
wenxing-wang-ey committed Jan 10, 2025
1 parent 2b9ac69 commit e7a8da6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions merkle-tree/config/default.js
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ module.exports = {
// contracts to filter:
contracts: {
// contract name:
AssignShield: {
default: {
treeHeight: 32,
events: {
// filter for the following event names:
Expand All @@ -74,7 +74,7 @@ module.exports = {
},
},
},
AssignApiShield: {
AssignShield: {
treeHeight: 32,
events: {
// filter for the following event names:
Expand Down

0 comments on commit e7a8da6

Please sign in to comment.