mirror of
https://github.com/oceanprotocol/docs.git
synced 2024-11-26 19:49:26 +01:00
GitBook: [#5] No subject
This commit is contained in:
parent
5f5e374238
commit
89fbbafef1
@ -8,23 +8,23 @@
|
||||
|
||||
![](../.gitbook/assets/remove-liquidity-1.png)
|
||||
|
||||
4. Go to field `20. balanceOf` and insert your ETH address. This will retrieve your pool share token balance in wei.
|
||||
4\. Go to field `20. balanceOf` and insert your ETH address. This will retrieve your pool share token balance in wei.
|
||||
|
||||
![](../.gitbook/assets/remove-liquidity-2.png)
|
||||
|
||||
5. Copy this number as later you will use it as the `poolAmountIn` parameter.
|
||||
5\. Copy this number as later you will use it as the `poolAmountIn` parameter.
|
||||
|
||||
6. Go to field `55. totalSupply` to get the total amount of pool shares, in wei.
|
||||
6\. Go to field `55. totalSupply` to get the total amount of pool shares, in wei.
|
||||
|
||||
![](../.gitbook/assets/remove-liquidity-3.png)
|
||||
|
||||
7. Divide the number by 2 to get the maximum of pool shares you can send in one pool exit transaction. If your number retrieved in former step is bigger, you have to send multiple transactions.
|
||||
7\. Divide the number by 2 to get the maximum of pool shares you can send in one pool exit transaction. If your number retrieved in former step is bigger, you have to send multiple transactions.
|
||||
|
||||
8. Go to _Contract_ -> _Write Contract_ and connect your wallet. Be sure to have your wallet connected to network of the pool.
|
||||
8\. Go to _Contract_ -> _Write Contract_ and connect your wallet. Be sure to have your wallet connected to network of the pool.
|
||||
|
||||
![](../.gitbook/assets/remove-liquidity-4.png)
|
||||
|
||||
9. Go to the field `5. exitswapPoolAmountIn`
|
||||
9\. Go to the field `5. exitswapPoolAmountIn`
|
||||
|
||||
* For `poolAmountIn` add your pool shares in wei
|
||||
* For `minAmountOut` use anything, like `1`
|
||||
@ -32,6 +32,6 @@
|
||||
|
||||
![](../.gitbook/assets/remove-liquidity-5.png)
|
||||
|
||||
10. Confirm transaction in Metamask
|
||||
10\. Confirm transaction in Metamask
|
||||
|
||||
![](../.gitbook/assets/remove-liquidity-6.png)
|
||||
|
Loading…
Reference in New Issue
Block a user