Skip to content

Commit

Permalink
feat: #369 wip
Browse files Browse the repository at this point in the history
  • Loading branch information
lucanicoladebiasi committed Apr 15, 2024
1 parent c733c00 commit d0d24dd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions packages/core/tests/utils/bloom/bloom.unit.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ describe('utils/bloom', () => {
'0x95fe74d1ae072ee45bdb09879a157364e5341565',
'0x9a107a75cff525b033a3e53cadafe3d193b570ec',
'0xa416bdda32b00e218f08ace220bab512c863ff2f',
'0xb2c20a6de401003a671659b10629eb82ff254fb8',
'0xb7591602c0c9d525bc3a7cf3c729fd91b8bf5bf6',
'0xbeae4bef0121f11d269aedf6adb227259d4314ad'
];
Expand Down
3 changes: 2 additions & 1 deletion packages/core/tests/utils/bloom/fixture.ts
Original file line number Diff line number Diff line change
Expand Up @@ -332,7 +332,8 @@ const expandedBlockDetail: ExpandedBlockDetail = {
reverted: false,
outputs: [
{
contractAddress: null,
contractAddress:
'0xb2c20a6de401003a671659b10629eb82ff254fb8',
events: [],
transfers: [
{
Expand Down

0 comments on commit d0d24dd

Please sign in to comment.