Skip to content

Commit

Permalink
Build/add testnet (#1556)
Browse files Browse the repository at this point in the history
* added 2.0 testnet endpoints

* update chronicle endpoint

* format and remove unwanted changes

* Update docs/build/getting-started/networks-endpoints.mdx

Co-authored-by: Dr-Electron <[email protected]>

* Update theme/src/theme/constant.tsx

* Apply suggestions from code review

---------

Co-authored-by: Dr-Electron <[email protected]>
  • Loading branch information
lucas-tortora and Dr-Electron authored May 13, 2024
1 parent 2659600 commit 84ac2b2
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
15 changes: 14 additions & 1 deletion docs/build/getting-started/networks-endpoints.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ tags:
- mainnet
- shimmer
- public testnet
- iota 2.0
- MQTT
- REST API
- HTTP
Expand Down Expand Up @@ -63,7 +64,6 @@ This network is subject to occasional resets (no data retention) which are usual
<AddToMetaMaskButton {...Networks['iota_testnet']} />

<NetworkInfo.Evm {...Networks['iota_testnet']}/>

#### Additional Info

<NetworkInfo.EvmCustom {...Networks['iota_testnet']}/>
Expand Down Expand Up @@ -116,3 +116,16 @@ This network is subject to occasional resets (no data retention) which are usual
#### Additional Info

<NetworkInfo.EvmCustom {...Networks['shimmer_testnet']} />


## 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.

:::

<NetworkInfo.L1 {...Networks['iota_2_testnet']} />
9 changes: 9 additions & 0 deletions theme/src/theme/constant.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 84ac2b2

Please sign in to comment.