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 (#424)
Browse files Browse the repository at this point in the history
* feat: rename optimism chain

* adding changeset
  • Loading branch information
franm91 authored Jul 13, 2023
1 parent 55b815e commit dee1782
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/tough-icons-rhyme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@wagmi/chains": patch
---

Renamed Optimism chain
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 dee1782

Please sign in to comment.