Skip to content

Commit

Permalink
chore: update after refac
Browse files Browse the repository at this point in the history
Signed-off-by: Simon Paitrault <spaitrault@polygon.technology>
  • Loading branch information
Freyskeyd committed Oct 23, 2024
1 parent 74d6530 commit cfc660a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
1 change: 1 addition & 0 deletions agglayer.star
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ def create_agglayer_config_artifact(plan, args, contract_setup_addresses, db_con
"global_log_level": args["global_log_level"],
"l1_chain_id": args["l1_chain_id"],
"l1_rpc_url": args["l1_rpc_url"],
"l1_ws_url": args["l1_ws_url"],
"zkevm_l2_keystore_password": args["zkevm_l2_keystore_password"],
"zkevm_l2_proofsigner_address": args[
"zkevm_l2_proofsigner_address"
Expand Down
2 changes: 1 addition & 1 deletion input_parser.star
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ DEFAULT_DEPLOYMENT_STAGES = {
}

DEFAULT_IMAGES = {
"agglayer_image": "ghcr.io/agglayer/agglayer-rs:fix-fixing-epoch-starting", # https://github.com/agglayer/agglayer/pkgs/container/agglayer-rs
"agglayer_image": "ghcr.io/agglayer/agglayer:feature-storage-adding-epoch-packing", # https://github.com/agglayer/agglayer/pkgs/container/agglayer-rs
"cdk_erigon_node_image": "hermeznetwork/cdk-erigon:v2.1.0", # https://hub.docker.com/r/hermeznetwork/cdk-erigon/tags
"cdk_node_image": "ghcr.io/0xpolygon/cdk:0.3.0", # https://github.com/0xpolygon/cdk/pkgs/container/cdk
"cdk_validium_node_image": "0xpolygon/cdk-validium-node:0.7.0-cdk", # https://hub.docker.com/r/0xpolygon/cdk-validium-node/tags
Expand Down
7 changes: 4 additions & 3 deletions templates/bridge-infra/agglayer-config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,10 @@ private-keys = [
[l1]
chain-id = {{.l1_chain_id}}
node-url = "{{.l1_rpc_url}}"
ws-node-url = "{{.l1_ws_url}}"
rollup-manager-contract = "{{.zkevm_rollup_manager_address}}"
rpc-timeout = 45


[l2]
rpc-timeout = 45

Expand All @@ -46,8 +46,9 @@ send-tx = "unlimited"

[rate-limiting.network]

[epoch.time-clock]
epoch-duration = 5
[epoch.block-clock]
epoch-duration = 15
genesis-block = 0

[shutdown]
runtime-timeout = 5
Expand Down

0 comments on commit cfc660a

Please sign in to comment.