Replies: 1 comment 1 reply
-
It will always take values from the nearest provider, so no. But if it's possible in your code you can manually pass the config to hooks if that happens only in a few places. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi Can I use two config, 1 for wagmi connectors and 1 for web3modal connectors. Wrap two WagmiProviders each others?
Ex:
Configs:
web3Config = defaultWagmiConfig()
wagmiConfig = createConfig
Providers:
WagmiProvider config={web3Config}
WagmiProvider config={wagmiConfig}
WagmiProvider
WagmiProvider
Beta Was this translation helpful? Give feedback.
All reactions