From e3ce9fe543e9646a2caa45bd4e4b2938c36f62f4 Mon Sep 17 00:00:00 2001 From: Dr-Electron Date: Tue, 30 Jan 2024 21:31:12 +0100 Subject: [PATCH] Update to latest release --- docs/build/iota-sandbox/docs/getting-started.md | 2 +- docs/build/iota-sandbox/docs/how-tos/interact-wasp.md | 8 +------- 2 files changed, 2 insertions(+), 8 deletions(-) diff --git a/docs/build/iota-sandbox/docs/getting-started.md b/docs/build/iota-sandbox/docs/getting-started.md index aa2828c2a19..05fa0a09f47 100644 --- a/docs/build/iota-sandbox/docs/getting-started.md +++ b/docs/build/iota-sandbox/docs/getting-started.md @@ -35,7 +35,7 @@ The commands assume you are using Linux. Once you have completed all the installation [requirements](#requirements), you can download the sandbox. The following command will download the latest version. ```sh -mkdir iota-sandbox && cd iota-sandbox && curl -L https://github.com/Dr-Electron/iota-sandbox/releases/latest/download/iota_sandbox.tar.gz | tar -zx +mkdir iota-sandbox && cd iota-sandbox && curl -L https://github.com/iotaledger/iota-sandbox/releases/download/v1.0.0-rc.2/iota_sandbox.tar.gz | tar -zx ``` ### Prepare diff --git a/docs/build/iota-sandbox/docs/how-tos/interact-wasp.md b/docs/build/iota-sandbox/docs/how-tos/interact-wasp.md index 2619f1ac969..85e3645ac31 100644 --- a/docs/build/iota-sandbox/docs/how-tos/interact-wasp.md +++ b/docs/build/iota-sandbox/docs/how-tos/interact-wasp.md @@ -7,10 +7,4 @@ keywords: - chain --- -The sandbox comes with a bootstrapped wasp chain. You can find it's ID and RPC url in the [Wasp Dashboard](../references/endpoints.md#Wasp). - - -## (Optional) Enable and Configure EVM Toolkit - -Enable the [EVM toolkit](https://evm-toolkit.evm.shimmer.network/) by uncommenting the `evm-toolkit` line in the `.env` file. -After that, change the `text` and `chainAddress` to your needs in the `assets/evm-toolkit/networks.json` file. +The sandbox comes with a bootstrapped wasp chain and the [EVM Toolkit](https://github.com/iotaledger/evm-toolkit) preconfigured. You can find its ID and RPC url in the [Wasp Dashboard](../references/endpoints.md#Wasp).