Skip to content

Commit

Permalink
add networks to additional networks
Browse files Browse the repository at this point in the history
  • Loading branch information
josemarinas committed Jan 11, 2024
1 parent 15d64cb commit cf7a5a0
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions modules/client-common/src/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -439,6 +439,10 @@ export const ADDITIONAL_NETWORKS: Network[] = [
name: "base",
chainId: 8453,
},
{
name: "baseSepolia",
chainId: 84532,
},
{
name: "arbitrum",
chainId: 42161,
Expand All @@ -448,8 +452,8 @@ export const ADDITIONAL_NETWORKS: Network[] = [
chainId: 421613,
},
{
name: "arbitrumGoerli",
chainId: 421613,
name: "arbitrumSepolia",
chainId: 421614,
},
{
name: "sepolia",
Expand Down

0 comments on commit cf7a5a0

Please sign in to comment.