Skip to content

Commit a9b0288

Browse files
committed
bump module
Signed-off-by: yoshidan <naohiro.y@gmail.com>
1 parent dacf3de commit a9b0288

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

enclave/Cargo.lock

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

enclave/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ crate-type = ["staticlib"]
1111
[dependencies]
1212
enclave-runtime = { git = "https://github.com/datachainlab/lcp", rev = "v0.2.12" }
1313
tendermint-lc = { git = "https://github.com/datachainlab/lcp", rev = "v0.2.12", default-features = false }
14-
parlia-elc = { git = "https://github.com/datachainlab/parlia-elc", rev = "v0.3.9-2-rc03242", default-features = false }
14+
parlia-elc = { git = "https://github.com/datachainlab/parlia-elc", rev = "v0.3.9-2-rc03260940", default-features = false }
1515

1616
[patch."crates-io"]
1717
getrandom = { git = "https://github.com/datachainlab/getrandom-sgx-lite" }

tests/e2e/cases/tm2bsc/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
export LOCAL_LORENTZ_HF_TIMESTAMP=1742885100000
1+
export LOCAL_LORENTZ_HF_TIMESTAMP=1742951460000
22

33
RLY_BIN ?= ../../../../bin/yrly
44

tests/e2e/chains/bsc/genesis/genesis-template.template

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"bohrTime": 0,
3636
"pascalTime": 0,
3737
"pragueTime": 0,
38-
"lorentzTime": 1742885100,
38+
"lorentzTime": 1742951460,
3939
"blobSchedule": {
4040
"cancun": {
4141
"target": 3,

0 commit comments

Comments
 (0)