Skip to content

Commit 2221e82

Browse files
committed
fix: bridge documentation and sidebar links for clarity and consistency
1 parent 6681734 commit 2221e82

File tree

3 files changed

+11
-9
lines changed

3 files changed

+11
-9
lines changed

.vitepress/sidebar.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ export function getSidebar() {
5656
link: '/overview/tooling-and-explorers/builder-dashboard',
5757
},
5858
{
59-
text: 'iExec RLC Bridge',
59+
text: 'RLC Bridge',
6060
link: '/overview/tooling-and-explorers/bridge',
6161
},
6262
{

release-please-config.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
2+
"draft-pull-request": true,
23
"packages": {
34
".": {
45
"release-type": "node",

src/overview/tooling-and-explorers/bridge.md

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -61,14 +61,15 @@ networks:
6161
The **Bellecour Bridge** enables seamless transfer of RLC tokens between
6262
Ethereum mainnet and the Bellecour sidechain in both directions.
6363

64-
### From Ethereum to Bellecour (RLC xRLC)
64+
### Ethereum <> Bellecour (RLC <> xRLC)
6565

6666
1. **Connect Wallet**: Visit
6767
[Bellecour Bridge UI](https://bridge-bellecour.iex.ec/) and connect your wallet
68-
2. **Switch to Ethereum**: Ensure your wallet is connected to Ethereum mainnet
69-
3. **Select Amount**: Choose the amount of RLC you want to bridge
70-
4. **Confirm Transaction**: Approve the bridge transaction on Ethereum mainnet
71-
5. **Receive xRLC**: Your xRLC tokens will be available on Bellecour network
68+
2. **Select Source Network**: The bridge automatically detects your current network and available tokens (RLC on Ethereum or xRLC on Bellecour)
69+
3. **Choose Destination**: The bridge will show the opposite network as destination automatically
70+
4. **Select Amount**: Choose the amount of tokens you want to bridge
71+
5. **Confirm Transaction**: Approve the bridge transaction and wait for confirmation
72+
6. **Receive Tokens**: Your tokens will be available on the destination network
7273

7374
<ImageViewer
7475
:image-url-dark="bellecourBridgeImage"
@@ -86,14 +87,14 @@ Ethereum mainnet and the Bellecour sidechain in both directions.
8687
The **Stargate Bridge** powered by LayerZero enables cross-chain transfers of
8788
RLC tokens between Ethereum and Arbitrum mainnet in both directions.
8889

89-
### From Ethereum to Arbitrum
90+
### Ethereum <> Arbitrum (RLC <> RLC)
9091

9192
1. **Visit Stargate**: Go to [Stargate UI](https://stargate.finance/bridge)
9293
2. **Connect Wallet**: Connect your wallet to the Stargate interface
93-
3. **Select Networks**: Choose Ethereum as source and Arbitrum as destination
94+
3. **Select Networks**: Choose your source network (Ethereum or Arbitrum) and destination network
9495
4. **Select Token**: Choose RLC as the token to bridge
9596
5. **Enter Amount**: Specify the amount of RLC to transfer
96-
6. **Confirm Transaction**: Approve the bridge transaction
97+
6. **Confirm Transaction**: Approve the bridge transaction and wait for confirmation
9798

9899
<ImageViewer
99100
:image-url-dark="stargateBridgeImage"

0 commit comments

Comments
 (0)