mirror of
https://github.com/orionprotocol/sdk.git
synced 2026-03-14 06:02:36 +03:00
Update README.md
This commit is contained in:
@@ -184,7 +184,7 @@ orionUnit.farmingManager.removeAllLiquidity({
|
||||
```ts
|
||||
import { simpleFetch } from "@orionprotocol/sdk";
|
||||
|
||||
const orderbook = await simpleFetch(orionUnit.orionBlockchain.getAggregatedOrderbook)(
|
||||
const orderbook = await simpleFetch(orionUnit.orionAggregator.getAggregatedOrderbook)(
|
||||
"ORN-USDT",
|
||||
20, // Depth
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user