Skip to content

Commit 7c6decf

Browse files
youssefeaxenoliss
andauthored
Update docs/base-chain/quickstart/base-solana-bridge.mdx
Co-authored-by: xenoliss <baptiste.oue@proton.me>
1 parent 40e1401 commit 7c6decf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -342,7 +342,7 @@ bytes memory data = abi.encodeWithSelector(Multicall.multicall.selector, calls);
342342

343343
### TL;DR
344344

345-
1. Register a builder code and build `hookData = abi.encode(userTwin, code, feeBps)`
345+
1. Register a builder code and build `hookData = abi.encode(user, code, feeBps)`
346346
2. Set bridge `to = <BRIDGE_CAMPAIGN_ADDRESS>` and `remote_token = <wSOL_ADDRESS>`
347347
3. **No extra call?** `call.ty = Call` to `Flywheel.send(...)`
348348
4. **With extra calls?** `call.ty = DelegateCall` to `Multicall.multicall([ Flywheel.send(...), yourCall(...) ])`

0 commit comments

Comments
 (0)