🚧
Dex.json
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.
There cannot be two zero numbers, so you will have to swap the numbers in case you want to change the position of the 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
- "chain" - keep the following names for existing chains
Name of the chain | "chain" |
---|---|
Binance smart chain | "bsc" |
Ethereum | "ethereum" |
Avax | "avalanche" |
Polygon | "polygon" |
Fantom | "ftm" |
Cronos | "cronos" |
- "main_coin_contract" - The address of the main coin for that chain
- "main_coin_symbol" - The symbol of the main coin for that chain
The symbol is important for the proper functioning of the bots. to be sure that the symbol is correct, look for the main con in the respective explorer (for example, look for bnb on bscexplorer) You will notice that the symbol for BNB is actually WBNB So you will have to enter WBNB in "main_coin_symbol"
- "peg_coin_contract" - The address of one peg coin for that chain 'eg. BUSD for bsc'
- "peg_coin_symbol" - The symbol of the coin
- "peg_coin_2contract" - The address of one peg coin for that chain 'eg. USDT for bsc'
- "peg_coin_2symbol" - The symbol of the coin
- "selfadded_coin_contract" - The address of any peg coin you want to add
- "selfadded_coin_symbol" - The symbol of the selfadded coin
For the bot to work correctly it is necessary to fill in all the fields of the relative dex. Even if you don't want to add a coin, copy the peg coin address and symbol from one of the fields above so you don't leave it blank.
- "rpc1" - the first RPC that will be displayed when you select the dex
- "rpc2" - the second RPC that will be displayed when you select the dex
- "rpc3" - the third RPC that will be displayed when you select the dex
For the bot to function correctly, the RPC fields must be filled in. If you don't have other RPCs available, just enter the same in all fields
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!
- "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 modified 5mo ago