Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Requested Eco Updates #1558

Merged
merged 2 commits into from
May 21, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 0 additions & 15 deletions docs/build/isc/v1.0.0-rc.6/docs/getting-started/quick-start.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ tags:
---

import MetamaskButtons from '../../../../_partials/_metamask_buttons.mdx';
import NetworkInfo from '@theme/NetworkInfo';
import { Networks } from '@theme/constant';
import Tabs from '@theme/Tabs';
import TabItem from '@theme/TabItem';
Expand Down Expand Up @@ -53,20 +52,6 @@ If you want to fund your EVM testnet account, please refer to our [How To Get Fu
3. Select the account you want to receive testnet tokens.
4. Click "Send funds" to get testnet tokens.

## Get Simulated Bridged Tokens

:::info ShimmerEVM Testnet

The simulated bridged tokens are currently only available on the ShimmerEVM Testnet.

:::

1. Go to the [ERC20 Simulated Token Faucet](https://evm-faucet.testnet.shimmer.network/).
2. Connect your MetaMask wallet by clicking "Connect Wallet".
3. Select the account you want to receive simulated bridged tokens.
4. Choose the desired token (fETH, fBTC, fUSDT, etc.) from the dropdown list.
5. Click "Submit" to get the selected simulated bridged tokens.

## Deploy and Interact with Smart Contracts

You can now use your testnet tokens and simulated bridged tokens to deploy and interact with smart contracts on the testnets. Utilize popular development tools and frameworks, such as [Hardhat](https://hardhat.org/), or [Remix](https://remix.ethereum.org/), to build, test, and deploy your smart contracts.
Expand Down
44 changes: 0 additions & 44 deletions docs/get-started/introduction/iota/staking.md

This file was deleted.

2 changes: 1 addition & 1 deletion docs/get-started/introduction/shimmer/shimmer-token.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ participation, community engagement, and innovation within the Shimmer ecosystem
### IOTA Stakers Allocation

A significant portion of the Shimmer tokens, accounting for 80% of the total supply, is allocated to IOTA stakers. This
amounts to 1,450,896,407 SMR tokens. IOTA token holders who [staked their tokens had the opportunity](/get-started/introduction/iota/staking#iota-staking-for-smr-rewards) to receive SMR tokens as rewards for participating in the IOTA mainnet.
amounts to 1,450,896,407 SMR tokens. IOTA token holders who staked their tokens had the opportunity to receive SMR tokens as rewards for participating in the IOTA mainnet.

### Community DAO Allocation

Expand Down
34 changes: 0 additions & 34 deletions docs/get-started/programs/bug-bounties.md

This file was deleted.

7 changes: 1 addition & 6 deletions docs/get-started/sidebars.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ module.exports = {
items: [
'introduction/iota/introduction',
'introduction/iota/iota-token',
'introduction/iota/staking',
],
},
{
Expand Down Expand Up @@ -52,11 +51,7 @@ module.exports = {
{
type: 'category',
label: 'Programs & Funding',
items: [
'programs/touchpoint',
'programs/bug-bounties',
'programs/community-treasury',
],
items: ['programs/touchpoint', 'programs/community-treasury'],
},
{
type: 'category',
Expand Down
Loading