@satoshipay/stellar-transfer
Advanced tools
Comparing version 0.2.0 to 0.2.1
@@ -25,2 +25,3 @@ export declare type StellarTomlCurrency = Partial<{ | ||
TRANSFER_SERVER: string; | ||
TRANSFER_SERVER_SEP0024: string; | ||
}>; |
@@ -49,3 +49,5 @@ "use strict"; | ||
function getTransferServerURL(stellarTomlData) { | ||
return stellarTomlData.TRANSFER_SERVER || null; | ||
return (stellarTomlData.TRANSFER_SERVER_SEP0024 || | ||
stellarTomlData.TRANSFER_SERVER || | ||
null); | ||
} | ||
@@ -52,0 +54,0 @@ function TransferServer(domain, serverURL, assets, network, options) { |
{ | ||
"name": "@satoshipay/stellar-transfer", | ||
"version": "0.2.0", | ||
"version": "0.2.1", | ||
"description": "Stellar SEP-24 client implementation", | ||
@@ -5,0 +5,0 @@ "author": "SatoshiPay Ltd (https://satoshipay.io/)", |
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
98184
1848