Skip to content

Commit 85c9cc3

Browse files
committed
Add bob chain
1 parent 0691382 commit 85c9cc3

File tree

2 files changed

+60
-0
lines changed

2 files changed

+60
-0
lines changed
Lines changed: 60 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,60 @@
1+
name = "BOB"
2+
public_rpc = "https://rpc.gobob.xyz"
3+
sequencer_rpc = "https://rpc.gobob.xyz"
4+
explorer = "https://explorer.gobob.xyz"
5+
superchain_level = 0
6+
governed_by_optimism = false
7+
superchain_time = 0
8+
data_availability_type = "eth-da"
9+
chain_id = 60808
10+
batch_inbox_addr = "0x3A75346f81302aAc0333FB5DCDD407e12A6CfA83"
11+
block_time = 2
12+
seq_window_size = 3600
13+
max_sequencer_drift = 600
14+
15+
[hardforks]
16+
canyon_time = 0 # Thu 1 Jan 1970 00:00:00 UTC
17+
delta_time = 0 # Thu 1 Jan 1970 00:00:00 UTC
18+
ecotone_time = 0 # Thu 1 Jan 1970 00:00:00 UTC
19+
fjord_time = 1720627201 # Wed 10 Jul 2024 16:00:01 UTC
20+
granite_time = 1726070401 # Wed 11 Sep 2024 16:00:01 UTC
21+
holocene_time = 1736445601 # Thu 9 Jan 2025 18:00:01 UTC
22+
23+
[optimism]
24+
eip1559_elasticity = 6
25+
eip1559_denominator = 50
26+
eip1559_denominator_canyon = 250
27+
28+
[genesis]
29+
l2_time = 1712861987
30+
[genesis.l1]
31+
hash = "0x218132178d65c4bc490aadd93c31535326043fe1fe8fea2d87f26c1da83d45c2"
32+
number = 19634321
33+
[genesis.l2]
34+
hash = "0x8ed4903b7f9c3f7bb7a09374d63ae9c9852cd9aab1784b433c41dbeb47b4dba2"
35+
number = 0
36+
[genesis.system_config]
37+
batcherAddress = "0x08F9F14fF43E112B18c96f0986F28Cb1878f1D11"
38+
overhead = "0x00000000000000000000000000000000000000000000000000000000000000bc"
39+
scalar = "0x00000000000000000000000000000000000000000000000000000000000a6fe0"
40+
gasLimit = 30000000
41+
42+
[roles]
43+
SystemConfigOwner = "0xC91482A96e9c2A104d9298D1980eCCf8C4dc764E"
44+
ProxyAdminOwner = "0xC91482A96e9c2A104d9298D1980eCCf8C4dc764E"
45+
Guardian = "0xC91482A96e9c2A104d9298D1980eCCf8C4dc764E"
46+
Challenger = "0xC91482A96e9c2A104d9298D1980eCCf8C4dc764E"
47+
Proposer = "0x7cB1022D30b9860C36b243E7B181A1d46f618C69"
48+
UnsafeBlockSigner = "0xB18AD28cB78fD2eAfAc6941c24c5135515B796f0"
49+
BatchSubmitter = "0x08F9F14fF43E112B18c96f0986F28Cb1878f1D11"
50+
51+
[addresses]
52+
AddressManager = "0xF2dc77c697e892542cC53336178a78Bb313DFDC7"
53+
L1CrossDomainMessengerProxy = "0xE3d981643b806FB8030CDB677D6E60892E547EdA"
54+
L1ERC721BridgeProxy = "0x5fF93263D5181b2A826f8c51d54BC0da2d20D50a"
55+
L1StandardBridgeProxy = "0x3F6cE1b36e5120BBc59D0cFe8A5aC8b6464ac1f7"
56+
L2OutputOracleProxy = "0xdDa53E23f8a32640b04D7256e651C1db98dB11C1"
57+
OptimismMintableERC20FactoryProxy = "0x5557408ab14013ce9Dbb300dE0D87D386BB09cb6"
58+
OptimismPortalProxy = "0x8AdeE124447435fE03e3CD24dF3f4cAE32E65a3E"
59+
SystemConfigProxy = "0xACB886b75D76d1c8d9248cFdDfA09b70C71c5393"
60+
ProxyAdmin = "0x0d9f416260598313Be6FDf6B010f2FbC34957Cd0"
67.3 KB
Binary file not shown.

0 commit comments

Comments
 (0)