Skip to content

Commit 59e22d2

Browse files
disable jovian for conduit mainnets except mode/metal/zora (#1151)
* disable jovian for conduit mainnets except mode/metal/zora * codegen * just apply hardforks --------- Co-authored-by: soyboy <[email protected]>
1 parent 8540edb commit 59e22d2

File tree

8 files changed

+11
-23
lines changed

8 files changed

+11
-23
lines changed

CHAINS.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
| Chain Name | OP Governed[^1] | Superchain Hardforks[^2] | Explorer | Public RPC | Sequencer RPC
66
|---|---|---|---|---|---|
77
| Automata Mainnet ||| https://explorer.ata.network | `https://rpc.ata.network` | `https://automata-mainnet.alt.technology/` |
8-
| BOB || | https://explorer.gobob.xyz | `https://rpc.gobob.xyz` | `https://rpc.gobob.xyz` |
8+
| BOB || | https://explorer.gobob.xyz | `https://rpc.gobob.xyz` | `https://rpc.gobob.xyz` |
99
| Base ||| https://explorer.base.org | `https://mainnet.base.org` | `https://mainnet-sequencer.base.org` |
1010
| Binary Mainnet ||| https://explorer.thebinaryholdings.com | `https://rpc.zero.thebinaryholdings.com` | `https://sequencer.bnry.mainnet.zeeve.net` |
1111
| Boba Mainnet ||| https://bobascan.com | `https://mainnet.boba.network` | `https://mainnet.boba.network` |
@@ -17,19 +17,19 @@
1717
| HashKey Chain ||| https://explorer.hsk.xyz | `https://mainnet.hsk.xyz` | `https://hashkeychain-mainnet.alt.technology` |
1818
| Ink ||| https://explorer.inkonchain.com | `https://rpc-gel.inkonchain.com` | `https://rpc-gel.inkonchain.com` |
1919
| Lisk ||| https://blockscout.lisk.com | `https://rpc.api.lisk.com` | `https://rpc.api.lisk.com` |
20-
| Lyra Chain || | https://explorer.lyra.finance | `https://rpc.lyra.finance` | `https://rpc.lyra.finance` |
20+
| Lyra Chain || | https://explorer.lyra.finance | `https://rpc.lyra.finance` | `https://rpc.lyra.finance` |
2121
| Metal L2 ||| https://explorer.metall2.com | `https://rpc.metall2.com` | `https://rpc.metall2.com` |
22-
| Mint Mainnet || | https://explorer.mintchain.io | `https://rpc.mintchain.io` | `https://rpc.mintchain.io` |
22+
| Mint Mainnet || | https://explorer.mintchain.io | `https://rpc.mintchain.io` | `https://rpc.mintchain.io` |
2323
| Mode ||| https://explorer.mode.network | `https://mainnet.mode.network` | `https://mainnet-sequencer.mode.network` |
2424
| OP Mainnet ||| https://explorer.optimism.io | `https://mainnet.optimism.io` | `https://mainnet-sequencer.optimism.io` |
25-
| Orderly Mainnet || | https://explorer.orderly.network | `https://rpc.orderly.network` | `https://rpc.orderly.network` |
26-
| Polynomial || | https://polynomialscan.io | `https://rpc.polynomial.fi` | `https://rpc.polynomial.fi` |
25+
| Orderly Mainnet || | https://explorer.orderly.network | `https://rpc.orderly.network` | `https://rpc.orderly.network` |
26+
| Polynomial || | https://polynomialscan.io | `https://rpc.polynomial.fi` | `https://rpc.polynomial.fi` |
2727
| RACE Mainnet ||| https://racescan.io/ | `https://racemainnet.io` | `https://racemainnet.io` |
2828
| Redstone ||| https://explorer.redstone.xyz | `https://rpc.redstonechain.com` | `https://rpc.redstonechain.com` |
2929
| Settlus Mainnet ||| mainnet.settlus.network | `https://settlus-mainnet.g.alchemy.com/public` | `https://settlus-mainnet-sequencer.g.alchemy.com/` |
3030
| Shape ||| https://shape-mainnet.explorer.alchemy.com/ | `https://mainnet.shape.network/` | `https://shape-mainnet-sequencer.g.alchemy.com` |
3131
| Silent Data Mainnet ||| https://explorer-mainnet.rollup.silentdata.com | `https://mainnet.silentdata.com/${SILENTDATA_AUTH_TOKEN}` | `` |
32-
| SnaxChain || | https://explorer.snaxchain.io | `https://mainnet.snaxchain.io` | `https://mainnet.snaxchain.io` |
32+
| SnaxChain || | https://explorer.snaxchain.io | `https://mainnet.snaxchain.io` | `https://mainnet.snaxchain.io` |
3333
| Soneium ||| https://soneium.blockscout.com/ | `https://rpc.soneium.org` | `https://rpc.soneium.org` |
3434
| Superseed ||| https://explorer.superseed.xyz | `https://mainnet.superseed.xyz` | `https://mainnet.superseed.xyz` |
3535
| Swan Chain Mainnet ||| https://swanscan.io | `https://mainnet-rpc.swanchain.org` | `https://sequencer-mainnet.swanchain.org` |

superchain/configs/mainnet/bob.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ sequencer_rpc = "https://rpc.gobob.xyz"
44
explorer = "https://explorer.gobob.xyz"
55
superchain_level = 0
66
governed_by_optimism = false
7-
superchain_time = 0
87
data_availability_type = "eth-da"
98
chain_id = 60808
109
batch_inbox_addr = "0x3A75346f81302aAc0333FB5DCDD407e12A6CfA83"
@@ -20,7 +19,6 @@ max_sequencer_drift = 600
2019
granite_time = 1726070401 # Wed 11 Sep 2024 16:00:01 UTC
2120
holocene_time = 1736445601 # Thu 9 Jan 2025 18:00:01 UTC
2221
isthmus_time = 1746806401 # Fri 9 May 2025 16:00:01 UTC
23-
jovian_time = 1764691201 # Tue 2 Dec 2025 16:00:01 UTC
2422

2523
[optimism]
2624
eip1559_elasticity = 6

superchain/configs/mainnet/lyra.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ sequencer_rpc = "https://rpc.lyra.finance"
44
explorer = "https://explorer.lyra.finance"
55
superchain_level = 0
66
governed_by_optimism = false
7-
superchain_time = 0
87
data_availability_type = "alt-da"
98
chain_id = 957
109
batch_inbox_addr = "0x5f7f7f6DB967F0ef10BdA0678964DBA185d16c50"
@@ -20,7 +19,6 @@ max_sequencer_drift = 600
2019
granite_time = 1726070401 # Wed 11 Sep 2024 16:00:01 UTC
2120
holocene_time = 1736445601 # Thu 9 Jan 2025 18:00:01 UTC
2221
isthmus_time = 1746806401 # Fri 9 May 2025 16:00:01 UTC
23-
jovian_time = 1764691201 # Tue 2 Dec 2025 16:00:01 UTC
2422

2523
[optimism]
2624
eip1559_elasticity = 6

superchain/configs/mainnet/mint.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ sequencer_rpc = "https://rpc.mintchain.io"
44
explorer = "https://explorer.mintchain.io"
55
superchain_level = 0
66
governed_by_optimism = false
7-
superchain_time = 0
87
data_availability_type = "eth-da"
98
chain_id = 185
109
batch_inbox_addr = "0x4e31448a098393727b786e25B54E59DcA1b77FE1"
@@ -20,7 +19,6 @@ max_sequencer_drift = 600
2019
granite_time = 1726070401 # Wed 11 Sep 2024 16:00:01 UTC
2120
holocene_time = 1736445601 # Thu 9 Jan 2025 18:00:01 UTC
2221
isthmus_time = 1746806401 # Fri 9 May 2025 16:00:01 UTC
23-
jovian_time = 1764691201 # Tue 2 Dec 2025 16:00:01 UTC
2422

2523
[optimism]
2624
eip1559_elasticity = 6

superchain/configs/mainnet/orderly.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ sequencer_rpc = "https://rpc.orderly.network"
44
explorer = "https://explorer.orderly.network"
55
superchain_level = 0
66
governed_by_optimism = false
7-
superchain_time = 0
87
data_availability_type = "alt-da"
98
chain_id = 291
109
batch_inbox_addr = "0x08aA34cC843CeEBcC88A627F18430294aA9780be"
@@ -20,7 +19,6 @@ max_sequencer_drift = 600
2019
granite_time = 1726070401 # Wed 11 Sep 2024 16:00:01 UTC
2120
holocene_time = 1736445601 # Thu 9 Jan 2025 18:00:01 UTC
2221
isthmus_time = 1746806401 # Fri 9 May 2025 16:00:01 UTC
23-
jovian_time = 1764691201 # Tue 2 Dec 2025 16:00:01 UTC
2422

2523
[optimism]
2624
eip1559_elasticity = 6

superchain/configs/mainnet/polynomial.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ sequencer_rpc = "https://rpc.polynomial.fi"
44
explorer = "https://polynomialscan.io"
55
superchain_level = 1
66
governed_by_optimism = false
7-
superchain_time = 0
87
data_availability_type = "eth-da"
98
chain_id = 8008
109
batch_inbox_addr = "0x0bd57e83B5E0f9eCD84d559bB58e1EcFEEdD2565"
@@ -20,7 +19,6 @@ max_sequencer_drift = 600
2019
granite_time = 1726070401 # Wed 11 Sep 2024 16:00:01 UTC
2120
holocene_time = 1736445601 # Thu 9 Jan 2025 18:00:01 UTC
2221
isthmus_time = 1746806401 # Fri 9 May 2025 16:00:01 UTC
23-
jovian_time = 1764691201 # Tue 2 Dec 2025 16:00:01 UTC
2422

2523
[optimism]
2624
eip1559_elasticity = 6

superchain/configs/mainnet/snax.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ sequencer_rpc = "https://mainnet.snaxchain.io"
44
explorer = "https://explorer.snaxchain.io"
55
superchain_level = 0
66
governed_by_optimism = false
7-
superchain_time = 0
87
data_availability_type = "eth-da"
98
chain_id = 2192
109
batch_inbox_addr = "0xFeC57BD3729a5F930d4Ee8ac5992Fdc8988426e4"
@@ -20,7 +19,6 @@ max_sequencer_drift = 600
2019
granite_time = 1726070401 # Wed 11 Sep 2024 16:00:01 UTC
2120
holocene_time = 1736445601 # Thu 9 Jan 2025 18:00:01 UTC
2221
isthmus_time = 1746806401 # Fri 9 May 2025 16:00:01 UTC
23-
jovian_time = 1764691201 # Tue 2 Dec 2025 16:00:01 UTC
2422

2523
[optimism]
2624
eip1559_elasticity = 6

superchain/extra/addresses/addresses.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,20 +27,20 @@
2727
},
2828
"11011": {
2929
"AddressManager": "0x42721d8512d62aA26B2Cfa1AE18bEEd5a9Ab1337",
30-
"AnchorStateRegistryProxy": "0x1d5c8daABf84b2b2DA7e4fdcf4e9b7095964689F",
30+
"AnchorStateRegistryProxy": "0x1474C95BB247826b0034428Dd614Ef9de10659DC",
3131
"BatchSubmitter": "0x6fF556Fa7CaFEc55aE77C5C1d58A010be75f9991",
3232
"Challenger": "0x945185C01fb641bA3E63a9bdF66575e35a407837",
33-
"DelayedWETHProxy": "0xe1Ed4c6D1960563D62e54633a00d2B4D777af1cb",
33+
"DelayedWETHProxy": "0x9cbF129075b6a47936B75B7c8704ADAC3638fc7f",
3434
"DisputeGameFactoryProxy": "0x575697F2c20Bd63415E5B24656d935D4b81b8220",
3535
"Guardian": "0x7a50f00e8D05b95F98fE38d8BeE366a7324dCf7E",
3636
"L1CrossDomainMessengerProxy": "0xF9F730650e1AB4D23E2ac983934271ca7c5EF293",
3737
"L1ERC721BridgeProxy": "0x19f02c55254d2644eF94f30C74A932D64e1D4F86",
3838
"L1StandardBridgeProxy": "0x341ab1DAFdfB73b3D6D075ef10b29e3cACB2A653",
39-
"MIPS": "0x69470D6970Cd2A006b84B1d4d70179c892cFCE01",
39+
"MIPS": "0x07BABE08EE4D07dBA236530183B24055535A7011",
4040
"OptimismMintableERC20FactoryProxy": "0x46085E2e648488e49FBeaF6544b8e9Dc96df8BDd",
4141
"OptimismPortalProxy": "0xfF8Ca2B4d8122E41441F7ccDCf61b8692198Bd1E",
42-
"PermissionedDisputeGame": "0x24A7be4E07D5b19CB4cE6c9374dE00F628830b7a",
43-
"PreimageOracle": "0x92240135b46fc1142dA181f550aE8f595B858854",
42+
"PermissionedDisputeGame": "0x0E160b36b4503A0c582a13d587cC66E7Be6E7d46",
43+
"PreimageOracle": "0x1fb8cdFc6831fc866Ed9C51aF8817Da5c287aDD3",
4444
"Proposer": "0xf8Ed03b83c15aa3d0b52095F3c9971225948B777",
4545
"ProxyAdmin": "0xd60a706Bf6108F090d055787B9B353FA7EEE1355",
4646
"ProxyAdminOwner": "0x945185C01fb641bA3E63a9bdF66575e35a407837",

0 commit comments

Comments
 (0)