Modify Viem’s WalletClient to your unique needs.
In some cases you would want to override the default settings of the wallet client.
Dynamic allows you do to so by passing Viem’s HttpTransportConfig to the Wallet Connector.
You can do so by using Dynamic EthereumWalletConnectorsWithConfig
and passing it to the argument: httpTransportConfig
Example:
Modify Viem’s WalletClient to your unique needs.
In some cases you would want to override the default settings of the wallet client.
Dynamic allows you do to so by passing Viem’s HttpTransportConfig to the Wallet Connector.
You can do so by using Dynamic EthereumWalletConnectorsWithConfig
and passing it to the argument: httpTransportConfig
Example: