Skip to content
This repository has been archived by the owner on Sep 6, 2023. It is now read-only.

Commit

Permalink
feat: rename optimism chain
Browse files Browse the repository at this point in the history
  • Loading branch information
franm91 committed Jul 12, 2023
1 parent 55b815e commit 7b8c2a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/chains/src/optimism.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { Chain } from './types'

export const optimism = {
id: 10,
name: 'Optimism',
name: 'OP Mainnet',
network: 'optimism',
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
rpcUrls: {
Expand Down

0 comments on commit 7b8c2a3

Please sign in to comment.