wmalgo / whale-watcher

Telegram Bot for tracking certain wallet transactions on the Ethereum blockchain, can be used with other EVM compatible blockchains.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AVAX compatability?

opened this issue · comments

Hey man, thanks for the project, it's a nifty little tool. I wanted to check out a couple of wallets on the AVAX blockchain. What specific edits would I need to make to the project to achieve that?

Sorry for the late response, I have been away. You would need to get websocket access to an avax node and put that link in the config file. You might have to change the provider method in etherjs to accommodate that or just use web3js instead. I know Moralis has avax nodes but im not sure who else does. If you still have trouble figuring it out let me know.