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

Small fixed to the coordinator and erc20 docs #1669

Merged
merged 1 commit into from
Aug 20, 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
2 changes: 1 addition & 1 deletion docs/build/getting-started/networks-endpoints.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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.

:::

Expand Down
2 changes: 1 addition & 1 deletion docs/build/isc/v1.1/docs/how-tos/ERC20.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down
2 changes: 1 addition & 1 deletion docs/build/isc/v1.3/docs/how-tos/ERC20.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down
2 changes: 1 addition & 1 deletion docs/learn/protocols/coordinator.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

:::

Expand Down
Loading