Skip to content

Commit

Permalink
HTML be gone
Browse files Browse the repository at this point in the history
  • Loading branch information
Dr-Electron committed Mar 11, 2024
1 parent cfcae20 commit f4142be
Showing 1 changed file with 5 additions and 15 deletions.
20 changes: 5 additions & 15 deletions docs/build/isc/v1.0.0-rc.6/docs/getting-started/tools.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit f4142be

Please sign in to comment.