You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/base-chain/quickstart/base-solana-bridge.mdx
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -67,7 +67,7 @@ You can access the full repository from the link below:
67
67
68
68
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.
69
69
70
-
<GithubRepoCardtitle="Solana to Base Example"githubUrl="https://github.com/jackchuma/base-bridge-examples/tree/main/solToBaseWithAutoRelay" />
70
+
<GithubRepoCardtitle="Solana to Base Example"githubUrl="https://github.com/basebase-bridge-examples/tree/main/solToBaseWithAutoRelay" />
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.
120
120
121
-
<GithubRepoCardtitle="Base to Solana Example"githubUrl="https://github.com/jackchuma/base-bridge-examples/tree/main/bridgeSolFromBaseToSolana" />
121
+
<GithubRepoCardtitle="Base to Solana Example"githubUrl="https://github.com/basebase-bridge-examples/tree/main/bridgeSolFromBaseToSolana" />
0 commit comments