Skip to content

Commit

Permalink
chore: chain config
Browse files Browse the repository at this point in the history
  • Loading branch information
jxom committed Aug 8, 2024
1 parent 5e3fa12 commit 1c6f50a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/chains/definitions/bob.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
import { chainConfig } from '../../op-stack/chainConfig.js'
import { defineChain } from '../../utils/chain/defineChain.js'

const sourceId = 1 // mainnet

export const bob = defineChain({
...chainConfig,
id: 60808,
name: 'BOB',
nativeCurrency: {
Expand All @@ -23,6 +25,7 @@ export const bob = defineChain({
},
},
contracts: {
...chainConfig.contracts,
multicall3: {
address: '0xcA11bde05977b3631167028862bE2a173976CA11',
blockCreated: 23131,
Expand Down
3 changes: 3 additions & 0 deletions src/chains/definitions/bobSepolia.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
import { chainConfig } from '../../op-stack/chainConfig.js'
import { defineChain } from '../../utils/chain/defineChain.js'

const sourceId = 11_155_111 // sepolia

export const bobSepolia = defineChain({
...chainConfig,
id: 808813,
name: 'BOB Sepolia',
nativeCurrency: {
Expand All @@ -27,6 +29,7 @@ export const bobSepolia = defineChain({
},
},
contracts: {
...chainConfig.contracts,
multicall3: {
address: '0xcA11bde05977b3631167028862bE2a173976CA11',
blockCreated: 35677,
Expand Down

0 comments on commit 1c6f50a

Please sign in to comment.