We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 60ecb9b commit c3280efCopy full SHA for c3280ef
1 file changed
docs/base-chain/quickstart/bridge-to-solana.mdx
@@ -120,6 +120,16 @@ The Base bridge contract locks or burns your tokens and emits a message. Validat
120
- `TO`: bytes32 representation of Solana recipient address
121
- `AMOUNT`: Amount in wei (smallest unit)
122
123
+ <Tip>
124
+ **Convert Solana addresses to bytes32**
125
+
126
+ You can convert Solana addresses to bytes32 using the following command:
127
128
+ ```bash Terminal
129
+ bun cli utils pubkey-to-bytes32 <SOLANA_PUBKEY>
130
+ ```
131
+ </Tip>
132
133
Convert Solana addresses to bytes32: `bun cli utils pubkey-to-bytes32 <SOLANA_PUBKEY>`
134
</Tab>
135
</Tabs>
0 commit comments