@replicode/parallax
Advanced tools
Comparing version 1.2.60 to 1.2.61
@@ -279,3 +279,3 @@ "use strict"; | ||
async addWallets(walletIDs) { | ||
let route = `/wallet/batch`; | ||
let route = `/wallet/add`; | ||
let body = { | ||
@@ -282,0 +282,0 @@ walletIDs: walletIDs |
{ | ||
"name": "@replicode/parallax", | ||
"version": "1.2.60", | ||
"version": "1.2.61", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "dist/index", |
@@ -327,3 +327,3 @@ import { Injectable, Logger } from '@nestjs/common'; | ||
let route = `/wallet/batch`; | ||
let route = `/wallet/add`; | ||
let body = { | ||
@@ -330,0 +330,0 @@ walletIDs: walletIDs |
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
66010