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: lib/ethereum/README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -222,7 +222,7 @@ Once synchronization process is over, the script will automatically stop both cl
222
222
223
223
### Deploy Standalone RPC Node
224
224
225
-
> **NOTE:***If `ETH_SNAPSHOT_TYPE="s3"` make sure you [deployed the Sync Node first](#deploy-sync-node-required-only-when-eth_snapshot_types3).*
225
+
> **NOTE:***If `ETH_SNAPSHOT_TYPE="s3"` make sure you [deployed the Sync Node first](#optional-required-only-when-eth_snapshot_types3-deploy-sync-node).*
226
226
227
227
1. Deploy `eth-single-node` stack
228
228
@@ -263,13 +263,13 @@ The result should be like this (the actual balance might change):
263
263
264
264
### Deploy Highly Available RPC Nodes
265
265
266
-
> **NOTE:***If `ETH_SNAPSHOT_TYPE="s3"` make sure you [deployed the Sync Node first](#deploy-sync-node-required-only-when-eth_snapshot_types3).*
266
+
> **NOTE:***If `ETH_SNAPSHOT_TYPE="s3"` make sure you [deployed the Sync Node first](#optional-required-only-when-eth_snapshot_types3-deploy-sync-node).*
267
267
268
268
> **NOTE:***The default VPC must have at least two public subnets in different Availability Zones, and public subnet must set `Auto-assign public IPv4 address` to `YES`*
269
269
270
270
1. Deploy Sync Node
271
271
272
-
Use instructions from earlier: [Deploy Sync Node](#deploy-sync-node-required-only-when-eth_snapshot_types3)
272
+
Use instructions from earlier: [Deploy Sync Node](#optional-required-only-when-eth_snapshot_types3-deploy-sync-node)
0 commit comments