You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 6, 2023. It is now read-only.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
import { arbitrum, aurora, avalanche, bsc, cronos, fantom, mainnet, optimism, polygon, zkSync } from 'wagmi/chains';
import { publicProvider } from 'wagmi/providers/public';
const { chains, provider, webSocketProvider } = configureChains(
[arbitrum, aurora, avalanche, bsc, cronos, fantom, mainnet, optimism, polygon, zkSync],
[publicProvider()],
);
Always got error when im try to add cronos chain on there, but work when im delete it.
Can someone correction me?
Beta Was this translation helpful? Give feedback.
All reactions