From f4142be8bc518e2f9b98908334fa241b08106a62 Mon Sep 17 00:00:00 2001 From: Dr-Electron <dr-electr0n@protonmail.com> Date: Mon, 11 Mar 2024 11:19:39 +0100 Subject: [PATCH] HTML be gone --- .../docs/getting-started/tools.mdx | 20 +++++-------------- 1 file changed, 5 insertions(+), 15 deletions(-) diff --git a/docs/build/isc/v1.0.0-rc.6/docs/getting-started/tools.mdx b/docs/build/isc/v1.0.0-rc.6/docs/getting-started/tools.mdx index 76b9dfc5744..dbae2121e4b 100644 --- a/docs/build/isc/v1.0.0-rc.6/docs/getting-started/tools.mdx +++ b/docs/build/isc/v1.0.0-rc.6/docs/getting-started/tools.mdx @@ -29,21 +29,11 @@ directly with an IOTA Smart Contracts chain running EVM as long as you take a co ## Tooling Considerations -<ol> - <li> - Please make sure you use the correct JSON-RPC endpoint URL in your tooling for your chain. If you're running your own chain, you can find the JSON-RPC - endpoint URL in the Wasp dashboard (<code>[URL]/wasp/dashboard</code> when using <code>node-docker-setup</code>). - </li> - <li> - Please ensure you use the correct `Chain ID` configured while starting the JSON-RPC service. If you did not - explicitly define this while starting the service, the default Chain ID will be <ChainId url='https://json-rpc.evm.shimmer.network'/> - for ShimmerEVM or <ChainId url='https://json-rpc.evm.testnet.shimmer.network' /> for the ShimmerEVM Testnet . - </li> - <li> - Fees are handled on the IOTA Smart Contracts chain level, not the EVM level. The chain will reject any requests with - a different gas price than specified by the chain. - </li> -</ol> +1. Please make sure you use the correct JSON-RPC endpoint URL in your tooling for your chain. If you're running your own chain, you can find the JSON-RPC +endpoint URL in the Wasp dashboard (`[URL]/wasp/dashboard` when using `node-docker-setup`). +2. Please ensure you use the correct `Chain ID` configured while starting the JSON-RPC service. If you did not explicitly define this while starting the service, the default Chain ID will be <ChainId url='https://json-rpc.evm.shimmer.network'/> +for ShimmerEVM or <ChainId url='https://json-rpc.evm.testnet.shimmer.network' /> for the EVM Testnet. +3. Fees are handled on the IOTA Smart Contracts chain level, not the EVM level. The chain will reject any requests with a different gas price than specified by the chain. :::caution