You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: respect only configured chains from runtime settings
- Remove default chains behavior that was adding mainnet, polygon, etc.
- Initialize WalletProvider with empty chains object instead of all viem chains
- Only process chains explicitly configured in settings.chains.evm
- Add logging for configured chains and warnings when no chains configured
- Fixes issue where plugin was attempting to check balances for all viem chains
0 commit comments