Skip to content

Commit a031ef7

Browse files
committed
Base. Switched all sample configs to Sepolia
1 parent f95057f commit a031ef7

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

lib/base/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ Base node needs a URL to a Full Ethereum Node to validate blocks it receives. Yo
108108
# Make sure you are in aws-blockchain-node-runners/lib/base
109109
cd lib/base
110110
pwd
111-
cp ./sample-configs/.env-sample-full .env
111+
cp ./sample-configs/.env-sample-full-sepolia .env
112112
nano .env
113113
```
114114

lib/base/sample-configs/.env-sample-archive renamed to lib/base/sample-configs/.env-sample-archive-sepolia

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ AWS_ACCOUNT_ID="xxxxxxxx"
77
AWS_REGION="us-east-1"
88

99
## Common configuration parameters ##
10-
BASE_NETWORK_ID="mainnet" # All options: "mainnet", "sepolia"
10+
BASE_NETWORK_ID="sepolia" # All options: "mainnet", "sepolia"
1111
BASE_NODE_CONFIGURATION="archive" # All options: "full", "archive"
1212
BASE_INSTANCE_TYPE="m7g.2xlarge" # Reconneded for Insance Store: i3en.3xlarge, "x86_64"
1313
BASE_CPU_TYPE="ARM_64" # All options: "x86_64", "ARM_64". IMPORTANT: Make sure the CPU type matches the instance type used

lib/base/sample-configs/.env-sample-full renamed to lib/base/sample-configs/.env-sample-full-ha-sepolia

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ AWS_ACCOUNT_ID="xxxxxxxx"
77
AWS_REGION="us-east-1"
88

99
## Common configuration parameters ##
10-
BASE_NETWORK_ID="mainnet" # All options: "mainnet", "sepolia"
10+
BASE_NETWORK_ID="sepolia" # All options: "mainnet", "sepolia"
1111
BASE_NODE_CONFIGURATION="full" # All options: "full", "archive"
1212
BASE_INSTANCE_TYPE="m7g.2xlarge" # Reconneded for Insance Store: i3en.3xlarge, "x86_64"
1313
BASE_CPU_TYPE="ARM_64" # All options: "x86_64", "ARM_64". IMPORTANT: Make sure the CPU type matches the instance type used

lib/base/sample-configs/.env-sample-full-ha renamed to lib/base/sample-configs/.env-sample-full-sepolia

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ AWS_ACCOUNT_ID="xxxxxxxx"
77
AWS_REGION="us-east-1"
88

99
## Common configuration parameters ##
10-
BASE_NETWORK_ID="mainnet" # All options: "mainnet", "sepolia"
10+
BASE_NETWORK_ID="sepolia" # All options: "mainnet", "sepolia"
1111
BASE_NODE_CONFIGURATION="full" # All options: "full", "archive"
1212
BASE_INSTANCE_TYPE="m7g.2xlarge" # Reconneded for Insance Store: i3en.3xlarge, "x86_64"
1313
BASE_CPU_TYPE="ARM_64" # All options: "x86_64", "ARM_64". IMPORTANT: Make sure the CPU type matches the instance type used

0 commit comments

Comments
 (0)