File tree Expand file tree Collapse file tree 4 files changed +9
-4
lines changed
Expand file tree Collapse file tree 4 files changed +9
-4
lines changed Original file line number Diff line number Diff line change 22# Chain ID
33CHAIN_ID=167013
44
5+ # Shasta fork time
6+ TAIKO_INTERNAL_SHASTA_TIME=1770296400
7+
58# Exposed ports
69PORT_L2_EXECUTION_ENGINE_HTTP=8547
710PORT_L2_EXECUTION_ENGINE_WS=8548
@@ -19,6 +22,7 @@ BOOT_NODES=enode://eb5079aae185d5d8afa01bfd2d349da5b476609aced2b57c90142556cf0ee
1922
2023# Taiko protocol contract addresses
2124TAIKO_INBOX_ADDRESS=0xf6eA848c7d7aC83de84db45Ae28EAbf377fe0eF9
25+ SHASTA_INBOX_ADDRESS=0xeF4bB7A442Bd68150A3aa61A6a097B86b91700BF
2226TAIKO_TOKEN_L1_ADDRESS=0xf3b83e226202ECf7E7bb2419a4C6e3eC99e963DA
2327PRECONFIRMATION_WHITELIST=0x8B969Fcf37122bC5eCB4E0e5Ad65CEEC3f1393ba
2428TAIKO_ANCHOR_ADDRESS=0x1670130000000000000000000000000000010001
Original file line number Diff line number Diff line change 11{
2- "." : " 1.23 .0"
2+ "." : " 2.0 .0"
33}
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ x-logging: &logging
66
77services :
88 l2_execution_engine :
9- image : us-docker.pkg.dev/evmchain/images/taiko-geth:v1.17.4
9+ image : us-docker.pkg.dev/evmchain/images/taiko-geth:v2.2.1
1010 restart : unless-stopped
1111 pull_policy : always
1212 stop_grace_period : 3m
@@ -49,7 +49,7 @@ services:
4949 - l2_execution_engine
5050
5151 taiko_client_driver :
52- image : us-docker.pkg.dev/evmchain/images/taiko-client:taiko-alethia-client-v1.11.0
52+ image : us-docker.pkg.dev/evmchain/images/taiko-client:taiko-alethia-client-v2.1.1
5353 restart : unless-stopped
5454 pull_policy : always
5555 ports :
Original file line number Diff line number Diff line change @@ -8,7 +8,8 @@ ARGS="--l1.ws ${L1_ENDPOINT_WS} \
88 --l2.ws ws://l2_execution_engine:8546 \
99 --l1.beacon ${L1_BEACON_HTTP} \
1010 --l2.auth http://l2_execution_engine:8551 \
11- --taikoInbox ${TAIKO_INBOX_ADDRESS} \
11+ --pacayaInbox ${TAIKO_INBOX_ADDRESS} \
12+ --shastaInbox ${SHASTA_INBOX_ADDRESS} \
1213 --taikoAnchor ${TAIKO_ANCHOR_ADDRESS} \
1314 --verbosity ${VERBOSITY} \
1415 --preconfirmation.whitelist ${PRECONFIRMATION_WHITELIST} \
You can’t perform that action at this time.
0 commit comments