Skip to content

Commit

Permalink
Add more networks to networks
Browse files Browse the repository at this point in the history
  • Loading branch information
mohammadranjbarz committed Aug 11, 2024
1 parent 41bc8ab commit 0ca3ecd
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions src/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -242,6 +242,18 @@ export const getNetworkNameById = (networkId: number): string => {
return 'celo'
case 61 :
return 'etc'
case 8453 :
return 'base-mainnet'
case 84532 :
return 'base-sepolia'
case 1101 :
return 'zkevm-mainnet'
case 2442 :
return 'zkevm-cardona'
case 42161 :
return 'arbitrum'
case 421614 :
return 'arbitrum-sepolia'
default:
return String(networkId)
}
Expand Down

0 comments on commit 0ca3ecd

Please sign in to comment.