Skip to content

Commit 4fbeeea

Browse files
authored
Merge pull request #226 from scroll-tech/isabellewei/bridge-api
Update bridge API links
2 parents 39bb7e0 + 95b72aa commit 4fbeeea

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/content/docs/en/developers/l1-and-l2-bridging/the-scroll-messenger.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ the messenger smart contract deployed on L1, `L1ScrollMessenger`. To send a mess
2626
Any upcoming transactions from L2 need to be finalized using the `relayMessageWithProof` function on the Scroll Messenger
2727
contract. We call this process "submitting an Execute Withdrawal transaction," and it is required for both sending arbitrary messages and transferring assets through a gateway or the router. When you use `relayMessageWithProof`, you'll have to provide a Merkle inclusion proof showing your transaction is included in the trie of "withdrawal" messages, along with other parameters. Producing this proof and these values can be done locally and permissionlessly, but at the moment, the easiest way to retrieve these parameters is through our backend APIs:
2828

29-
- Scroll Sepolia API: https://sepolia-api-bridge.scroll.io/api/
30-
- Scroll API: https://mainnet-api-bridge.scroll.io/api/
29+
- Scroll Sepolia API: https://sepolia-api-bridge-v2.scroll.io/api/
30+
- Scroll API: https://mainnet-api-bridge-v2.scroll.io/api/
3131

3232
<Aside type="danger" title="Experimental API">
3333
This API was made for our Bridge UI. It is not yet finalized and may change in the future. We will update this guide

0 commit comments

Comments
 (0)