File tree Expand file tree Collapse file tree 3 files changed +2
-15
lines changed
solana/mainnet/2025-10-27-deploy-mcm Expand file tree Collapse file tree 3 files changed +2
-15
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,6 @@ ANCHOR_VERSION=0.29.0
44# Variables for cloning the MCM repo
55MCM_REPO = https://github.com/base/chainlink-ccip/
66MCM_COMMIT = efe0405f3e2fa6789a57ec510e101828040a384b
7- ID_PATCH = patches/id.patch
87
98# Variables for deploying and sending transactions
109CLUSTER = mainnet
Original file line number Diff line number Diff line change @@ -33,8 +33,7 @@ step1-clone-and-patch:
3333 rm -rf chainlink-ccip
3434 git clone --filter=blob:none $(MCM_REPO ) chainlink-ccip
3535 cd chainlink-ccip && \
36- git checkout $(MCM_COMMIT ) && \
37- git apply ../$(ID_PATCH )
36+ git checkout $(MCM_COMMIT )
3837
3938# Step 2: Build and deploy the MCM program
4039.PHONY : step2-build-and-deploy
@@ -43,6 +42,7 @@ step2-build-and-deploy:
4342 mkdir -p chainlink-ccip/chains/solana/contracts/target/deploy/ && \
4443 cp $(MCM_KEYPAIR ) chainlink-ccip/chains/solana/contracts/target/deploy/mcm-keypair.json
4544 cd chainlink-ccip/chains/solana/contracts && \
45+ anchor keys sync && \
4646 anchor build -p mcm && \
4747 anchor deploy --provider.cluster $(CLUSTER ) --provider.wallet $(AUTHORITY ) -p mcm
4848
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments