Skip to content

Commit 0cf3f2f

Browse files
committed
chore: merge Boba info into common files
Changes to be committed: modified: chainList.json modified: chainList.toml modified: superchain/extra/addresses/addresses.json
1 parent c1672ae commit 0cf3f2f

File tree

3 files changed

+195
-2
lines changed

3 files changed

+195
-2
lines changed

chainList.json

+71-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,22 @@
11
[
2+
{
3+
"name": "Boba BNB Testnet",
4+
"identifier": "bnb-testnet/boba",
5+
"chainId": 9728,
6+
"rpc": [
7+
"https://testnet.bnb.boba.network"
8+
],
9+
"explorers": [
10+
"https://testnet.bnb.bobascan.com"
11+
],
12+
"superchainLevel": 1,
13+
"dataAvailabilityType": "eth-da",
14+
"parent": {
15+
"type": "L2",
16+
"chain": "bnb-testnet"
17+
},
18+
"gasPayingToken": "0x875cD11fDf085e0E11B0EE6b814b6d0b38fA554C"
19+
},
220
{
321
"name": "Automata Mainnet",
422
"identifier": "mainnet/automata",
@@ -182,6 +200,23 @@
182200
"chain": "mainnet"
183201
}
184202
},
203+
{
204+
"name": "Boba Mainnet",
205+
"identifier": "mainnet/boba",
206+
"chainId": 288,
207+
"rpc": [
208+
"https://mainnet.boba.network"
209+
],
210+
"explorers": [
211+
"https://bobascan.com"
212+
],
213+
"superchainLevel": 1,
214+
"dataAvailabilityType": "eth-da",
215+
"parent": {
216+
"type": "L2",
217+
"chain": "mainnet"
218+
}
219+
},
185220
{
186221
"name": "Lyra Chain",
187222
"identifier": "mainnet/lyra",
@@ -669,6 +704,23 @@
669704
"chain": "sepolia"
670705
}
671706
},
707+
{
708+
"name": "Boba Sepolia Testnet",
709+
"identifier": "sepolia/boba",
710+
"chainId": 28882,
711+
"rpc": [
712+
"https://sepolia.boba.network"
713+
],
714+
"explorers": [
715+
"https://testnet.bobascan.com"
716+
],
717+
"superchainLevel": 1,
718+
"dataAvailabilityType": "eth-da",
719+
"parent": {
720+
"type": "L2",
721+
"chain": "sepolia"
722+
}
723+
},
672724
{
673725
"name": "Metal L2 Testnet",
674726
"identifier": "sepolia/metal",
@@ -885,6 +937,24 @@
885937
"chain": "sepolia-dev-0"
886938
}
887939
},
940+
{
941+
"name": "Boba Devnet",
942+
"identifier": "sepolia-dev-0/boba",
943+
"chainId": 288882,
944+
"rpc": [
945+
"https://devnet.boba.network"
946+
],
947+
"explorers": [
948+
""
949+
],
950+
"superchainLevel": 1,
951+
"dataAvailabilityType": "eth-da",
952+
"parent": {
953+
"type": "L2",
954+
"chain": "sepolia-dev-0"
955+
},
956+
"gasPayingToken": "0xEeeeeEeeeEeEeeEeEeEeeEEEeeeeEeeeeeeeEEeE"
957+
},
888958
{
889959
"name": "OP Labs Sepolia devnet 0",
890960
"identifier": "sepolia-dev-0/oplabs-devnet-0",
@@ -903,4 +973,4 @@
903973
"chain": "sepolia-dev-0"
904974
}
905975
}
906-
]
976+
]

chainList.toml

