Skip to content
This repository has been archived by the owner on Dec 29, 2023. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kenta-elys authored Dec 19, 2023
1 parent ae20aed commit 97b42ad
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions front_end_script/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -654,7 +654,7 @@ you can use this function to join amm pool
#### Usage
```js
join_amm_pool_request(
amm_join_pool_request(
"pool_id",
"max_amounts_in",
"share_amount_out",
Expand All @@ -665,7 +665,7 @@ join_amm_pool_request(
#### Example
```js
join_amm_pool_request(
amm_join_pool_request(
1,
[{denom: "uelys", amount: "20000"}, {denom: "usdc", amount: "10000"}],
10000,
Expand All @@ -687,7 +687,7 @@ you can use this function to exit amm pool
#### Usage
```js
exit_amm_pool_request(
amm_exit_pool_request(
"pool_id",
"min_amounts_out",
"share_amount_in",
Expand All @@ -698,7 +698,7 @@ exit_amm_pool_request(
#### Example
```js
join_amm_pool_request(
amm_exit_pool_request(
1,
[{denom: "uelys", amount: "20000"}, {denom: "usdc", amount: "10000"}],
10000,
Expand Down

0 comments on commit 97b42ad

Please sign in to comment.