@@ -17,7 +17,7 @@ BASE_KEY = --private-key ${PRIVATE_KEY}
1717
1818
1919
20- custom_ethereum := --with-gas-price 20000000000 # 53 gwei
20+ custom_ethereum := --with-gas-price 12000000000 # 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/
@@ -164,23 +164,23 @@ deploy-full:
164164
165165# Deploy Proxy Factories on all networks
166166deploy-proxy-factory-test :
167- $(call deploy_fn,InitialDeployments,linea )
167+ $(call deploy_fn,InitialDeployments,celo )
168168
169169# Deploy Cross Chain Infra on all networks
170170deploy-cross-chain-infra-test :
171- $(call deploy_fn,ccc/DeployCCC,linea )
171+ $(call deploy_fn,ccc/DeployCCC,celo )
172172
173173# # Deploy CCIP bridge adapters on all networks
174174deploy-ccip-bridge-adapters-test :
175- $(call deploy_fn,adapters/DeployCCIP ,ethereum)
175+ $(call deploy_fn,adapters/DeployCCIPAdapter ,ethereum)
176176
177177# # Deploy LayerZero bridge adapters on all networks
178178deploy-lz-bridge-adapters-test :
179- $(call deploy_fn,adapters/DeployLZ,ethereum )
179+ $(call deploy_fn,adapters/DeployLZ,celo )
180180
181181# # Deploy HyperLane bridge adapters on all networks
182182deploy-hl-bridge-adapters-test :
183- $(call deploy_fn,adapters/DeployHL,ethereum )
183+ $(call deploy_fn,adapters/DeployHL,celo )
184184
185185# # Deploy SameChain adapters on ethereum
186186deploy-same-chain-adapters-test :
@@ -219,11 +219,11 @@ set-ccf-sender-adapters-test:
219219
220220# Set the bridge adapters allowed to receive messages
221221set-ccr-receiver-adapters-test :
222- $(call deploy_fn,ccc/Set_CCR_Receivers_Adapters,linea )
222+ $(call deploy_fn,ccc/Set_CCR_Receivers_Adapters,celo )
223223
224224# Sets the required confirmations
225225set-ccr-confirmations-test :
226- $(call deploy_fn,ccc/Set_CCR_Confirmations,linea )
226+ $(call deploy_fn,ccc/Set_CCR_Confirmations,celo )
227227
228228
229229# # Deploy and configure all contracts
@@ -245,7 +245,7 @@ deploy-full-test:
245245# ----------------------------------------------------------------------------------------------------------------------
246246# ----------------------------------------- HELPER SCRIPTS ---------------------------------------------------------
247247remove-bridge-adapters :
248- $(call deploy_fn,helpers/RemoveBridgeAdapters,ethereum )
248+ $(call deploy_fn,helpers/RemoveBridgeAdapters,celo )
249249
250250send-direct-message :
251251 $(call deploy_fn,helpers/Send_Direct_CCMessage,ethereum)
@@ -266,7 +266,7 @@ send-message-via-adapter:
266266 $(call deploy_fn,helpers/Send_Message_Via_Adapter,ethereum)
267267
268268deploy_ccc_granular_guardian :
269- $(call deploy_fn,access_control/network_scripts/GranularGuardianNetworkDeploys,linea )
269+ $(call deploy_fn,access_control/network_scripts/GranularGuardianNetworkDeploys,celo )
270270
271271deploy-ccc-revision-and-update :
272272 $(call deploy_fn,CCC/UpdateCCC,ethereum)
@@ -283,5 +283,8 @@ deploy-zksync-path-payload:
283283deploy-linea-path-payload :
284284 $(call deploy_fn,payloads/adapters/ethereum/Network_Deployments,ethereum)
285285
286+ deploy-celo-path-payload :
287+ $(call deploy_fn,payloads/adapters/ethereum/Network_Deployments,ethereum)
288+
286289update-owners-and-guardians :
287290 $(call deploy_fn,helpers/Update_Ownership,zksync)
0 commit comments