Skip to content

Commit f789ab5

Browse files
committed
chore(docs): update Node URL for testnet in documentation
Replaced the old Aztec Alpha Testnet URL with the new testnet URL across multiple documentation files to ensure users connect to the correct node.
1 parent c6175e0 commit f789ab5

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

docs/docs/developers/guides/getting_started_on_testnet.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ The testnet is version dependent. It is currently running version `#include_test
6363
Set the required environment variables:
6464

6565
```bash
66-
export NODE_URL=https://aztec-alpha-testnet-fullnode.zkv.xyz
66+
export NODE_URL=https://aztec-testnet-fullnode.zkv.xyz
6767
export SPONSORED_FPC_ADDRESS=0x299f255076aa461e4e94a843f0275303470a6b8ebe7cb44a471c66711151e529
6868
```
6969

@@ -139,7 +139,7 @@ If you have an existing app running on sandbox, here's how to migrate it to test
139139
Instead of running a local sandbox, connect to the testnet node:
140140

141141
```sh
142-
export NODE_URL=https://aztec-alpha-testnet-fullnode.zkv.xyz
142+
export NODE_URL=https://aztec-testnet-fullnode.zkv.xyz
143143
```
144144

145145
When running `aztec-wallet` commands, include the node URL:
@@ -171,7 +171,7 @@ import { createAztecNodeClient } from "@aztec/aztec.js";
171171
import { getPXEServiceConfig } from "@aztec/pxe/server";
172172
import { createStore } from "@aztec/kv-store/lmdb";
173173

174-
const NODE_URL = "https://aztec-alpha-testnet-fullnode.zkv.xyz";
174+
const NODE_URL = "https://aztec-testnet-fullnode.zkv.xyz";
175175
const node = createAztecNodeClient(NODE_URL);
176176
const l1Contracts = await node.getL1ContractAddresses();
177177
const config = getPXEServiceConfig();

docs/docs/try_testnet.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ description: "Connect to Aztec Alpha Testnet, explore the ecosystem, and start b
2727

2828
**Version**: `#include_testnet_version`
2929

30-
**Node URL**: `https://aztec-alpha-testnet-fullnode.zkv.xyz`
30+
**Node URL**: `https://aztec-testnet-fullnode.zkv.xyz`
3131

3232
**L1 Chain ID**: `11155111`
3333

docs/versioned_docs/version-v2.0.2/developers/guides/getting_started_on_testnet.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ The testnet is version dependent. It is currently running version `2.0.2`. Maint
6363
Set the required environment variables:
6464

6565
```bash
66-
export NODE_URL=https://aztec-alpha-testnet-fullnode.zkv.xyz
66+
export NODE_URL=https://aztec-testnet-fullnode.zkv.xyz
6767
export SPONSORED_FPC_ADDRESS=0x299f255076aa461e4e94a843f0275303470a6b8ebe7cb44a471c66711151e529
6868
```
6969

@@ -139,7 +139,7 @@ If you have an existing app running on sandbox, here's how to migrate it to test
139139
Instead of running a local sandbox, connect to the testnet node:
140140

141141
```sh
142-
export NODE_URL=https://aztec-alpha-testnet-fullnode.zkv.xyz
142+
export NODE_URL=https://aztec-testnet-fullnode.zkv.xyz
143143
```
144144

145145
When running `aztec-wallet` commands, include the node URL:
@@ -171,7 +171,7 @@ import { createAztecNodeClient } from "@aztec/aztec.js";
171171
import { getPXEServiceConfig } from "@aztec/pxe/server";
172172
import { createStore } from "@aztec/kv-store/lmdb";
173173

174-
const NODE_URL = "https://aztec-alpha-testnet-fullnode.zkv.xyz";
174+
const NODE_URL = "https://aztec-testnet-fullnode.zkv.xyz";
175175
const node = createAztecNodeClient(NODE_URL);
176176
const l1Contracts = await node.getL1ContractAddresses();
177177
const config = getPXEServiceConfig();

docs/versioned_docs/version-v2.0.2/try_testnet.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ description: "Connect to Aztec Alpha Testnet, explore the ecosystem, and start b
2727

2828
**Version**: `2.0.2`
2929

30-
**Node URL**: `https://aztec-alpha-testnet-fullnode.zkv.xyz`
30+
**Node URL**: `https://aztec-testnet-fullnode.zkv.xyz`
3131

3232
**L1 Chain ID**: `11155111`
3333

0 commit comments

Comments
 (0)