From 792f7324c9e0738c47cbe737cb0aa01775c390c3 Mon Sep 17 00:00:00 2001 From: Jamie Hewitt Date: Fri, 26 May 2023 13:33:34 +0000 Subject: [PATCH] GITBOOK-328: change request with no subject merged in GitBook --- ...) (1) (2) (1).png => remove-liquidity-2 (1).png} | Bin .../{whats-a-wallet (1).gif => show-wallet.gif} | Bin .../balance-of (1).png} | Bin .../balance-of (2).png} | Bin .../balance-of.png} | Bin README.md | 2 +- developers/provider/authentication-endpoints.md | 7 ++++--- discover/wallets.md | 2 +- user-guides/remove-liquidity-using-etherscan.md | 2 +- 9 files changed, 7 insertions(+), 6 deletions(-) rename .gitbook/assets/liquidity/{remove-liquidity-2 (1) (1) (2) (1).png => remove-liquidity-2 (1).png} (100%) rename .gitbook/assets/{whats-a-wallet (1).gif => show-wallet.gif} (100%) rename .gitbook/assets/{liquidity/remove-liquidity-2 (1) (1) (2) (2).png => wallet/balance-of (1).png} (100%) rename .gitbook/assets/{liquidity/remove-liquidity-2 (1) (1) (2) (3).png => wallet/balance-of (2).png} (100%) rename .gitbook/assets/{liquidity/remove-liquidity-2 (1) (1) (2).png => wallet/balance-of.png} (100%) diff --git a/.gitbook/assets/liquidity/remove-liquidity-2 (1) (1) (2) (1).png b/.gitbook/assets/liquidity/remove-liquidity-2 (1).png similarity index 100% rename from .gitbook/assets/liquidity/remove-liquidity-2 (1) (1) (2) (1).png rename to .gitbook/assets/liquidity/remove-liquidity-2 (1).png diff --git a/.gitbook/assets/whats-a-wallet (1).gif b/.gitbook/assets/show-wallet.gif similarity index 100% rename from .gitbook/assets/whats-a-wallet (1).gif rename to .gitbook/assets/show-wallet.gif diff --git a/.gitbook/assets/liquidity/remove-liquidity-2 (1) (1) (2) (2).png b/.gitbook/assets/wallet/balance-of (1).png similarity index 100% rename from .gitbook/assets/liquidity/remove-liquidity-2 (1) (1) (2) (2).png rename to .gitbook/assets/wallet/balance-of (1).png diff --git a/.gitbook/assets/liquidity/remove-liquidity-2 (1) (1) (2) (3).png b/.gitbook/assets/wallet/balance-of (2).png similarity index 100% rename from .gitbook/assets/liquidity/remove-liquidity-2 (1) (1) (2) (3).png rename to .gitbook/assets/wallet/balance-of (2).png diff --git a/.gitbook/assets/liquidity/remove-liquidity-2 (1) (1) (2).png b/.gitbook/assets/wallet/balance-of.png similarity index 100% rename from .gitbook/assets/liquidity/remove-liquidity-2 (1) (1) (2).png rename to .gitbook/assets/wallet/balance-of.png diff --git a/README.md b/README.md index 90b71a4d..2dffe2e3 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ --- description: Help for wherever you are on your Ocean Protocol journey. -cover: .gitbook/assets/cover/contribute (1) (1).png +cover: .gitbook/assets/cover/contribute (1).png coverY: 0 layout: landing --- diff --git a/developers/provider/authentication-endpoints.md b/developers/provider/authentication-endpoints.md index 592535f7..1a431cfd 100644 --- a/developers/provider/authentication-endpoints.md +++ b/developers/provider/authentication-endpoints.md @@ -36,14 +36,15 @@ Response: ```runkit nodeVersion="18.x.x" const axios = require('axios'); const address = "0x7e2a2FA2a064F693f0a55C5639476d913Ff12D05" -const nonce = 1 -const signature -const url = `https://provider.oceanprotocol.com/api/services/createAuthToken?address=${address}&nonce=${nonce}&expiration=&signature=`; +const nonce = "1" +const signature = "" +const url = `http://provider.oceanprotocol.com/api/services/createAuthToken?address=${address}&nonce=${nonce}&expiration=&signature=`; axios.get(url).then(response => { console.log(response.data); }).catch(error => { console.error(error); }); + ``` #### Delete Auth Token diff --git a/discover/wallets.md b/discover/wallets.md index e78c9e3a..55d21a75 100644 --- a/discover/wallets.md +++ b/discover/wallets.md @@ -6,7 +6,7 @@ description: Fundamental knowledge of using ERC-20 crypto wallets. Ocean Protocol users require an ERC-20 compatible wallet to manage their OCEAN and ETH tokens. In this guide, we will provide some recommendations for different wallet options. -
+
### What is a wallet? diff --git a/user-guides/remove-liquidity-using-etherscan.md b/user-guides/remove-liquidity-using-etherscan.md index 14b0f0df..73ebd643 100644 --- a/user-guides/remove-liquidity-using-etherscan.md +++ b/user-guides/remove-liquidity-using-etherscan.md @@ -14,7 +14,7 @@ Liquidity pools and dynamic pricing used to be supported in previous versions of 4\. Go to field `20. balanceOf` and insert your ETH address. This will retrieve your pool share token balance in wei. -

Balance Of

+

Balance Of

5\. Copy this number as later you will use it as the `poolAmountIn` parameter.