Skip to content

Commit

Permalink
JS - 0.9.66, get_exchange (no docs yet)
Browse files Browse the repository at this point in the history
  • Loading branch information
1aerostorm committed Feb 10, 2024
1 parent f9ea58e commit 773e314
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion golos-lib-js/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "golos-lib-js",
"version": "0.9.65",
"version": "0.9.66",
"description": "Golos-js the JavaScript library with API for GOLOS blockchain",
"main": "lib/index.js",
"scripts": {
Expand Down
5 changes: 5 additions & 0 deletions golos-lib-js/src/api/methods.js
Original file line number Diff line number Diff line change
Expand Up @@ -661,6 +661,11 @@ module.exports = [
"method": "get_market_pairs",
"params": ["query"]
},
{
"api": "exchange",
"method": "get_exchange",
"params": ["query"]
},
{
"api": "private_message",
"method": "get_inbox",
Expand Down
1 change: 1 addition & 0 deletions golos-lib-js/test/methods_by_version.js
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ export const methods_0_25_3 = [
"get_market_history",
"get_market_history_buckets",
"get_market_pairs",
"get_exchange",
"get_recent_trades",
"get_recovery_info",
"get_ticker",
Expand Down

0 comments on commit 773e314

Please sign in to comment.