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

Commit

Permalink
fix: cronos RPCs (#441)
Browse files Browse the repository at this point in the history
* Update cronos.ts

* Update cronos.ts

* Create fifty-clouds-drive.md

---------

Co-authored-by: jxom <[email protected]>
  • Loading branch information
rarcifa and jxom committed Aug 9, 2023
1 parent b55844a commit a432a2b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
5 changes: 5 additions & 0 deletions .changeset/fifty-clouds-drive.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@wagmi/chains": patch
---

Updated Cronos Chain RPCs.
8 changes: 4 additions & 4 deletions packages/chains/src/cronos.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,19 @@ import { Chain } from './types'

export const cronos = {
id: 25,
name: 'Cronos',
name: 'Cronos Mainnet',
network: 'cronos',
nativeCurrency: {
decimals: 18,
name: 'Cronos',
symbol: 'CRO',
},
rpcUrls: {
default: { http: ['https://node.croswap.com/rpc'] },
public: { http: ['https://node.croswap.com/rpc'] },
default: { http: ['https://evm.cronos.org'] },
public: { http: ['https://evm.cronos.org'] },
},
blockExplorers: {
default: { name: 'CronosScan', url: 'https://cronoscan.com' },
default: { name: 'Cronoscan', url: 'https://cronoscan.com' },
},
contracts: {
multicall3: {
Expand Down

0 comments on commit a432a2b

Please sign in to comment.