FAQ

Here are the most popular questions.

How to use proxy?

Fill Account.Proxy in accounts file and "PROXY": true in launchParams.jsonc

How to change network params (RPC)?

In main folder there is networks.jsonc file. For each network there is an array of RPCs. You can add new or remove initial. At startup the system takes any one from the array at random. If the connection fails, it takes the next one.

Where can i get values ​​for CHAIN_ID in launchParams.jsonc?

Exactly from here.

What is needed for withdrawals from exchanges via API to work?

Bitget: IP of your computer in WL and enabling withdrawals in API settings + wallets in WL. Create API here

OKX: enabling withdrawals in API settings + wallets in WL. Create API here

Binance: IP of your computer in WL and enabling withdrawals in API settings. Create API here

Gate: IP of your computer in WL and enabling withdrawals in API settings. Create API here Bybit: IP of your computer in WL and enabling withdrawals in API settings + wallets in WL. Create API here

How to add or remove tokens?

In main folder there is tokens.jsonc file. For each network there is an array of tokens. You can add new or remove initial.

How to add Telegram notifications?

Create new bot in @BotFather, get API key and fill "telegram": { "apiKey": "", "chatId": "" } in secretStorage.jsonc. ChatId with bot is your user id. You can get it in bot @userinfobot

Last updated