wmalgo / whale-watcher

Telegram Bot for tracking certain wallet transactions on the Ethereum blockchain, can be used with other EVM compatible blockchains.
The Unlicense
38 stars 25 forks source link

AVAX compatability? #1

Open ghost opened 2 years ago

ghost commented 2 years ago

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?

wmalgo commented 2 years ago

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.