@@ -164,11 +164,11 @@ deploy-full:
164164
165165# Deploy Proxy Factories on all networks
166166deploy-proxy-factory-test :
167- $(call deploy_fn,InitialDeployments,ink )
167+ $(call deploy_fn,InitialDeployments,soneium )
168168
169169# Deploy Cross Chain Infra on all networks
170170deploy-cross-chain-infra-test :
171- $(call deploy_fn,ccc/DeployCCC,ink )
171+ $(call deploy_fn,ccc/DeployCCC,soneium )
172172
173173# # Deploy CCIP bridge adapters on all networks
174174deploy-ccip-bridge-adapters-test :
@@ -219,17 +219,20 @@ deploy-mantle-adapters-test:
219219deploy-ink-adapters-test :
220220 $(call deploy_fn,adapters/DeployInkAdapter,ink)
221221
222+ deploy-soneium-adapters-test :
223+ $(call deploy_fn,adapters/DeploySoneiumAdapter,soneium ethereum)
224+
222225# # Set sender bridge dapters. Only eth pol avax are needed as other networks will only receive
223226set-ccf-sender-adapters-test :
224227 $(call deploy_fn,ccc/Set_CCF_Sender_Adapters,ethereum)
225228
226229# Set the bridge adapters allowed to receive messages
227230set-ccr-receiver-adapters-test :
228- $(call deploy_fn,ccc/Set_CCR_Receivers_Adapters,ink )
231+ $(call deploy_fn,ccc/Set_CCR_Receivers_Adapters,soneium )
229232
230233# Sets the required confirmations
231234set-ccr-confirmations-test :
232- $(call deploy_fn,ccc/Set_CCR_Confirmations,ink )
235+ $(call deploy_fn,ccc/Set_CCR_Confirmations,soneium )
233236
234237
235238# # Deploy and configure all contracts
@@ -257,7 +260,7 @@ send-direct-message:
257260 $(call deploy_fn,helpers/Send_Direct_CCMessage,ethereum)
258261
259262deploy_mock_destination :
260- $(call deploy_fn,helpers/Deploy_Mock_destination,ink )
263+ $(call deploy_fn,helpers/Deploy_Mock_destination,soneium )
261264
262265set-approved-ccf-senders :
263266 $(call deploy_fn,helpers/Set_Approved_Senders,ethereum)
@@ -272,7 +275,7 @@ send-message-via-adapter:
272275 $(call deploy_fn,helpers/Send_Message_Via_Adapter,ethereum)
273276
274277deploy_ccc_granular_guardian :
275- $(call deploy_fn,access_control/network_scripts/GranularGuardianNetworkDeploys,ink )
278+ $(call deploy_fn,access_control/network_scripts/GranularGuardianNetworkDeploys,soneium )
276279
277280deploy-ccc-revision-and-update :
278281 $(call deploy_fn,CCC/UpdateCCC,ethereum)
@@ -299,4 +302,4 @@ update-owners-and-guardians:
299302 $(call deploy_fn,helpers/Update_Ownership,zksync)
300303
301304update-ccc-permissions :
302- $(call deploy_fn,helpers/UpdateCCCPermissions,ink )
305+ $(call deploy_fn,helpers/UpdateCCCPermissions,soneium )
0 commit comments