Skip to content

Commit

Permalink
fix(rpc for arbitrum): rpc url for arbitrum
Browse files Browse the repository at this point in the history
  • Loading branch information
Torof committed Oct 21, 2024
1 parent aa4bd44 commit ef290e6
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions frontend/src/lib/dapp/chains.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,9 @@ import {
mainnet,
hardhat,
arbitrum,
arbitrumGoerli,
lineaTestnet,
linea,
Chain,
base,
baseSepolia,
sepolia,
arbitrumSepolia,
Expand Down Expand Up @@ -77,7 +75,7 @@ const prodChains: readonly [Chain, ...Chain[]] = [
arbitrum,
linea,
xlayerMainnet,
sepolia,
// sepolia,
// baseSepolia,
// arbitrumSepolia,
];
Expand Down

0 comments on commit ef290e6

Please sign in to comment.