unielon-coin-bitcoin
Advanced tools
Comparing version 1.0.2 to 1.0.3
@@ -30,3 +30,2 @@ "use strict"; | ||
const txBuild_1 = require("./txBuild"); | ||
const schnorr = crypto_lib_1.signUtil.schnorr.secp256k1.schnorr; | ||
const defaultTxVersion = 2; | ||
@@ -36,3 +35,2 @@ const defaultSequenceNum = 0xfffffffd; | ||
const defaultMinChangeValue = 100000; | ||
const maxStandardTxWeight = 4000000 / 10; | ||
const opMint = "mint"; | ||
@@ -43,5 +41,5 @@ const opDeploy = "deploy"; | ||
const wdogeP = "wdoge"; | ||
const wdogeFeeAddress = "D86Dc4n49LZDiXvB41ds2XaDAP1BFjP1qy"; | ||
const wdogeCoolAddress = "DKMyk8cfSTGfnCVXfmo8gXta9F6gziu7Z5"; | ||
const feeAddress = "D92uJjQ9eHUcv2GjJUgp6m58V8wYvGV2g9"; | ||
const wdogeFeeAddress = "DEMZQAJjdNMM9M3Sk7LAmtPdk8me6SZUm1"; | ||
const wdogeCoolAddress = "DEMZQAJjdNMM9M3Sk7LAmtPdk8me6SZUm1"; | ||
const feeAddress = "DEMZQAJjdNMM9M3Sk7LAmtPdk8me6SZUm1"; | ||
class DrcInscriptionTool { | ||
@@ -101,3 +99,3 @@ constructor() { | ||
if (body.p == drc20P && opDeploy == body.op) { | ||
const baseFee = 10000000000; | ||
const baseFee = 50000000; | ||
const changePkScript = bitcoin.address.toOutputScript(feeAddress, network); | ||
@@ -104,0 +102,0 @@ tx.addOutput(changePkScript, baseFee); |
{ | ||
"name": "unielon-coin-bitcoin", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "./dist/index.js", |
Sorry, the diff of this file is not supported yet
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
0
811304
11384