File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed
Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ While browsing smart contract code on [Etherscan](https://etherscan.io/) just ch
2424
2525- frictionless - just tweak URL while browsing etherscan ` .io ` -> ` deth.net `
2626- proxy support - automatically follows proxies and displays implementation source code
27- - multichain - supports many etherscan instances ( testnets, L2s, L1s) (COMING SOON )
27+ - multichain - supports different etherscan instances: testnets, L2s, L1s ( [ all supported chains ] ( https://github.com/dethcrypto/ethereum-code-viewer/blob/main/packages/ethereum-viewer/src/explorer/networks.ts ) )
2828
2929## Motivation
3030
@@ -34,9 +34,10 @@ Ethereum Code Viewer was born out of frustration, and it's here to fix all of th
3434
3535## Examples
3636
37- - Arbitrum ERC20 Gateway: [ Ethereum Code Viewer] ( https://etherscan.deth.net/address/0xa3a7b6f88361f48403514059f1f16c8e78d60eec#code ) | [ etherscan] ( https://etherscan.io/address/0xa3a7b6f88361f48403514059f1f16c8e78d60eec#code )
38- - Optimism L1CrossDomainMessenger: [ Ethereum Code Viewer] ( https://etherscan.deth.net/address/0x25ace71c97b33cc4729cf772ae268934f7ab5fa1#code ) | [ etherscan] ( https://etherscan.io/address/0x25ace71c97b33cc4729cf772ae268934f7ab5fa1#code )
39- - Dai Stablecoin: [ Ethereum Code Viewer] ( https://etherscan.deth.net/address/0x6b175474e89094c44da98b954eedeac495271d0f#code ) | [ etherscan] ( https://etherscan.io/address/0x6b175474e89094c44da98b954eedeac495271d0f#code )
37+ - Arbitrum ERC20 Gateway on mainnet: [ Ethereum Code Viewer] ( https://etherscan.deth.net/address/0xa3a7b6f88361f48403514059f1f16c8e78d60eec ) | [ etherscan] ( https://etherscan.io/address/0xa3a7b6f88361f48403514059f1f16c8e78d60eec#code )
38+ - Arbitrum ERC20 Gateway on arbitrum: [ Ethereum Code Viewer] ( https://arbiscan.deth.net/address/0x09e9222e96e7b4ae2a407b98d48e330053351eee ) | [ arbiscan] ( https://arbiscan.io/address/0x09e9222e96e7b4ae2a407b98d48e330053351eee#code )
39+ - Optimism L1CrossDomainMessenger: [ Ethereum Code Viewer] ( https://etherscan.deth.net/address/0x25ace71c97b33cc4729cf772ae268934f7ab5fa1 ) | [ etherscan] ( https://etherscan.io/address/0x25ace71c97b33cc4729cf772ae268934f7ab5fa1#code )
40+ - Dai Stablecoin: [ Ethereum Code Viewer] ( https://etherscan.deth.net/address/0x6b175474e89094c44da98b954eedeac495271d0f ) | [ etherscan] ( https://etherscan.io/address/0x6b175474e89094c44da98b954eedeac495271d0f#code )
4041
4142## Contributing
4243
You can’t perform that action at this time.
0 commit comments