Skip to content

Commit

Permalink
fix: Fix primary and secondary URLs for Arbitrum chain (#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
FazioNico authored Dec 18, 2023
1 parent da6dc1d commit ddc7063
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/constants/chains.ts
Original file line number Diff line number Diff line change
Expand Up @@ -96,8 +96,8 @@ export const CHAIN_AVAILABLES: IChain[] = [
nativeSymbol: 'ARB',
logo: '/assets/icons/arb.svg',
rpcUrl: [
{primary: false, url: 'https://arbitrum.llamarpc.com'},
{primary: true, url: "https://rpc.ankr.com/arbitrum_one"}
{primary: true, url: 'https://arbitrum.llamarpc.com'},
{primary: false, url: "https://rpc.ankr.com/arbitrum_one"}
].find(
(rpc) => rpc.primary
)?.url||'',
Expand Down

0 comments on commit ddc7063

Please sign in to comment.