Skip to content

Commit

Permalink
Remove Blockscout EVM scan API server from Ethereum Classic
Browse files Browse the repository at this point in the history
  • Loading branch information
samholmes committed Aug 23, 2023
1 parent 79d0e9d commit a6e0c84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ethereum/info/ethereumclassicInfo.ts
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ const defaultNetworkFees: EthereumFees = {

const networkInfo: EthereumNetworkInfo = {
rpcServers: ['https://www.ethercluster.com/etc'],
evmScanApiServers: ['https://blockscout.com/etc/mainnet'],
evmScanApiServers: [], // ['https://blockscout.com/etc/mainnet'],
blockcypherApiServers: [],
blockbookServers: ['https://etcbook.guarda.co', 'https://etc1.trezor.io'],
uriNetworks: ['ethereumclassic', 'etherclass'],
Expand Down

0 comments on commit a6e0c84

Please sign in to comment.