Skip to content
This repository was archived by the owner on May 20, 2025. It is now read-only.

Commit d5aad1f

Browse files
authored
Remove Shimmer testnet (#1700)
1 parent 1ce6b5e commit d5aad1f

File tree

24 files changed

+2
-956
lines changed

24 files changed

+2
-956
lines changed

config/tutorials.js

Lines changed: 0 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -118,46 +118,6 @@ module.exports = [
118118
tags: ['text', 'getting-started', 'client', 'shimmer', 'js'],
119119
},
120120
],
121-
[
122-
pluginTutorial,
123-
{
124-
title:
125-
'Connect to Shimmer EVM Testnet and Deploy a Solidity Smart Contract',
126-
description:
127-
'In this tutorial, we will connect to Shimmer EVM Testnet, connect Metamask to it, get funded and deploy a smart contract in Solidity.',
128-
preview: '/img/tutorials/connect-shimmerevm-testnet-and-deploy.png',
129-
route: 'tutorials/shimmerevm-testnet-setup',
130-
tags: [
131-
'text',
132-
'shimmer',
133-
'solidity',
134-
'getting-started',
135-
'wasp',
136-
'iscp',
137-
'video',
138-
],
139-
},
140-
],
141-
[
142-
pluginTutorial,
143-
{
144-
title:
145-
'Tutorial - Deploy a Solidity Smart Contract on ShimmerEVM Testnet Using Hardhat',
146-
description:
147-
'In this tutorial, you will learn how to set up Hardhat and use it to build, test and deploy a simple smart contract on ShimmerEVM.',
148-
preview: '/img/tutorials/shimmerevm-hardhat.jpg',
149-
route: 'tutorials/shimmerevm-testnet-hardhat',
150-
tags: [
151-
'text',
152-
'shimmer',
153-
'solidity',
154-
'shimmerevm',
155-
'hardhat',
156-
'iscp',
157-
'video',
158-
],
159-
},
160-
],
161121
[
162122
pluginTutorial,
163123
{

docs/build/_partials/_metamask_buttons.mdx

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,4 @@ import TabItem from '@theme/TabItem';
1313
<TabItem value='shimmer' label='ShimmerEVM'>
1414
<AddToMetaMaskButton {...Networks['shimmer']}/>
1515
</TabItem>
16-
<TabItem value='shimmer_testnet' label='ShimmerEVM Testnet'>
17-
<AddToMetaMaskButton {...Networks['shimmer_testnet']}/>
18-
</TabItem>
1916
</Tabs>

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

Lines changed: 0 additions & 43 deletions
Original file line numberDiff line numberDiff line change
@@ -98,46 +98,3 @@ Mainnet.
9898
#### Additional Info
9999

100100
<NetworkInfo.EvmCustom {...Networks['shimmer']} />
101-
102-
## Shimmer Testnet
103-
104-
[The Shimmer Testnet](https://explorer.shimmer.network/shimmer-testnet) acts as a test bed for builders without any real world value.
105-
106-
:::info
107-
This network is subject to occasional resets (no data retention) which are usually announced with a one-week grace period.
108-
:::
109-
110-
<NetworkInfo.L1 {...Networks['shimmer_testnet']} />
111-
112-
### ShimmerEVM Testnet
113-
114-
<AddToMetaMaskButton {...Networks['shimmer_testnet']} />
115-
116-
[The ShimmerEVM Testnet](https://explorer.evm.testnet.shimmer.network/) runs as a layer 2 on top
117-
of the Shimmer Testnet. This network uses ISC to facilitate an Ethereum Virtual Machine and has an
118-
enshrined bridge to layer 1.
119-
120-
:::info
121-
122-
This network is subject to occasional resets (no data retention) which are usually announced with a one-week grace period.
123-
124-
:::
125-
126-
<NetworkInfo.Evm {...Networks['shimmer_testnet']} />
127-
128-
#### Additional Info
129-
130-
<NetworkInfo.EvmCustom {...Networks['shimmer_testnet']} />
131-
132-
133-
## IOTA 2.0 Testnet
134-
135-
[The IOTA 2.0 Testnet](https://explorer.iota.org/iota2-testnet) acts as a test bed for builders without any real world value.
136-
137-
:::info
138-
139-
This network is subject to occasional resets (no data retention) which are usually announced with a one-week grace period.
140-
141-
:::
142-
143-
<NetworkInfo.L1 {...Networks['iota_2_testnet']} />

docs/build/getting-started/sidebars.ts

Lines changed: 0 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -116,28 +116,6 @@ module.exports = {
116116
},
117117
],
118118
},
119-
{
120-
type: 'category',
121-
label: 'ShimmerEVM Testnet',
122-
collapsed: true,
123-
link: {
124-
type: 'generated-index',
125-
title: 'ShimmerEVM Testnet Tools',
126-
slug: '/tools/evm/shimmer-testnet',
127-
},
128-
items: [
129-
{
130-
label: 'Explorer',
131-
type: 'link',
132-
href: 'https://explorer.evm.testnet.shimmer.network',
133-
},
134-
{
135-
label: 'Toolkit & Faucet',
136-
type: 'link',
137-
href: 'https://evm-toolkit.evm.testnet.shimmer.network/',
138-
},
139-
],
140-
},
141119
{
142120
type: 'link',
143121
label: 'WASP CLI',
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
:::tip Online Faucet
22

3-
You can request test funds from the [Shimmer Testnet Faucet](https://faucet.testnet.shimmer.network/).
3+
You can request test funds from the [Testnet Faucet](https://faucet.testnet.iotaledger.net/).
44

55
:::

docs/build/isc/v1.5/docs/_partials/_hardhat_config.md

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -18,21 +18,6 @@ networks: {
1818
`}
1919
</CodeBlock>
2020

21-
</TabItem>
22-
<TabItem value='shimmer_testnet' label='ShimmerEVM Testnet'>
23-
24-
<CodeBlock language="js">
25-
{`
26-
networks: {
27-
'shimmerevm-testnet': {
28-
url: '${Networks['shimmer_testnet'].evm.core.rpcUrls[0]}',
29-
chainId: ${parseInt(Networks['shimmer_testnet'].evm.core.chainId)},
30-
accounts: [YOUR PRIVATE KEY],
31-
},
32-
}
33-
`}
34-
</CodeBlock>
35-
3621
</TabItem>
3722
<TabItem value='iota' label='IOTA EVM'>
3823

docs/build/isc/v1.5/docs/getting-started/networks-and-chains.mdx

Lines changed: 0 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -47,32 +47,6 @@ The other values (network name and currency symbol) can be whatever value you li
4747

4848
<NetworkInfo.EvmCustom {...Networks['iota']}/>
4949

50-
## ShimmerEVM Testnet
51-
52-
<AddToMetaMaskButton {...Networks['shimmer_testnet']} />
53-
54-
[The ShimmerEVM Testnet](https://explorer.evm.testnet.shimmer.network/) runs as a layer 2 on top
55-
of the [Shimmer Testnet](/build/networks-endpoints#shimmer-testnet). This network uses ISC to facilitate
56-
an Ethereum Virtual Machine and has an enshrined bridge to layer 1.
57-
58-
:::info
59-
60-
This network is subject to occasional resets (no data retention) which are usually announced with a one-week grace period.
61-
62-
:::
63-
64-
<NetworkInfo.Evm {...Networks['shimmer_testnet']} />
65-
66-
:::note
67-
68-
The other values (network name and currency symbol) can be whatever value you like.
69-
70-
:::
71-
72-
### Additional Info
73-
74-
<NetworkInfo.EvmCustom {...Networks['shimmer_testnet']}/>
75-
7650
## ShimmerEVM
7751

7852
[ShimmerEVM](https://explorer.evm.shimmer.network/) is the L2 EVM running on top of the Shimmer network.

docs/build/isc/v1.5/docs/getting-started/quick-start.mdx

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,9 +70,6 @@ Visit the corresponding Block Explorer to monitor the chain, track transactions,
7070
<TabItem value='shimmer' label='ShimmerEVM'>
7171
<Link to={Networks['shimmer'].evm.core.blockExplorerUrls[0]}>Explorer</Link>
7272
</TabItem>
73-
<TabItem value='shimmer_testnet' label='ShimmerEVM Testnet'>
74-
<Link to={Networks['shimmer_testnet'].evm.core.blockExplorerUrls[0]}>Explorer</Link>
75-
</TabItem>
7673
</Tabs>
7774

7875
## Additional Resources

docs/build/isc/v1.5/docs/getting-started/tools.mdx

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -63,10 +63,6 @@ chain ID after deployment.**
6363
<AddToMetaMaskButton {...Networks['shimmer']}/>
6464
<NetworkInfo.Evm {...Networks['shimmer']}/>
6565
</TabItem>
66-
<TabItem value='shimmer_testnet' label='ShimmerEVM Testnet'>
67-
<AddToMetaMaskButton {...Networks['shimmer_testnet']}/>
68-
<NetworkInfo.Evm {...Networks['shimmer_testnet']}/>
69-
</TabItem>
7066
</Tabs>
7167

7268
## IOTA EVM Tools
@@ -129,10 +125,6 @@ For example this would be the configs to add our different [EVM chains](/build/n
129125
<AddToMetaMaskButton {...Networks['shimmer']}/>
130126
<NetworkInfo.Evm {...Networks['shimmer']}/>
131127
</TabItem>
132-
<TabItem value='shimmer_testnet' label='ShimmerEVM Testnet'>
133-
<AddToMetaMaskButton {...Networks['shimmer_testnet']}/>
134-
<NetworkInfo.Evm {...Networks['shimmer_testnet']}/>
135-
</TabItem>
136128
</Tabs>
137129

138130
Ensure that your `RPC Url` and `Chain ID` are set correctly and match the dashboard values. The `Network Name` can be

docs/build/isc/v1.6/docs/_partials/_hardhat_config.md

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -18,21 +18,6 @@ networks: {
1818
`}
1919
</CodeBlock>
2020

21-
</TabItem>
22-
<TabItem value='shimmer_testnet' label='ShimmerEVM Testnet'>
23-
24-
<CodeBlock language="js">
25-
{`
26-
networks: {
27-
'shimmerevm-testnet': {
28-
url: '${Networks['shimmer_testnet'].evm.core.rpcUrls[0]}',
29-
chainId: ${parseInt(Networks['shimmer_testnet'].evm.core.chainId)},
30-
accounts: [YOUR PRIVATE KEY],
31-
},
32-
}
33-
`}
34-
</CodeBlock>
35-
3621
</TabItem>
3722
<TabItem value='iota' label='IOTA EVM'>
3823

0 commit comments

Comments
 (0)