Skip to content

Commit

Permalink
fix: SKALE Chain Crypto Colosseum Chain Id (#2177)
Browse files Browse the repository at this point in the history
* Fix SKALE Crypto Colloseum Chain Id

* Add Change Set for Bug Fix
  • Loading branch information
TheGreatAxios committed Apr 23, 2024
1 parent 7aa8ba3 commit ba856ba
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/spicy-forks-repeat.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"viem": patch
---

Fixed SKALE Crypto Colloseum Chain Id
2 changes: 1 addition & 1 deletion src/chains/definitions/skale/cryptoColosseum.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { defineChain } from '../../../utils/chain/defineChain.js'

export const skaleCryptoColosseum = /*#__PURE__*/ defineChain({
id: 2_046_399_126,
id: 1_032_942_172,
name: 'SKALE | Crypto Colosseum',
nativeCurrency: { name: 'sFUEL', symbol: 'sFUEL', decimals: 18 },
rpcUrls: {
Expand Down

0 comments on commit ba856ba

Please sign in to comment.