Provably-Rare-Gem-Miner
Provably-Rare-Gem-Miner copied to clipboard
refactor to support multiple chain properly
some of our code is unnecessary based on Ethereum e.g. infura_key, hard code chain no, and more todo: refactor to a more generic one that would be valid across all EVM compatible chain e.g. infura_key -> rpc_provider (also fix others code to match this change) and more
also TODO: remove the quick fix for fantom file LOL