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
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -81,7 +81,7 @@ The Solana to Base bridge uses a pull-based model that requires 3 steps:
81
81
2.**Wait for validators to pre-approve the message** - Validators verify and approve your bridge message
82
82
3.**Execute the message on Base** - The approved message is executed on Base to mint SOL and execute any additional arbitrary calls
83
83
84
-
For convenience, we operate a relayer service that automatically handles step 3 for users who only want to worry about the initial transaction on Solana. This provides a seamless bridging experience while maintaining the security of the pull-based model.
84
+
For convenience, a relayer service is available that automatically handles step 3 for users who only want to worry about the initial transaction on Solana. This provides a seamless bridging experience while maintaining the security of the pull-based model.
85
85
86
86
<GithubRepoCardtitle="Solana to Base Relay Script"githubUrl="https://github.com/base/bridge/blob/main/scripts/src/commands/sol/onchain/bridge/solana-to-base/bridge-sol.handler.ts" />
0 commit comments