Hi,
When trying to switch to the Avalanche Testnet, if itβs not already set up on metamask, I get the following error:
Unhandled Rejection (Error): Chain 0xa869 not supported or is not specified
(anonymous function)
[...]/src/hooks/core/useChain/useChain.ts:16
13 | const chainData = getChain(providedChainId);
14 |
15 | if (!chainData) {>
16 | throw new Error( | ^
17 | `Chain ${providedChainId} not supported or is not specified`,
18 | );
19 | }
Using Moralis v0.0.184