Configuration
Endpoint
The default endpoint is https://eth.public-rpc.com, and you can also set your preferred endpoint.
You can find free endpoints from ChainList.
To set your endpoint, run with a --endpoint option.
$ lazy-etherscan --endpoint=https://rpc.flashbots.net
In the case of the L2 blockchain networks and BSC RPC endpoints listed below, it has been confirmed that this software works to some extent.
| Platform | RPC Endpoint | 
|---|---|
| Arbitrum One | https://arb1.arbitrum.io/rpc | 
| Optimism | https://mainnet.optimism.io | 
| Boba Network | https://lightning-replica.boba.network/ | 
| BNB Smart Chain | https://bsc-dataseed.bnbchain.org | 
Other Configuration
To check other configurations, run the following command.
$ lazy-etherscan --help