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 58e41ff commit 2ed00a5Copy full SHA for 2ed00a5
src/ui/pages/SignTypedData/SignTypedData.tsx
@@ -514,7 +514,7 @@ function SignTypedDataContent({
514
515
const { networks } = useNetworks(chain ? [chain.toString()] : undefined);
516
const chainId = chain && networks ? networks.getChainId(chain) : null;
517
- const network = chain && networks ? networks.getNetworkByName(chain) : null;
+ const network = chain && networks ? networks.getByNetworkId(chain) : null;
518
519
const { data: interpretation, ...interpretQuery } = useQuery({
520
queryKey: [
0 commit comments