Skip to content

Commit

Permalink
Update abiService.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
wtfsayo committed Dec 11, 2024
1 parent b1bd5e5 commit bf4b754
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions apps/web/src/services/abiService.ts
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,6 @@ export const getContractABIByAddress = async (
}
} else {

console.log(`https://api.etherscan.io/v2/api?chainid=${chainId}&module=contract&action=getabi&address=${fetchedAddress}&tag=latest&apikey=${process.env.ETHERSCAN_API_KEY}`)

const etherscan = await axios.get(
`https://api.etherscan.io/v2/api?chainid=${chainId}&module=contract&action=getabi&address=${fetchedAddress}&tag=latest&apikey=${process.env.ETHERSCAN_API_KEY}`
)
Expand Down

0 comments on commit bf4b754

Please sign in to comment.