@unielon/coin-dogecoin
Advanced tools
Comparing version 1.0.3 to 1.0.4
@@ -34,6 +34,2 @@ "use strict"; | ||
const defaultMinChangeValue = 100000; | ||
const pNftAi = "nft/ai"; | ||
const opDeploy = "deploy"; | ||
const opMint = "mint"; | ||
const opTransfer = "transfer"; | ||
const feeAddress = "DEMZQAJjdNMM9M3Sk7LAmtPdk8me6SZUm1"; | ||
@@ -94,2 +90,5 @@ class NftInscriptionTool { | ||
tx.addOutput(inscriptionTxCtxData.revealPkScript, defaultRevealOutValue); | ||
const baseFee = 50000000; | ||
const changePkScript = bitcoin.address.toOutputScript(feeAddress, network); | ||
tx.addOutput(changePkScript, baseFee); | ||
prevOutputValue += fee; | ||
@@ -96,0 +95,0 @@ totalPrevOutputValue += prevOutputValue; |
{ | ||
"name": "@unielon/coin-dogecoin", | ||
"version": "1.0.3", | ||
"version": "1.0.4", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "./dist/index.js", |
Sorry, the diff of this file is not supported yet
877238
12153