You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -149,7 +149,7 @@ This will:
149
149
B. To send RLC tokens from Arbitrum Sepolia back to Ethereum Sepolia:
150
150
151
151
```bash
152
-
make send-tokens-to-sepolia
152
+
make send-tokens-to-ethereum-sepolia
153
153
```
154
154
155
155
This will:
@@ -229,15 +229,15 @@ Test upgrades locally before deploying to live networks:
229
229
230
230
```bash
231
231
# Test upgrade process on local forks
232
-
make upgrade-on-anvil
232
+
make upgrade-bridge-on-anvil
233
233
```
234
234
235
235
#### 2. Live Network Upgrades
236
236
237
237
Execute upgrades on live networks:
238
238
239
239
```bash
240
-
make upgrade-on-mainnets
240
+
make upgrade-bridge-on-mainnets
241
241
```
242
242
243
243
### Upgrade Safety Features
@@ -310,7 +310,7 @@ Contracts are automatically verified on block explorers during deployment:
310
310
make deploy-on-mainnets
311
311
312
312
# Upgrades and verifies contracts on mainnet
313
-
make upgrade-on-mainnets
313
+
make upgrade-bridge-on-mainnets
314
314
```
315
315
316
316
The verification is handled by Foundry's built-in `--verify` flag, which submits the source code and constructor arguments to the respective block explorers (Etherscan, Arbiscan, etc.).
Copy file name to clipboardExpand all lines: docs/soldoc/src/README.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -149,7 +149,7 @@ This will:
149
149
B. To send RLC tokens from Arbitrum Sepolia back to Ethereum Sepolia:
150
150
151
151
```bash
152
-
make send-tokens-to-sepolia
152
+
make send-tokens-to-ethereum-sepolia
153
153
```
154
154
155
155
This will:
@@ -229,15 +229,15 @@ Test upgrades locally before deploying to live networks:
229
229
230
230
```bash
231
231
# Test upgrade process on local forks
232
-
make upgrade-on-anvil
232
+
make upgrade-bridge-on-anvil
233
233
```
234
234
235
235
#### 2. Live Network Upgrades
236
236
237
237
Execute upgrades on live networks:
238
238
239
239
```bash
240
-
make upgrade-on-mainnets
240
+
make upgrade-bridge-on-mainnets
241
241
```
242
242
243
243
### Upgrade Safety Features
@@ -310,7 +310,7 @@ Contracts are automatically verified on block explorers during deployment:
310
310
make deploy-on-mainnets
311
311
312
312
# Upgrades and verifies contracts on mainnet
313
-
make upgrade-on-mainnets
313
+
make upgrade-bridge-on-mainnets
314
314
```
315
315
316
316
The verification is handled by Foundry's built-in `--verify` flag, which submits the source code and constructor arguments to the respective block explorers (Etherscan, Arbiscan, etc.).
0 commit comments