Configurable Wallet Connectors
In some cases you would want to override the default settings of the Web3.js Connection. Dynamic allows you do to so by passingSolanaConnectionConfig
prop and an additional customRpcUrls
property to SolanaWalletConnectorsWithConfig
For example:
This is a React-only guide.
SolanaWalletConnectorsWithConfig
to customize Web3.js Connection configuration with commitment levels, HTTP headers, and custom RPC URLs.
React