@blockfrost/blockfrost-js
Advanced tools
Comparing version 3.0.0-beta.5 to 3.0.0-beta.6
@@ -186,3 +186,3 @@ "use strict"; | ||
return new Promise((resolve, reject) => { | ||
this.instance(`${this.apiUrl}/accounts/${stakeAddress}/addresses/total`) | ||
this.instance(`accounts/${stakeAddress}/addresses/total`) | ||
.then(resp => { | ||
@@ -189,0 +189,0 @@ resolve(resp.body); |
@@ -28,3 +28,3 @@ "use strict"; | ||
return new Promise((resolve, reject) => { | ||
this.instance(`${this.apiUrl}/addresses/${address}/extended`) | ||
this.instance(`addresses/${address}/extended`) | ||
.then(resp => { | ||
@@ -31,0 +31,0 @@ resolve(resp.body); |
{ | ||
"name": "@blockfrost/blockfrost-js", | ||
"version": "3.0.0-beta.5", | ||
"version": "3.0.0-beta.6", | ||
"description": "A JavaScript/TypeScript SDK for interacting with the https://blockfrost.io API", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
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
288263