@aarc-dev/core-viem
Advanced tools
Comparing version 0.1.24 to 0.1.25
@@ -665,3 +665,5 @@ "use strict"; | ||
try { | ||
const url = `${Constants_1.ONRAMP_BASE_URL}?aarcApiKey=${this.apiKey}&walletAddress=${onrampData.walletAddress}&fiatCurrencyCode=${onrampData.fiatCurrencyCode}&fiatAmount=${onrampData.fiatAmount}&defaultCryptoCurrencyCode=${onrampData.defaultCryptoCurrencyCode}&cryptoTokenData=${JSON.stringify(onrampData.cryptoTokenData || {})}&network=${onrampData.network}&platform=moonpay`; | ||
const url = `${Constants_1.ONRAMP_BASE_URL}?aarcApiKey=${this.apiKey}&walletAddress=${onrampData.walletAddress}&fiatCurrencyCode=${onrampData.fiatCurrencyCode}&fiatAmount=${onrampData.fiatAmount}&defaultCryptoCurrencyCode=${onrampData.defaultCryptoCurrencyCode}&cryptoTokenData=${JSON.stringify(onrampData.cryptoTokenData || {})}&network=${onrampData.network} | ||
&paymentMethod=${onrampData.paymentMethod} | ||
&platform=moonpay`; | ||
return url; | ||
@@ -668,0 +670,0 @@ } |
@@ -473,2 +473,3 @@ import { ChainId } from "./ChainTypes"; | ||
network?: string; | ||
paymentMethod?: string; | ||
} | ||
@@ -475,0 +476,0 @@ export interface KadoOnRampParams { |
{ | ||
"name": "@aarc-dev/core-viem", | ||
"version": "0.1.24", | ||
"version": "0.1.25", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "./dist/src/index.js", |
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
248505
2259