Config

Config explanation.

SOL RPC URL - loading SOL balances Tokens RPC URL - loading token balances and used to send transactions *I am using same for both. Auto Refresh (ms) - time in ms until the balances auto-update occurs. *I prefer using 99999999 so it never happens, i update my balances manually by clicking "Refresh" button in top-right corner.

Delay Between Requests (ms) - delay in ms between every onchain request. *If you have fast priavate rpc - you can lower this value. If you have free private rpc (helius or quicknode) do not touch or if you have ratelimit problems - increase this value(100-200 ms).

Priority Fee (micro-lamports) - priority fee for transactions(excluding sending Sol) in micro-lamprots. *You should probably make this value higher to approx ~200.000, or your transactions will fail!

Max Retries - the ammount of retries app will make if transaction fails. *I use 3.

Confirmation Timeout (seconds) - max waiting time for transaction to land. *I use 10, reccomended - 30.

Last updated