Skip to content
This repository was archived by the owner on Aug 3, 2026. It is now read-only.

Commit ee54807

Browse files
authored
feat: update hoodi shasta timestamp (#661)
* feat: update taiko_hoodi shasta fork timestamp * fix: add missing shasta inbox * fix: fix ci typo * fix: ci typo * fix: fix CI * fix: fix ci * fix: fix ci * Revert "fix: fix ci" This reverts commit 053bf0d. * Revert "fix: fix ci" This reverts commit cc7edb6. * fix: fix ci * fix: fix ci * chore: update hoodi shasta fork ts * chore: update submodule gaiko
1 parent 7d06d41 commit ee54807

7 files changed

Lines changed: 121 additions & 106 deletions

File tree

.github/workflows/repo--typo-check.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,6 @@ jobs:
1111
uses: actions/checkout@v4
1212

1313
- name: Check for typos
14-
uses: crate-ci/typos@master
14+
uses: crate-ci/typos@v1
15+
with:
16+
config: .typos.toml

.typos.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
[default.extend-words]
2+
consts = "consts"
3+
4+
[default.extend-identifiers]
5+
consts = "consts"

Cargo.lock

Lines changed: 45 additions & 45 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

host/config/chain_spec_list_default.json

Lines changed: 13 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@
156156
{
157157
"name": "taiko_mainnet",
158158
"chain_id": 167000,
159-
"max_spec_id": "PACAYA",
159+
"max_spec_id": "SHASTA",
160160
"hard_forks": {
161161
"HEKLA": {
162162
"Block": 0
@@ -179,7 +179,8 @@
179179
"elasticity_multiplier": "0x2"
180180
},
181181
"l1_contract": {
182-
"PACAYA": "0x06a9Ab27c7e2255df1815E6CC0168d7755Feb19a"
182+
"PACAYA": "0x06a9Ab27c7e2255df1815E6CC0168d7755Feb19a",
183+
"SHASTA": "0x0000000000000000000000000000000000000000"
183184
},
184185
"l2_contract": "0x1670000000000000000000000000000000010001",
185186
"rpc": "https://rpc.mainnet.taiko.xyz",
@@ -199,7 +200,7 @@
199200
{
200201
"name": "taiko_hoodi",
201202
"chain_id": 167013,
202-
"max_spec_id": "PACAYA",
203+
"max_spec_id": "SHASTA",
203204
"hard_forks": {
204205
"HEKLA": {
205206
"Block": 0
@@ -211,7 +212,7 @@
211212
"Block": 0
212213
},
213214
"SHASTA": {
214-
"Timestamp": 9762068932
215+
"Timestamp": 1770296400
215216
},
216217
"CANCUN": "TBD"
217218
},
@@ -222,7 +223,8 @@
222223
"elasticity_multiplier": "0x2"
223224
},
224225
"l1_contract": {
225-
"PACAYA": "0xf6eA848c7d7aC83de84db45Ae28EAbf377fe0eF9"
226+
"PACAYA": "0xf6eA848c7d7aC83de84db45Ae28EAbf377fe0eF9",
227+
"SHASTA": "0xeF4bB7A442Bd68150A3aa61A6a097B86b91700BF"
226228
},
227229
"l2_contract": "0x1670130000000000000000000000000000010001",
228230
"rpc": "https://rpc.hoodi.taiko.xyz",
@@ -233,6 +235,12 @@
233235
"SP1": "0x3B3bb4A1Cb8B1A0D65F96a5A93415375C039Eda3",
234236
"RISC0": "0xbf285Dd2FD56BF4893D207Fba4c738D1029edFfd",
235237
"SGXGETH": "0xCdBB6C1751413e78a40735b6D9Aaa7D55e8c038e"
238+
},
239+
"SHASTA": {
240+
"SGX": "0x40CcAFC1C2D14bdD70984b221F2b49af5e7C6114",
241+
"RISC0": "0xfa0e7dAFe9785627df034c123A9B87497EB06b41",
242+
"SP1": "0xc42Ef1A7A606162e144F696A07A7D3Ad98bF4EE7",
243+
"SGXGETH": "0x8e362ef5140B0b9BE4a1141b6367784b0A7cefB1"
236244
}
237245
},
238246
"genesis_time": 0,

provers/risc0/guest/Cargo.lock

Lines changed: 27 additions & 27 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)