Skip to content

Commit

Permalink
feat: add oracle exchange rate query (#45)
Browse files Browse the repository at this point in the history
* feat: add oracle exchange rate query

* fix: fix output of query type

* chore: update binaries

* fix: make exchange rate a sdk.dec

* feat: request exchange rate with multiple pairs

* fix: update readme

* wip

* feat(bindings-perp): fix oracle query and use simple hashmap for it rather than a struct

---------

Co-authored-by: Unique-Divine <[email protected]>
  • Loading branch information
matthiasmatt and Unique-Divine authored Jul 16, 2023
1 parent 3fa81f2 commit 5c69679
Show file tree
Hide file tree
Showing 18 changed files with 264 additions and 254 deletions.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

### Rust ###
# Generated by Cargo
# will have compiled files and executables
Expand All @@ -19,3 +18,6 @@ target/

node_modules/
yarn.lock
.vscode/

lcov.info
Loading

0 comments on commit 5c69679

Please sign in to comment.