Skip to content

Commit

Permalink
chore(#114): update cabal version in orderbot-framework
Browse files Browse the repository at this point in the history
  • Loading branch information
sourabhxyz committed Oct 28, 2024
1 parent 314af97 commit 0c6f010
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -374,7 +374,7 @@ file. The complete bot configuration looks like this:
writing lovelace or the empty string. The multi-asset order book is built using this list.
- `lovelaceWarningThreshold`, denotes lovelace value. If bot's balance is below this threshold, log with warning severity is made.
- `priceProvider` (optional) is used to configure price provider which is used to obtain ADA price for a token. Currently two price providers are supported.
- To use [Maestro's OHLCV](https://docs.gomaestro.org/cardano/dex-and-pair-ohlc) endpoint, example configuration is provided below, `resolution` & `dex` field correspond directly to underlying Maestro endpoint:
- To use [Maestro's OHLCV](https://docs.gomaestro.org/cardano/dex-and-pair-ohlc) endpoint, example configuration is provided below. `resolution` & `dex` field correspond directly to underlying Maestro endpoint:
```json
"priceProvider": {
"tag": "maestro",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
cabal-version: 3.12
name: geniusyield-orderbot-framework
synopsis: Smart Order Router framework
version: 0.5.0
version: 0.5.1
build-type: Simple
license: Apache-2.0
copyright: (c) 2023 GYELD GMBH
Expand Down

0 comments on commit 0c6f010

Please sign in to comment.