@@ -12,7 +12,7 @@ test :; forge test -vvv
1212
1313# ---------------------------------------------- BASE SCRIPT CONFIGURATION ---------------------------------------------
1414
15- BASE_LEDGER = --legacy -- ledger --mnemonic-indexes $(MNEMONIC_INDEX ) --sender $(LEDGER_SENDER )
15+ BASE_LEDGER = --ledger --mnemonic-indexes $(MNEMONIC_INDEX ) --sender $(LEDGER_SENDER )
1616BASE_KEY = --private-key ${PRIVATE_KEY}
1717
1818
@@ -164,11 +164,11 @@ deploy-full:
164164
165165# Deploy Proxy Factories on all networks
166166deploy-proxy-factory-test :
167- $(call deploy_fn,InitialDeployments,sonic )
167+ $(call deploy_fn,InitialDeployments,ink )
168168
169169# Deploy Cross Chain Infra on all networks
170170deploy-cross-chain-infra-test :
171- $(call deploy_fn,ccc/DeployCCC,sonic )
171+ $(call deploy_fn,ccc/DeployCCC,ink )
172172
173173# # Deploy CCIP bridge adapters on all networks
174174deploy-ccip-bridge-adapters-test :
@@ -216,17 +216,20 @@ deploy-linea-adapters-test:
216216deploy-mantle-adapters-test :
217217 $(call deploy_fn,adapters/DeployMantleAdapter,mantle)
218218
219+ deploy-ink-adapters-test :
220+ $(call deploy_fn,adapters/DeployInkAdapter,ink)
221+
219222# # Set sender bridge dapters. Only eth pol avax are needed as other networks will only receive
220223set-ccf-sender-adapters-test :
221224 $(call deploy_fn,ccc/Set_CCF_Sender_Adapters,ethereum)
222225
223226# Set the bridge adapters allowed to receive messages
224227set-ccr-receiver-adapters-test :
225- $(call deploy_fn,ccc/Set_CCR_Receivers_Adapters,sonic )
228+ $(call deploy_fn,ccc/Set_CCR_Receivers_Adapters,ink )
226229
227230# Sets the required confirmations
228231set-ccr-confirmations-test :
229- $(call deploy_fn,ccc/Set_CCR_Confirmations,sonic )
232+ $(call deploy_fn,ccc/Set_CCR_Confirmations,ink )
230233
231234
232235# # Deploy and configure all contracts
@@ -254,7 +257,7 @@ send-direct-message:
254257 $(call deploy_fn,helpers/Send_Direct_CCMessage,ethereum)
255258
256259deploy_mock_destination :
257- $(call deploy_fn,helpers/Deploy_Mock_destination,mantle )
260+ $(call deploy_fn,helpers/Deploy_Mock_destination,ink )
258261
259262set-approved-ccf-senders :
260263 $(call deploy_fn,helpers/Set_Approved_Senders,ethereum)
@@ -269,7 +272,7 @@ send-message-via-adapter:
269272 $(call deploy_fn,helpers/Send_Message_Via_Adapter,ethereum)
270273
271274deploy_ccc_granular_guardian :
272- $(call deploy_fn,access_control/network_scripts/GranularGuardianNetworkDeploys,sonic )
275+ $(call deploy_fn,access_control/network_scripts/GranularGuardianNetworkDeploys,ink )
273276
274277deploy-ccc-revision-and-update :
275278 $(call deploy_fn,CCC/UpdateCCC,ethereum)
@@ -293,4 +296,4 @@ update-owners-and-guardians:
293296 $(call deploy_fn,helpers/Update_Ownership,zksync)
294297
295298update-ccc-permissions :
296- $(call deploy_fn,helpers/UpdateCCCPermissions,mantle )
299+ $(call deploy_fn,helpers/UpdateCCCPermissions,ink )
0 commit comments