Skip to content

Commit 2b98894

Browse files
committed
update
1 parent 8469125 commit 2b98894

File tree

4 files changed

+1
-19
lines changed

4 files changed

+1
-19
lines changed

src/content/ccip/tutorials/svm/destination/arbitrary-messaging.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ For more details on the CCIP message structure, `extraArgs`, and how the SVM acc
114114

115115
### The CCIP Basic Receiver Program
116116

117-
This tutorial uses the [Basic Receiver program](https://github.com/smartcontractkit/solana-starter-kit/tree/ccip/programs/ccip-basic-receiver) deployed on [Solana Devnet](https://explorer.solana.com/address/BqmcnLFSbKwyMEgi7VhVeJCis1wW26VySztF34CJrKFq?cluster=devnet) as the destination program.
117+
This tutorial uses the [Basic Receiver program](https://github.com/smartcontractkit/solana-starter-kit/tree/main/programs/ccip-basic-receiver) deployed on [Solana Devnet](https://explorer.solana.com/address/BqmcnLFSbKwyMEgi7VhVeJCis1wW26VySztF34CJrKFq?cluster=devnet) as the destination program.
118118

119119
<Aside title="Scope Clarification">
120120
Learning how to write, deploy, and initialize a SVM program is outside the scope of this tutorial. This guide focuses

src/content/ccip/tutorials/svm/source/prerequisites.mdx

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -44,12 +44,6 @@ Before starting the SVM to EVM tutorials, ensure you have:
4444
git clone https://github.com/smartcontractkit/solana-starter-kit.git && cd solana-starter-kit
4545
```
4646

47-
1. Checkout to the `ccip` branch:
48-
49-
```bash
50-
git checkout ccip
51-
```
52-
5347
1. Install dependencies:
5448

5549
```bash

src/features/ccip/EvmToSvmBasicPrerequisites.mdx

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -35,12 +35,6 @@ Get an Ethereum RPC URL. You can sign up for a personal endpoint from [Alchemy](
3535
```bash
3636
git clone https://github.com/smartcontractkit/solana-starter-kit.git && cd solana-starter-kit
3737
```
38-
- Checkout the `ccip` branch:
39-
40-
```bash
41-
git checkout ccip
42-
```
43-
4438
- Install dependencies:
4539

4640
```bash

src/features/ccip/EvmToSvmPrerequisites.mdx

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -55,12 +55,6 @@ Get an Ethereum RPC URL. You can sign up for a personal endpoint from [Alchemy](
5555
```bash
5656
git clone https://github.com/smartcontractkit/solana-starter-kit.git && cd solana-starter-kit
5757
```
58-
- Checkout the `ccip` branch:
59-
60-
```bash
61-
git checkout ccip
62-
```
63-
6458
- Install dependencies:
6559

6660
```bash

0 commit comments

Comments
 (0)