+50
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
[[chains]]
2+
name = "Boba BNB Testnet"
3+
identifier = "bnb-testnet/boba"
4+
chain_id = 9728
5+
rpc = ["https://testnet.bnb.boba.network"]
6+
explorers = ["https://testnet.bnb.bobascan.com"]
7+
superchain_level = 1
8+
data_availability_type = "eth-da"
9+
gas_paying_token = "0x875cD11fDf085e0E11B0EE6b814b6d0b38fA554C"
10+
[chains.parent]
11+
type = "L2"
12+
chain = "bnb-testnet"
13+
114
[[chains]]
215
name = "Automata Mainnet"
316
identifier = "mainnet/automata"
@@ -131,6 +144,18 @@
131144
type = "L2"
132145
chain = "mainnet"
133146

147+
[[chains]]
148+
name = "Boba Mainnet"
149+
identifier = "mainnet/boba"
150+
chain_id = 288
151+
rpc = ["https://mainnet.boba.network"]
152+
explorers = ["https://bobascan.com"]
153+
superchain_level = 1
154+
data_availability_type = "eth-da"
155+
[chains.parent]
156+
type = "L2"
157+
chain = "mainnet"
158+
134159
[[chains]]
135160
name = "Lyra Chain"
136161
identifier = "mainnet/lyra"
@@ -483,6 +508,18 @@
483508
type = "L2"
484509
chain = "sepolia"
485510

511+
[[chains]]
512+
name = "Boba Sepolia Testnet"
513+
identifier = "sepolia/boba"
514+
chain_id = 28882
515+
rpc = ["https://sepolia.boba.network"]
516+
explorers = ["https://testnet.bobascan.com"]
517+
superchain_level = 1
518+
data_availability_type = "eth-da"
519+
[chains.parent]
520+
type = "L2"
521+
chain = "sepolia"
522+
486523
[[chains]]
487524
name = "Metal L2 Testnet"
488525
identifier = "sepolia/metal"
@@ -639,6 +676,19 @@
639676
type = "L2"
640677
chain = "sepolia-dev-0"
641678

679+
[[chains]]
680+
name = "Boba Devnet"
681+
identifier = "sepolia-dev-0/boba"
682+
chain_id = 288882
683+
rpc = ["https://devnet.boba.network"]
684+
explorers = [""]
685+
superchain_level = 1
686+
data_availability_type = "eth-da"
687+
gas_paying_token = "0xEeeeeEeeeEeEeeEeEeEeeEEEeeeeEeeeeeeeEEeE"
688+
[chains.parent]
689+
type = "L2"
690+
chain = "sepolia-dev-0"
691+
642692
[[chains]]
643693
name = "OP Labs Sepolia devnet 0"
644694
identifier = "sepolia-dev-0/oplabs-devnet-0"

superchain/extra/addresses/addresses.json

+74-1
Original file line numberDiff line numberDiff line change
@@ -467,6 +467,60 @@
467467
"SystemConfigProxy": "0x6E99cdE188DAAFeEcb6eD8AC28B98dE4c8eE5D6C",
468468
"UnsafeBlockSigner": "0xcbdD38Ce74BA96F0ae3D2E608DA96Ec744c80A7E"
469469
},
470+
"288": {
471+
"AddressManager": "0x8376ac6C3f73a25Dd994E0b0669ca7ee0C02F089",
472+
"BatchSubmitter": "0xe1B64045351B0B6e9821F19b39f81bc4711D2230",
473+
"Challenger": "0x56121a8612474C3eB65D69a3b871f284705b9bC4",
474+
"Guardian": "0x56121a8612474C3eB65D69a3b871f284705b9bC4",
475+
"L1CrossDomainMessengerProxy": "0x6D4528d192dB72E282265D6092F4B872f9Dff69e",
476+
"L1ERC721BridgeProxy": "0xA6Ad22bb0E73DEF40a24E510cFbc93807d8bf87e",
477+
"L1StandardBridgeProxy": "0xdc1664458d2f0B6090bEa60A8793A4E66c2F1c00",
478+
"L2OutputOracleProxy": "0xbB7aD3f9CCbC94085b7F7B1D5258e59F5F068741",
479+
"OptimismMintableERC20FactoryProxy": "0x4d898F66327Fa050131A17ed17a39EBeCC81f0c3",
480+
"OptimismPortalProxy": "0x7B02D13904D8e6E0f0Efaf756aB14Cb0FF21eE7e",
481+
"Proposer": "0xbfBAB4363034A930687B9320599a69DfBf1D21d0",
482+
"ProxyAdmin": "0x6e598cec2701FfAA3c06175dc3Af0317a749a0Dc",
483+
"ProxyAdminOwner": "0x56121a8612474C3eB65D69a3b871f284705b9bC4",
484+
"SuperchainConfig": "0x996ffD627901f10C80A7d4B72A12316D2e77c076",
485+
"SystemConfigOwner": "0x56121a8612474C3eB65D69a3b871f284705b9bC4",
486+
"SystemConfigProxy": "0x158Fd5715F16Ac1F2Dc959A299B383aAaf9B59EB",
487+
"UnsafeBlockSigner": "0x4Ac69842680847e1135f514eE3d75172B685ECBf"
488+
},
489+
"28882": {
490+
"AddressManager": "0xC62C429390B7bCE9960fa647d5556CA7238168AB",
491+
"BatchSubmitter": "0xf598b6388eC06945021699F0bbb23dfCFc5edbE8",
492+
"Challenger": "0x17070B4AF21625106E7971983Aa524f59EA40c57",
493+
"Guardian": "0x66930dd34EA64bD4B9F32464e363511b49966C5D",
494+
"L1CrossDomainMessengerProxy": "0x9253E76E2fA3f72aF18e08914b3528F725779495",
495+
"L1ERC721BridgeProxy": "0x13B397A08322973B45e063F29746Fb278f189916",
496+
"L1StandardBridgeProxy": "0x244d7b81EE3949788Da5F1178D911e83bA24E157",
497+
"L2OutputOracleProxy": "0xdBdb238185f9BB40f742aE249f9a083381EC39eC",
498+
"OptimismMintableERC20FactoryProxy": "0xE6ebece6936528804BB4c43AdcA10c2623919852",
499+
"OptimismPortalProxy": "0xB079E6FA9B3eb072fEbf7F746044834eab308dB6",
500+
"Proposer": "0x0AB197DdeE146c01A0C6Cadf3d91fbb4340A999A",
501+
"ProxyAdmin": "0x66930dd34EA64bD4B9F32464e363511b49966C5D",
502+
"ProxyAdminOwner": "0x17070B4AF21625106E7971983Aa524f59EA40c57",
503+
"SuperchainConfig": "0x029A23c6E9D3026f984cd1Fd9C47906e4F5327F3",
504+
"SystemConfigOwner": "0x17070B4AF21625106E7971983Aa524f59EA40c57",
505+
"SystemConfigProxy": "0xfDC9bCE032cEF55a71b4fde9B9a2198ad1551965",
506+
"UnsafeBlockSigner": "0x274a47436C7C896827633805d924d41BBa1D19e9"
507+
},
508+
"288882": {
509+
"BatchSubmitter": "0xe40d3fB61A6a9e16ffD17ae4Ed225dE00a4B16fd",
510+
"Challenger": "0xe62B0E3a9F715493301eBdEC8310C899eae5b30c",
511+
"Guardian": "0xe62B0E3a9F715493301eBdEC8310C899eae5b30c",
512+
"L1ERC721BridgeProxy": "0x57B679c04EAe2A9cee67414511E4A9f5a9F674E3",
513+
"L2OutputOracleProxy": "0xcFf51852d3E96912ea1cC8C6F12D6c86b0B37B4F",
514+
"OptimismMintableERC20FactoryProxy": "0xd5C40568cB199cCc3bC6d4931742074225781686",
515+
"OptimismPortalProxy": "0xD00d5Cc5620697a31014E5594AABba590793836D",
516+
"Proposer": "0x10AAf74A0735332b0fFB11935abA51F2A4170F91",
517+
"ProxyAdmin": "0xd7D6C90d94156dBd1251a57c28c7336F8B464C66",
518+
"ProxyAdminOwner": "0xe62B0E3a9F715493301eBdEC8310C899eae5b30c",
519+
"SuperchainConfig": "0x59230BEeaF4225B1E2C4ED391592c8962bb97ba4",
520+
"SystemConfigOwner": "0xe62B0E3a9F715493301eBdEC8310C899eae5b30c",
521+
"SystemConfigProxy": "0xcc3c025036612B849340D6866eC0bd4d2d794a36",
522+
"UnsafeBlockSigner": "0x9e43BFCbcb21fCcc1Dfb41a3DaB1ACfaE3C03834"
523+
},
470524
"291": {
471525
"AddressManager": "0x87630a802a3789463eC4b00f89b27b1e9f6b92e9",
472526
"BatchSubmitter": "0xf8dB8Aba597fF36cCD16fECfbb1B816B3236E9b8",
@@ -1088,6 +1142,25 @@
10881142
"SystemConfigProxy": "0xa3c900d30EE6e906FC085633258d2FE619680884",
10891143
"UnsafeBlockSigner": "0xBBC751e8A6285F22C8B6305D1158071f204Dbca4"
10901144
},
1145+
"9728": {
1146+
"AddressManager": "0xAee1fb3f4353a9060aEC3943fE932b6Efe35CdAa",
1147+
"BatchSubmitter": "0xfCdd863D1D21f609f0C0737D07634B0B146EF266",
1148+
"Challenger": "0xd3EdFbD01829c5A97B94B20F82DC17088Cc00031",
1149+
"Guardian": "0xd3EdFbD01829c5A97B94B20F82DC17088Cc00031",
1150+
"L1CrossDomainMessengerProxy": "0x53aD38aE4a63Fe33a86E011F7AF4d3fDe3daD145",
1151+
"L1ERC721BridgeProxy": "0x0a67b7638E5B3C32704aed03b3423a4cC1153887",
1152+
"L1StandardBridgeProxy": "0xBf0939120b4F5E3196b9E12cAC291e03dD058e9a",
1153+
"L2OutputOracleProxy": "0xD518C4883AdFBfd7501890e84B4fdA0357B0C73A",
1154+
"OptimismMintableERC20FactoryProxy": "0x0124836C6DDD44E345dd291A68Ec521a8a66f398",
1155+
"OptimismPortalProxy": "0xF48d08721D99E16D22Cc704991c2Ad064320aD5e",
1156+
"Proposer": "0xd0D2Cb0D7D1ab3D049B7bc1a928C66D83e68Ab21",
1157+
"ProxyAdmin": "0xa6610FD227908329Ae473f10520e8A06EB9d2956",
1158+
"ProxyAdminOwner": "0xd3EdFbD01829c5A97B94B20F82DC17088Cc00031",
1159+
"SuperchainConfig": "0xf999bc2fE006A5A8c2E6Aa35C63eD0adf731E6de",
1160+
"SystemConfigOwner": "0xd3EdFbD01829c5A97B94B20F82DC17088Cc00031",
1161+
"SystemConfigProxy": "0x5e0Aa53122C29128FD1399998f7928F9BC603B27",
1162+
"UnsafeBlockSigner": "0x747a375E6bea0735FC184a3A8FA0520435404347"
1163+
},
10911164
"999999999": {
10921165
"AddressManager": "0x27c9392144DFcB6dab113F737356C32435cD1D55",
10931166
"BatchSubmitter": "0x3Cd868E221A3be64B161D596A7482257a99D857f",
@@ -1106,4 +1179,4 @@
11061179
"SystemConfigProxy": "0xB54c7BFC223058773CF9b739cC5bd4095184Fb08",
11071180
"UnsafeBlockSigner": "0x3609513933100689bd1f84782529A99239842344"
11081181
}
1109-
}
1182+
}

0 commit comments

Comments
 (0)