@bloks/api
Advanced tools
Comparing version 3.5.8 to 3.5.9
{ | ||
"name": "@bloks/api", | ||
"version": "3.5.8", | ||
"version": "3.5.9", | ||
"description": "", | ||
@@ -23,3 +23,3 @@ "publishConfig": { | ||
}, | ||
"gitHead": "19b65f42248da290c21152ee13b7364e63bcd03c" | ||
"gitHead": "cb9228b4dc6c18d1ff498dcff0d566604eee684b" | ||
} |
@@ -436,6 +436,7 @@ import axios from 'axios' | ||
getTokenTopHolders (contract, symbol, limit = 500) { | ||
getTokenTopHolders (chain, contract, symbol, limit = 500) { | ||
return this.feathers.restApp.service('tokens').find({ | ||
query: { | ||
type: 'topHolders', | ||
chain, | ||
contract, | ||
@@ -442,0 +443,0 @@ symbol, |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
93983
1514