Skip to content

Commit

Permalink
add another true receiver
Browse files Browse the repository at this point in the history
  • Loading branch information
qiaokan committed Oct 7, 2023
1 parent c2ed69d commit fa0c689
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions projects/eth-mev-analytics/src/common.ts
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ export const chainConfigs = [
trueReceivers: new Set<string>([
"0x76d25eaa2f8a2e69db9ce5ae6a28f7905e995f9b".toLowerCase(),
"0xf697bfd1860a025f86bca2ba18e7417095770c5b".toLowerCase(),
"0x246478615bd6f4e18d7d846d5fde293cdfc95a39".toLowerCase(),
]),
tailMode: false,
},
Expand Down

0 comments on commit fa0c689

Please sign in to comment.