fix: semantics

This commit is contained in:
Aleksandr Kraiz
2023-05-16 23:52:01 +04:00
parent 27a21ed196
commit 6eac85da28
3 changed files with 8 additions and 8 deletions

View File

@@ -129,5 +129,5 @@ If you don't want to deposit funds to the exchange contract, you can set "poolOn
SDK have multiple ways to make swap:
1. Call `unit.exchange.swapMarket`. This is the simplest way to swap. All inclusive method. [See description](../README.md#make-swap-market)
2. Call `unit.aggregator.placeOrder`. This is method to place order to **aggregator**. More verbose. [See description](../README.md#place-order-in-orion-aggregator)
2. Call `unit.aggregator.placeOrder`. This is method to place order to **aggregator**. More verbose. [See description](../README.md#place-order-in-aggregator)
3. Call method `swapThroughOrionPool` on exchange contract. This is method to swap tokens through **pool**. [See code example](../src/Unit/Exchange/swapMarket.ts)