Skip to content

Commit 87039e5

Browse files
committed
update troubleshooting
1 parent af582a0 commit 87039e5

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -196,8 +196,7 @@ Set `CDP_API_KEY` in your `.env` file to get access to the faucet.
196196

197197
<AccordionGroup>
198198
<Accordion title="Incorrect gas fee receiver">
199-
Make sure your client passes the gas-fee receiver that matches the relayer config for the
200-
selected network (see the address tables above). A mismatch triggers `Error Code: 12300`.
199+
A mismatch triggers `Error Code: 12300`. Instead of hardcoding the receiver address, query it directly from the [bridge config](https://github.com/base/bridge/blob/main/solana/programs/bridge/src/common/state/bridge.rs#L170). See the [bridge script](https://github.com/base/bridge/blob/main/scripts/src/commands/sol/bridge/solana-to-base/bridge-sol.handler.ts#L92) for an example.
201200
</Accordion>
202201
<Accordion title="RPC 403 on mainnet">
203202
Public Solana RPC endpoints throttle cross-origin requests. Set

0 commit comments

Comments
 (0)