New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

unielon-coin-bitcoin

Package Overview
Dependencies
Maintainers
1
Versions
34
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

unielon-coin-bitcoin - npm Package Compare versions

Comparing version 1.0.2 to 1.0.3

10

dist/inscribedrc.js

@@ -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);

2

package.json
{
"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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc