🚧Add Dex, Coins or RPC

How to set up new Dex, Coins or RPC

The dex.json file comes with a series of ready-to-use dexes

The file starts with a brace ' eg. { 'before the first number and numbers are enclosed in quotation marks ' eg "0" ' The file must always end with a brace ' eg } ' placed at the end of the file (as distributed). If you have any problems, please re-download the file.

You can see the number 0 on the PancakeSwap dex

The number 0 will always be the dex that will be loaded when the bot starts, so you can set your favorite dex as number 0.

🥞 DEX

  • "name" - is the displayed name of the dex on the bot interface

  • "factory_address" - is the factory address of the dex

  • "router_address" - is the router address of the dex

  • (If V3 fork) "quoter_address" - is the quoter address of the dex

  • "chain" - keep the following names for existing chains

Name of the chain
"chain"

Binance smart chain

"56"

Ethereum

"1"

Arbitrum

"42161"

Polygon

"137"

Fantom

"250"

Cronos

"25"

🪙 COIN

  • "main_coins" - this is a list of coins that will be added on the coin selector. follow this schema:

Use the name of the coin and its address

🔗 RPC

  • "rpc" - is a list of rpcs links. You can add any number of rpcs, just following this schema:

RPC examples

The bot works better and is more effective with our RPCs on our VPS. You can subscribe monthly on our website: https://latencyservice.aviddot.com

Our nodes have:

  • endless calls

  • low latency (guaranteed only on our VPSs)

In short, everything you need for the fastest snipes ever!

Other Details

  • "chainid" - The Chain id of the dex (you can check it HERE)

  • "api_enpoint" - the link of the API chain explorer

  • "api_key" - the key for the API of the API chain explorer

API ENDPOINT and API KEY they are needed to snipe the mempool

Last updated