From eb77dec6a2fff191646f7dab1c41199c41e38f50 Mon Sep 17 00:00:00 2001 From: trentmc <5305452+trentmc@users.noreply.github.com> Date: Thu, 10 Dec 2020 16:10:09 +0100 Subject: [PATCH] fix remaining errors found via: npm run lint --- content/tutorials/network-local.md | 2 +- content/tutorials/networks-overview.md | 10 +++++----- content/tutorials/wallets.md | 10 +++++----- 3 files changed, 11 insertions(+), 11 deletions(-) diff --git a/content/tutorials/network-local.md b/content/tutorials/network-local.md index 1efaa48e..276d4d83 100644 --- a/content/tutorials/network-local.md +++ b/content/tutorials/network-local.md @@ -11,4 +11,4 @@ You can deploy Ocean contracts onto Ganache. To do so, please go to [Ocean contr ## Connect Barge to Ganache -If you're using [Barge](https://www.github.com/oceanprotocol/barge) to help run a local network, you can connect to that local node at RPC URL [http://localhost:8545](http://localhost:8545) (called "Localhost 8545" in MetaMask). You can configure that local node by editing the files in the `barge/networks/pacific/config/` directory. \ No newline at end of file +If you're using [Barge](https://www.github.com/oceanprotocol/barge) to help run a local network, you can connect to that local node at RPC URL [http://localhost:8545](http://localhost:8545) (called "Localhost 8545" in MetaMask). You can configure that local node by editing the files in the `barge/networks/pacific/config/` directory. diff --git a/content/tutorials/networks-overview.md b/content/tutorials/networks-overview.md index c77f4721..b128b624 100644 --- a/content/tutorials/networks-overview.md +++ b/content/tutorials/networks-overview.md @@ -7,13 +7,13 @@ description: Ocean is deployed to these public networks: -* [Ethereum mainnet](/tutorials/network-ethmainnet/) - production -* [Rinkeby](/tutorials/network-rinkeby/) - testnet -* [Ropsten](/tutorials/network-ropsten) - testnet +- [Ethereum mainnet](/tutorials/network-ethmainnet/) - production +- [Rinkeby](/tutorials/network-rinkeby/) - testnet +- [Ropsten](/tutorials/network-ropsten) - testnet You can also run your own local testnet: -* [Ganache](/tutorials/network-local) - local testnet +- [Ganache](/tutorials/network-local) - local testnet ## Chain ids @@ -25,4 +25,4 @@ Some apps may need `network_id` and `chain_id`. [Here's](https://medium.com/@piy Barge is used used extensively by the Ocean core devs (with Ganache or Rinkeby). - \ No newline at end of file + diff --git a/content/tutorials/wallets.md b/content/tutorials/wallets.md index 29334bfa..306b1e17 100644 --- a/content/tutorials/wallets.md +++ b/content/tutorials/wallets.md @@ -34,8 +34,8 @@ Note that unlike traditional pocket wallets, crypto wallets don't actually store ## Resources -* Metamask: https://metamask.io/ -* Trezor: https://trezor.io/ -* Ledger: https://www.ledger.com/ -* MyEtherWallet: https://www.myetherwallet.com/ -* MyCrypto: https://www.mycrypto.com/ +- Metamask: https://metamask.io/ +- Trezor: https://trezor.io/ +- Ledger: https://www.ledger.com/ +- MyEtherWallet: https://www.myetherwallet.com/ +- MyCrypto: https://www.mycrypto.com/