Skip to content

Commit

Permalink
Fix netwtork
Browse files Browse the repository at this point in the history
  • Loading branch information
Corantin committed Jun 7, 2024
1 parent b5e51cc commit 3db6a8e
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions packages/nextjs/pages/_app.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -90,16 +90,16 @@ const ScaffoldEthApp = (props: AppProps) => {
environmentId: CONFIG.dynamicEnvironementId,
appName: CONFIG.appName,
walletConnectors: [EthereumWalletConnectors],
evmNetworks: [
{
...network,
chainId: network.id,
networkId: network.id,
iconUrls: [],
blockExplorerUrls: network.blockExplorer ? [network.blockExplorer] : [],
rpcUrls: Object.keys(network.rpcUrls).map(key => network.rpcUrls[key].http[0]),
},
],
// evmNetworks: [
// {
// ...network,
// chainId: network.id,
// networkId: network.id,
// iconUrls: [],
// blockExplorerUrls: network.blockExplorer ? [network.blockExplorer] : [],
// rpcUrls: Object.keys(network.rpcUrls).map(key => network.rpcUrls[key].http[0]),
// },
// ],
}}
>
<DynamicWagmiConnector>
Expand Down

0 comments on commit 3db6a8e

Please sign in to comment.