Skip to content

Commit c3280ef

Browse files
committed
add callout
1 parent 60ecb9b commit c3280ef

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

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

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,16 @@ The Base bridge contract locks or burns your tokens and emits a message. Validat
120120
- `TO`: bytes32 representation of Solana recipient address
121121
- `AMOUNT`: Amount in wei (smallest unit)
122122

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+
123133
Convert Solana addresses to bytes32: `bun cli utils pubkey-to-bytes32 <SOLANA_PUBKEY>`
124134
</Tab>
125135
</Tabs>

0 commit comments

Comments
 (0)