Skip to content

Commit

Permalink
fixes after rebase|
Browse files Browse the repository at this point in the history
  • Loading branch information
ncitron committed Feb 3, 2025
1 parent 283821a commit 2a180b9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions ethereum/consensus-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ alloy = { version = "0.9.1", features = [
"ssz",
"rlp",
"k256",
"eips",
] }
alloy-rlp = "0.3.10"
bls12_381.workspace = true
Expand Down
8 changes: 4 additions & 4 deletions opstack/src/config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ impl From<Network> for NetworkConfig {
chain_id: 10,
unsafe_signer: address!("AAAA45d9549EDA09E70937013520214382Ffc4A2"),
system_config_contract: address!("229047fed2591dbec1eF1118d64F7aF3dB9EB290"),
eth_network: EthNetwork::MAINNET,
eth_network: EthNetwork::Mainnet,
},
verify_unsafe_signer: false,
},
Expand All @@ -95,7 +95,7 @@ impl From<Network> for NetworkConfig {
chain_id: 8453,
unsafe_signer: address!("Af6E19BE0F9cE7f8afd49a1824851023A8249e8a"),
system_config_contract: address!("73a79Fab69143498Ed3712e519A88a918e1f4072"),
eth_network: EthNetwork::MAINNET,
eth_network: EthNetwork::Mainnet,
},
verify_unsafe_signer: false,
},
Expand All @@ -109,7 +109,7 @@ impl From<Network> for NetworkConfig {
chain_id: 480,
unsafe_signer: address!("2270d6eC8E760daA317DD978cFB98C8f144B1f3A"),
system_config_contract: address!("6ab0777fD0e609CE58F939a7F70Fe41F5Aa6300A"),
eth_network: EthNetwork::MAINNET,
eth_network: EthNetwork::Mainnet,
},
verify_unsafe_signer: false,
},
Expand All @@ -119,7 +119,7 @@ impl From<Network> for NetworkConfig {
chain_id: 7777777,
unsafe_signer: address!("3Dc8Dfd0709C835cAd15a6A27e089FF4cF4C9228"),
system_config_contract: address!("A3cAB0126d5F504B071b81a3e8A2BBBF17930d86"),
eth_network: EthNetwork::MAINNET,
eth_network: EthNetwork::Mainnet,
},
verify_unsafe_signer: false,
},
Expand Down

0 comments on commit 2a180b9

Please sign in to comment.