valamidev/web3-defi-honeypot-and-slippage-checker

Adding new chain

jimango opened this issue · 3 comments

Hello :)

Im looking into how to make this work for Alveychain, a new blockchain. https://alveyscan.com/

And im not 100% familiar with how to mod this.
If you would be able to help me with this it eould be very much appreciated:)

If you need any information or want to talk to me feel free to write me :)

Usually deploying this contract will work:

https://github.com/valamidev/web3-defi-honeypot-and-slippage-checker/blob/main/contract/honeychecker.sol

It depend on the Swap Router contract does it need any modification or not.

Screenshot_20230103_092123_Vivaldi Browser
What does this code do?

Will i need to replace it?
Or is it enough to add the router address for our chainDEX 0x154a76D1095c69a942411CaB9aEef6a155EbF90E
Similar like with the other chains in the other codes?

approveInfinity is need for the swapSimulation, you can only sell token which is approved, it is not harmful as these methods never actually executed on the blockchain.

You do not need to change anything in the contract code.