Skip to content

Commit

Permalink
Fix chain id
Browse files Browse the repository at this point in the history
  • Loading branch information
qiwu7 committed Aug 16, 2024
1 parent b62617d commit 0452fc2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/chains/definitions/b3.ts
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
import { defineChain } from '../../utils/chain/defineChain.js'

const sourceId = 168_587_773 // base
const sourceId = 8453 // base

export const b3 = /*#__PURE__*/ defineChain({
id: 8453,
id: 8333,
name: 'B3',
nativeCurrency: {
name: 'Ether',
Expand Down

0 comments on commit 0452fc2

Please sign in to comment.