Skip to content

Commit

Permalink
update to latest ontake taiko-reth
Browse files Browse the repository at this point in the history
Signed-off-by: smtmfft <[email protected]>
  • Loading branch information
smtmfft committed Sep 10, 2024
1 parent 4c51077 commit ec0c038
Show file tree
Hide file tree
Showing 10 changed files with 105 additions and 105 deletions.
82 changes: 41 additions & 41 deletions Cargo.lock

Large diffs are not rendered by default.

18 changes: 9 additions & 9 deletions host/config/chain_spec_list_devnet.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"RISC0": null
}
},
"genesis_time": 1724760400,
"genesis_time": 1725896100,
"seconds_per_slot": 12,
"is_taiko": false
},
Expand All @@ -44,7 +44,7 @@
"Block": 0
},
"ONTAKE": {
"Block": 20
"Block": 50
},
"CANCUN": "TBD"
},
Expand All @@ -54,20 +54,20 @@
"base_fee_max_decrease_denominator": "0x8",
"elasticity_multiplier": "0x2"
},
"l1_contract": "0xcdE816aFd1B7db50f09831097e71F99877809218",
"l1_contract": "0xA4702E22F8807Df82Fe5B6dDdd99eB3Fcb0237B0",
"l2_contract": "0x1670010000000000000000000000000000010001",
"rpc": "https://rpc.internal.taiko.xyz",
"beacon_rpc": null,
"verifier_address_forks": {
"HEKLA": {
"SGX": "0xC069c3d2a9f2479F559AD34485698ad5199C555f",
"SP1": "0x5F7eD46Ce19E12639D05a5020C64045273842C83",
"RISC0": "0x28336BC4116B9672000E7C6Ab96B1454D9d138f7"
"SGX": "0xebB0DA61818F639f460F67940EB269b36d1F104E",
"SP1": "0x748d4a7e3a49adEbA2157B2d581434A6Cc226D1F",
"RISC0": "0xDf8038e9f4535040D7421A89ead398b3A38366EC"
},
"ONTAKE": {
"SGX": "0xC069c3d2a9f2479F559AD34485698ad5199C555f",
"SP1": "0x5F7eD46Ce19E12639D05a5020C64045273842C83",
"RISC0": "0x28336BC4116B9672000E7C6Ab96B1454D9d138f7"
"SGX": "0xebB0DA61818F639f460F67940EB269b36d1F104E",
"SP1": "0x748d4a7e3a49adEbA2157B2d581434A6Cc226D1F",
"RISC0": "0xDf8038e9f4535040D7421A89ead398b3A38366EC"
}
},
"genesis_time": 0,
Expand Down
2 changes: 1 addition & 1 deletion provers/risc0/driver/src/methods/risc0_guest.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
pub const RISC0_GUEST_ELF: &[u8] =
include_bytes!("../../../guest/target/riscv32im-risc0-zkvm-elf/release/risc0-guest");
pub const RISC0_GUEST_ID: [u32; 8] = [
480687899, 2174307554, 3476860359, 3243974848, 2470546824, 868279999, 2732634741, 2619104561,
908940794, 4061997175, 3677666827, 1037977770, 3545019482, 958273208, 1804270332, 1756961351,
];
54 changes: 27 additions & 27 deletions provers/risc0/guest/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit ec0c038

Please sign in to comment.