We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d34a8f commit afb6343Copy full SHA for afb6343
apps/dashboard/src/components/buttons/MismatchButton.tsx
@@ -60,6 +60,10 @@ const GAS_FREE_CHAINS = [
60
75513, // Geek verse testnet
61
75512, // Geek verse mainnet
62
531050104, // sophon testnet
63
+ 37111, // lens sepolia
64
+ 4457845, // zero testnet
65
+ 978658, // treasure topaz
66
+ 300, // zksync sepolia
67
];
68
69
function useNetworkMismatchAdapter(desiredChainId: number) {
0 commit comments