Skip to content

Commit

Permalink
fix: verification test
Browse files Browse the repository at this point in the history
  • Loading branch information
brotherlymite committed Jan 17, 2025
1 parent f810809 commit c62a968
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions tests/cache/verified.json
Original file line number Diff line number Diff line change
Expand Up @@ -6551,6 +6551,21 @@
},
"0xff75B6da14FfbbfD355Daf7a2731456b3562Ba6D": {
"name": "WalletBalanceProvider"
},
"0x2D97F8FA96886Fd923c065F5457F9DDd494e3877": {
"name": "AaveProtocolDataProvider"
},
"0xc67bb8F2314fA0df50cBa314c6509A7bdAD500C0": {
"name": "InitializableImmutableAdminUpgradeabilityProxy"
},
"0xf751969521E20A972A0776CDB0497Fad0F773F1F": {
"name": "UiPoolDataProviderV3"
},
"0x89502c3731F69DDC95B65753708A07F8Cd0373F4": {
"name": "PoolAddressesProvider"
},
"0xDe090EfCD6ef4b86792e2D84E55a5fa8d49D25D2": {
"name": "TransparentProxyFactory"
}
},
"84532": {
Expand Down
2 changes: 1 addition & 1 deletion tests/verification.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ describe(
encoding: 'utf-8',
});
}
// expect(errors).toMatchSnapshot();
expect(errors).toMatchSnapshot();
});
},
{timeout: 120_000},
Expand Down

0 comments on commit c62a968

Please sign in to comment.