Skip to content

Commit

Permalink
Merge pull request #367 from jhkimqd/jihwan/l1-funding-acc-fix
Browse files Browse the repository at this point in the history
fix: l1testing address to match input_parser value
  • Loading branch information
jhkimqd authored Nov 8, 2024
2 parents ecca976 + 23e3255 commit 8e5c49b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ providers:
- "{{.zkevm_l2_agglayer_address}}"
- "{{.zkevm_l2_dac_address}}"
- "{{.zkevm_l2_proofsigner_address}}"
- "{{.l1_deposit_account}}"
- "{{.zkevm_l2_l1testing_address}}"

- name: "L2"
url: "{{.l2_rpc_url}}"
Expand Down
2 changes: 1 addition & 1 deletion templates/contract-deploy/run-contract-setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ fund_account_on_l1 "admin" "{{.zkevm_l2_admin_address}}"
fund_account_on_l1 "sequencer" "{{.zkevm_l2_sequencer_address}}"
fund_account_on_l1 "aggregator" "{{.zkevm_l2_aggregator_address}}"
fund_account_on_l1 "agglayer" "{{.zkevm_l2_agglayer_address}}"
fund_account_on_l1 "l1testing" "{{.l1_deposit_account}}"
fund_account_on_l1 "l1testing" "{{.zkevm_l2_l1testing_address}}"

echo_ts "Setting up local zkevm-contracts repo for deployment"
pushd /opt/zkevm-contracts || exit 1
Expand Down

0 comments on commit 8e5c49b

Please sign in to comment.