@@ -17,13 +17,16 @@ BASE_KEY = --private-key ${PRIVATE_KEY}
1717
1818
1919
20- # custom_ethereum := --with-gas-price 15000000000 # 53 gwei
20+ custom_ethereum := --with-gas-price 30000000000 # 53 gwei
2121# custom_polygon := --with-gas-price 190000000000 # 560 gwei
2222# custom_avalanche := --with-gas-price 27000000000 # 27 gwei
2323# custom_metis-testnet := --legacy --verifier-url https://goerli.explorer.metisdevops.link/api/
2424# custom_metis := --verifier-url https://api.routescan.io/v2/network/mainnet/evm/1088/etherscan
2525# custom_scroll-testnet := --legacy --with-gas-price 1000000000 # 1 gwei
2626custom_zksync := --zksync
27+ custom_linea-testnet := --legacy --with-gas-price 27000000000 --force # 1 gwei
28+ custom_linea := --with-gas-price 1000000000 --force # 1 gwei
29+ custom_ethereum-testnet := --legacy --with-gas-price 27000000000 --force # 1 gwei
2730
2831# params:
2932# 1 - path/file_name
@@ -113,9 +116,12 @@ deploy-zkevm-adapters:
113116deploy-wormhole-adapters :
114117 $(call deploy_fn,adapters/DeployWormholeAdapter,ethereum celo)
115118
116- deploy-zksync-adapters-test :
119+ deploy-zksync-adapters :
117120 $(call deploy_fn,adapters/DeployZkSyncAdapter,ethereum)
118121
122+ deploy-linea-adapters :
123+ $(call deploy_fn,adapters/DeployLineaAdapter,ethereum linea)
124+
119125# # Set sender bridge dapters. Only eth pol avax are needed as other networks will only receive
120126set-ccf-sender-adapters :
121127 $(call deploy_fn,ccc/Set_CCF_Sender_Adapters,ethereum)
@@ -158,11 +164,11 @@ deploy-full:
158164
159165# Deploy Proxy Factories on all networks
160166deploy-proxy-factory-test :
161- $(call deploy_fn,InitialDeployments,zksync )
167+ $(call deploy_fn,InitialDeployments,linea )
162168
163169# Deploy Cross Chain Infra on all networks
164170deploy-cross-chain-infra-test :
165- $(call deploy_fn,ccc/DeployCCC,zksync )
171+ $(call deploy_fn,ccc/DeployCCC,linea )
166172
167173# # Deploy CCIP bridge adapters on all networks
168174deploy-ccip-bridge-adapters-test :
@@ -204,17 +210,20 @@ deploy-metis-adapters-test:
204210deploy-base-adapters-test :
205211 $(call deploy_fn,adapters/DeployCBaseAdapter,ethereum)
206212
213+ deploy-linea-adapters-test :
214+ $(call deploy_fn,adapters/DeployLineaAdapter,ethereum)
215+
207216# # Set sender bridge dapters. Only eth pol avax are needed as other networks will only receive
208217set-ccf-sender-adapters-test :
209218 $(call deploy_fn,ccc/Set_CCF_Sender_Adapters,ethereum)
210219
211220# Set the bridge adapters allowed to receive messages
212221set-ccr-receiver-adapters-test :
213- $(call deploy_fn,ccc/Set_CCR_Receivers_Adapters,zksync )
222+ $(call deploy_fn,ccc/Set_CCR_Receivers_Adapters,linea )
214223
215224# Sets the required confirmations
216225set-ccr-confirmations-test :
217- $(call deploy_fn,ccc/Set_CCR_Confirmations,zksync )
226+ $(call deploy_fn,ccc/Set_CCR_Confirmations,linea )
218227
219228
220229# # Deploy and configure all contracts
@@ -236,13 +245,13 @@ deploy-full-test:
236245# ----------------------------------------------------------------------------------------------------------------------
237246# ----------------------------------------- HELPER SCRIPTS ---------------------------------------------------------
238247remove-bridge-adapters :
239- $(call deploy_fn,helpers/RemoveBridgeAdapters,celo )
248+ $(call deploy_fn,helpers/RemoveBridgeAdapters,ethereum )
240249
241250send-direct-message :
242- $(call deploy_fn,helpers/Send_Direct_CCMessage,avalanche )
251+ $(call deploy_fn,helpers/Send_Direct_CCMessage,ethereum )
243252
244253deploy_mock_destination :
245- $(call deploy_fn,helpers/Deploy_Mock_destination,zksync )
254+ $(call deploy_fn,helpers/Deploy_Mock_destination,linea )
246255
247256set-approved-ccf-senders :
248257 $(call deploy_fn,helpers/Set_Approved_Senders,ethereum)
@@ -257,7 +266,7 @@ send-message-via-adapter:
257266 $(call deploy_fn,helpers/Send_Message_Via_Adapter,ethereum)
258267
259268deploy_ccc_granular_guardian :
260- $(call deploy_fn,access_control/network_scripts/GranularGuardianNetworkDeploys,zksync )
269+ $(call deploy_fn,access_control/network_scripts/GranularGuardianNetworkDeploys,linea )
261270
262271deploy-ccc-revision-and-update :
263272 $(call deploy_fn,CCC/UpdateCCC,ethereum)
0 commit comments