Property 'provider' does not exist on type '{ readonly chains: { readonly id: 43114; readonly name: "Avalanche"; readonly network: "avalanche"; readonly nativeCurrency: { readonly decimals: 18; readonly name: "Avalanche"; readonly symbol: "AVAX"; }; readonly rpcUrls: { ...; }; readonly blockExplorers: { ...; }; readonly contracts: { ...; }; }[]; readonly publ...'. #1246
Closed
Harsh22222
started this conversation in
Feedback
Replies: 1 comment
-
If you're still seeing this issue, please open a new Issue with a reproducible example and we can investigate. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am getting this error while I am trying to integrate the rainbow wallet in my project.
provider } = configureChains([avalanche], [ alchemyProvider({ apiKey: "APIKEY"}), publicProvider() ]);
Beta Was this translation helpful? Give feedback.
All reactions