Skip to content

Commit

Permalink
Remove redundant comment
Browse files Browse the repository at this point in the history
  • Loading branch information
hasparus committed Nov 10, 2021
1 parent 767f969 commit 30bb2dc
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion packages/eth-sdk/src/abi-management/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ export async function gatherABIs(
let abi = await getAbi(network, address, etherscanKey, etherscanURLs)

const detectedProxy = await detectProxy(address, abi, getProvider(config))
console.log({ detectedProxy })
if (detectedProxy.isProxy) {
// Implementation ABI will usually contain proxy ABI,
// so just replacing is a good enough merging strategy.
Expand Down
1 change: 0 additions & 1 deletion packages/test-e2e/eth-sdk/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ const config = {
},
uniswap: '0x1F98431c8aD98523631AE4a59f267346ea31F984',
proxies: {
// 'withPublicImplementationGetter': '',
/**
* transparent proxy pattern with standard storage slot
* 0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc
Expand Down

0 comments on commit 30bb2dc

Please sign in to comment.