solbound-dev / solana_wallet_exporter

Prometheus exporter for Solana wallet SOL and token balance
Apache License 2.0
2 stars 0 forks source link

Monitor multiple wallets in different networks #7

Open andreclaro opened 2 months ago

andreclaro commented 2 months ago

Description

Currently, this service connects just to one RPC node (devnet, testnet or mainnet-beta endpoint) and it's able to track multiple solana wallets (addresses) balances.

It will be nice that this service is able to track multiple wallets in different networks (devnet, testnet and mainnet-beta).

Meanwhile, I will deploy two services, one per network (mainnet and testnet) and if I have time and it is really required I can make the code change to add support to configure a custom RPC node per wallet.

bdeak4 commented 2 months ago

Hello! Unfortunately, we currently only monitor wallets on mainnet-beta and that is why support for multiple networks is missing. If you have time to make PR that adds support for that it would be welcome!