@fileverse/heartbit-core
Advanced tools
Comparing version 2.1.0 to 2.2.0
@@ -193,3 +193,3 @@ var __defProp = Object.defineProperty; | ||
async mintHeartBit(opts) { | ||
const response = await fetch(__privateGet(this, _relayerUrl), { | ||
const response = await fetch(`${__privateGet(this, _relayerUrl)}/signed-mint`, { | ||
method: "POST", | ||
@@ -196,0 +196,0 @@ headers: { |
{ | ||
"name": "@fileverse/heartbit-core", | ||
"version": "2.1.0", | ||
"version": "2.2.0", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "type": "module", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
39734