Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
jfschwarz committed Dec 23, 2021
1 parent ec44a4a commit 4ce8ece
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/detectProxyTarget.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -51,11 +51,11 @@ describe('detectProxyTarget', () => {
it('detects EIP-897 delegate proxies', async () => {
expect(
await detectProxyTarget(
'0x0DA0C3e52C977Ed3cBc641fF02DD271c3ED55aFe',
'0x8260b9eC6d472a34AD081297794d7Cc00181360a',
mainnetProvider,
BLOCK_TAG
)
).toBe('0x34CfAC646f301356fAa8B21e94227e3583Fe3F5F')
).toBe('0xe4E4003afE3765Aca8149a82fc064C0b125B9e5a')
})

it('detects EIP-1167 minimal proxies', async () => {
Expand Down

0 comments on commit 4ce8ece

Please sign in to comment.