Skip to content

Commit 383251f

Browse files
committed
remove jack
1 parent 660677e commit 383251f

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

docs/base-chain/quickstart/base-solana-bridge.mdx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ You can access the full repository from the link below:
6767

6868
The Solana to Base flow in this example uses automatic relay for seamless transfers. Your SOL is locked in a Solana vault, and the relayer automatically executes the message on Base to mint wrapped SOL.
6969

70-
<GithubRepoCard title="Solana to Base Example" githubUrl="https://github.com/jackchuma/base-bridge-examples/tree/main/solToBaseWithAutoRelay" />
70+
<GithubRepoCard title="Solana to Base Example" githubUrl="https://github.com/basebase-bridge-examples/tree/main/solToBaseWithAutoRelay" />
7171

7272
```typescript solToBaseWithAutoRelay/index.ts expandable
7373
// Configure
@@ -98,7 +98,7 @@ The example above shows how to bridge native SOL to Base.
9898
To bridge custom SPL tokens,
9999
you need to create wrapped ERC20 representations on Base using the CrossChainERC20Factory.
100100

101-
<GithubRepoCard title="Token Wrapping Example" githubUrl="https://github.com/jackchuma/base-bridge-examples/tree/main/wrapSolTokenOnBase" />
101+
<GithubRepoCard title="Token Wrapping Example" githubUrl="https://github.com/basebase-bridge-examples/tree/main/wrapSolTokenOnBase" />
102102

103103
```typescript wrapSolTokenOnBase/index.ts expandable
104104
// Deploy wrapped token on Base
@@ -118,7 +118,7 @@ await client.writeContract({
118118

119119
The Base to Solana flow requires manual proof generation. You burn wrapped SOL on Base, wait for finalization (~15 minutes), then generate a cryptographic proof to execute on Solana and receive native SOL.
120120

121-
<GithubRepoCard title="Base to Solana Example" githubUrl="https://github.com/jackchuma/base-bridge-examples/tree/main/bridgeSolFromBaseToSolana" />
121+
<GithubRepoCard title="Base to Solana Example" githubUrl="https://github.com/basebase-bridge-examples/tree/main/bridgeSolFromBaseToSolana" />
122122

123123
```typescript bridgeSolFromBaseToSolana/index.ts expandable
124124
// Step 1: Burn wSOL on Base
@@ -161,7 +161,7 @@ The repository includes utilities for converting between Solana and Base address
161161
getting your Solana CLI keypair for signing transactions,
162162
and building and sending Solana transactions.
163163

164-
<GithubRepoCard title="Base Bridge Examples - Utilities" githubUrl="https://github.com/jackchuma/base-bridge-examples/tree/main/bridgeSolFromBaseToSolana/utils" />
164+
<GithubRepoCard title="Base Bridge Examples - Utilities" githubUrl="https://github.com/basebase-bridge-examples/tree/main/bridgeSolFromBaseToSolana/utils" />
165165

166166
### Address Conversion
167167

@@ -498,7 +498,7 @@ To get access to the faucet API, you can follow the instructions [here](https://
498498
## Resources
499499

500500
<CardGroup cols={2}>
501-
<Card title="GitHub Repository" icon="github" href="https://github.com/jackchuma/base-bridge-examples">
501+
<Card title="GitHub Repository" icon="github" href="https://github.com/basebase-bridge-examples">
502502
View source code and examples
503503
</Card>
504504

0 commit comments

Comments
 (0)