dethcrypto / dethcode

View source of deployed Ethereum contracts in VSCode
https://etherscan.deth.net/address/0xa3a7b6f88361f48403514059f1f16c8e78d60eec#code
1.35k stars 105 forks source link

Support for all variants of Etherscan (PolygonScan, Optimism, Arbiscan, Basescan etc) #78

Closed nnnnicholas closed 10 months ago

nnnnicholas commented 11 months ago

Would love to get back to using deth's VSCode shortcut with all the new block explorers I find myself looking at.

krzkaczor commented 10 months ago

Deth Code already supports multiple etherscan instances. Full list is here: https://github.com/dethcrypto/dethcode/blob/main/packages/ethereum-viewer/src/explorer/networks.ts#L69

Let me know which networks are lacking (I am just fixing support for optimism).