@@ -17,7 +17,7 @@ BASE_KEY = --private-key ${PRIVATE_KEY}
1717
1818
1919
20- custom_ethereum := --with-gas-price 12000000000 # 53 gwei
20+ custom_ethereum := --with-gas-price 3000000000 # 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,11 +164,11 @@ deploy-full:
164164
165165# Deploy Proxy Factories on all networks
166166deploy-proxy-factory-test :
167- $(call deploy_fn,InitialDeployments,celo )
167+ $(call deploy_fn,InitialDeployments,mantle )
168168
169169# Deploy Cross Chain Infra on all networks
170170deploy-cross-chain-infra-test :
171- $(call deploy_fn,ccc/DeployCCC,celo )
171+ $(call deploy_fn,ccc/DeployCCC,mantle )
172172
173173# # Deploy CCIP bridge adapters on all networks
174174deploy-ccip-bridge-adapters-test :
@@ -213,17 +213,20 @@ deploy-base-adapters-test:
213213deploy-linea-adapters-test :
214214 $(call deploy_fn,adapters/DeployLineaAdapter,ethereum)
215215
216+ deploy-mantle-adapters-test :
217+ $(call deploy_fn,adapters/DeployMantleAdapter,ethereum)
218+
216219# # Set sender bridge dapters. Only eth pol avax are needed as other networks will only receive
217220set-ccf-sender-adapters-test :
218221 $(call deploy_fn,ccc/Set_CCF_Sender_Adapters,ethereum)
219222
220223# Set the bridge adapters allowed to receive messages
221224set-ccr-receiver-adapters-test :
222- $(call deploy_fn,ccc/Set_CCR_Receivers_Adapters,celo )
225+ $(call deploy_fn,ccc/Set_CCR_Receivers_Adapters,mantle )
223226
224227# Sets the required confirmations
225228set-ccr-confirmations-test :
226- $(call deploy_fn,ccc/Set_CCR_Confirmations,celo )
229+ $(call deploy_fn,ccc/Set_CCR_Confirmations,mantle )
227230
228231
229232# # Deploy and configure all contracts
@@ -251,7 +254,7 @@ send-direct-message:
251254 $(call deploy_fn,helpers/Send_Direct_CCMessage,ethereum)
252255
253256deploy_mock_destination :
254- $(call deploy_fn,helpers/Deploy_Mock_destination,linea )
257+ $(call deploy_fn,helpers/Deploy_Mock_destination,mantle )
255258
256259set-approved-ccf-senders :
257260 $(call deploy_fn,helpers/Set_Approved_Senders,ethereum)
@@ -266,7 +269,7 @@ send-message-via-adapter:
266269 $(call deploy_fn,helpers/Send_Message_Via_Adapter,ethereum)
267270
268271deploy_ccc_granular_guardian :
269- $(call deploy_fn,access_control/network_scripts/GranularGuardianNetworkDeploys,celo )
272+ $(call deploy_fn,access_control/network_scripts/GranularGuardianNetworkDeploys,mantle )
270273
271274deploy-ccc-revision-and-update :
272275 $(call deploy_fn,CCC/UpdateCCC,ethereum)
0 commit comments