diff --git a/docs/build/getting-started/networks-endpoints.mdx b/docs/build/getting-started/networks-endpoints.mdx
index 4a02b0bf5d5..714c125449a 100644
--- a/docs/build/getting-started/networks-endpoints.mdx
+++ b/docs/build/getting-started/networks-endpoints.mdx
@@ -4,6 +4,7 @@ tags:
- mainnet
- shimmer
- public testnet
+ - iota 2.0
- MQTT
- REST API
- HTTP
@@ -63,7 +64,6 @@ This network is subject to occasional resets (no data retention) which are usual
-
#### Additional Info
@@ -116,3 +116,16 @@ This network is subject to occasional resets (no data retention) which are usual
#### Additional Info
+
+
+## IOTA 2.0 Testnet
+
+[The IOTA 2.0 Testnet](https://explorer.iota.org/iota2-testnet) acts as a test bed for builders without any real world value.
+
+:::info
+
+This network is subject to occasional resets (no data retention) which are usually announced with a one-week grace period.
+
+:::
+
+
\ No newline at end of file
diff --git a/theme/src/theme/constant.tsx b/theme/src/theme/constant.tsx
index 17561868ae5..c38cd15b367 100644
--- a/theme/src/theme/constant.tsx
+++ b/theme/src/theme/constant.tsx
@@ -7,6 +7,15 @@ export const Networks = {
permaNodeApi: 'https://chronicle.stardust-mainnet.iotaledger.net',
explorer: 'https://explorer.iota.org/mainnet',
},
+ iota_2_testnet: {
+ baseToken: 'Testnet Token (no value)',
+ protocol: 'IOTA 2.0',
+ httpRestApi: 'https://api.nova-testnet.iotaledger.net/',
+ eventApi: 'wss://api.nova-testnet.iotaledger.net:443 (MQTT 3.1, /mqtt)',
+ permaNodeApi: 'https://chronicle.nova-testnet.iotaledger.net',
+ explorer: 'https://explorer.iota.org/iota2-testnet',
+ faucet: 'https://faucet.nova-testnet.iotaledger.net',
+ },
iota_testnet: {
baseToken: 'Testnet Token (no value)',
protocol: 'Stardust',