From 5cef8bd21ad496994509279e4e3dab86f1429fd1 Mon Sep 17 00:00:00 2001 From: Dr-Electron Date: Tue, 20 Aug 2024 13:09:07 +0200 Subject: [PATCH] Small fixed to the coordinator and erc20 docs --- docs/build/getting-started/networks-endpoints.mdx | 2 +- docs/build/isc/v1.1/docs/how-tos/ERC20.md | 2 +- docs/build/isc/v1.3/docs/how-tos/ERC20.md | 2 +- docs/learn/protocols/coordinator.md | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/build/getting-started/networks-endpoints.mdx b/docs/build/getting-started/networks-endpoints.mdx index bb5632d2e93..0b5acd1e1c4 100644 --- a/docs/build/getting-started/networks-endpoints.mdx +++ b/docs/build/getting-started/networks-endpoints.mdx @@ -34,7 +34,7 @@ token. :::info -This network runs under a [Coordinator PoA scheme](/learn/protocols/coordinator/) with validators operated by [Akkodis](https://www.akkodis.com), [ETO GRUPPE](https://www.etogruppe.com/), [Software AG](https://softwareag.com/), [University of Zurich](https://www.uzh.ch/cmsssl/en.html), [Imperial College London](https://www.imperial.ac.uk) and the IOTA Foundation. +This network runs under a [Coordinator PoA scheme](/learn/protocols/coordinator/) with validators operated by [Akkodis](https://www.akkodis.com), [ETO GRUPPE](https://www.etogruppe.com/), [Software AG](https://softwareag.com/), [Imperial College London](https://www.imperial.ac.uk) and the IOTA Foundation. ::: diff --git a/docs/build/isc/v1.1/docs/how-tos/ERC20.md b/docs/build/isc/v1.1/docs/how-tos/ERC20.md index adf0a6ccfa1..7fef839e338 100644 --- a/docs/build/isc/v1.1/docs/how-tos/ERC20.md +++ b/docs/build/isc/v1.1/docs/how-tos/ERC20.md @@ -86,7 +86,7 @@ Once you have deployed your contract, you can add your new custom token to your ## 3. Have some Fun -Now you should see your token in MetaMask. You can send them to your friends without any fees or gas costs. +Now you should see your token in MetaMask. ![Copy contract address](/img/evm/how-tos/ERC20/metamask-erc20-balance.png) diff --git a/docs/build/isc/v1.3/docs/how-tos/ERC20.md b/docs/build/isc/v1.3/docs/how-tos/ERC20.md index adf0a6ccfa1..7fef839e338 100644 --- a/docs/build/isc/v1.3/docs/how-tos/ERC20.md +++ b/docs/build/isc/v1.3/docs/how-tos/ERC20.md @@ -86,7 +86,7 @@ Once you have deployed your contract, you can add your new custom token to your ## 3. Have some Fun -Now you should see your token in MetaMask. You can send them to your friends without any fees or gas costs. +Now you should see your token in MetaMask. ![Copy contract address](/img/evm/how-tos/ERC20/metamask-erc20-balance.png) diff --git a/docs/learn/protocols/coordinator.md b/docs/learn/protocols/coordinator.md index 9ed2e0a70d7..4eb323b97ab 100644 --- a/docs/learn/protocols/coordinator.md +++ b/docs/learn/protocols/coordinator.md @@ -23,7 +23,7 @@ The current Coordinator is based on the Tendermint Core BFT consensus, which ena :::info -In the current Shimmer network, all instances of the Coordinator are run by the IOTA Foundation. In the IOTA Mainnet they are run by [Akkodis](https://www.akkodis.com), [ETO GRUPPE](https://www.etogruppe.com/), [Software AG](https://softwareag.com/), [University of Zurich](https://www.uzh.ch/cmsssl/en.html), [Imperial College London](https://www.imperial.ac.uk) and the IOTA Foundation. +In the current Shimmer network, all instances of the Coordinator are run by the IOTA Foundation. In the IOTA Mainnet they are run by [Akkodis](https://www.akkodis.com), [ETO GRUPPE](https://www.etogruppe.com/), [Software AG](https://softwareag.com/), [Imperial College London](https://www.imperial.ac.uk) and the IOTA Foundation. :::