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

@defichain/jellyfish-network

Package Overview
Dependencies
Maintainers
2
Versions
294
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@defichain/jellyfish-network - npm Package Compare versions

Comparing version 3.37.0 to 3.39.1

6

dist/Network.d.ts

@@ -10,3 +10,3 @@ /**

export interface Network {
name: 'mainnet' | 'testnet' | 'regtest' | 'devnet';
name: 'mainnet' | 'testnet' | 'regtest' | 'devnet' | 'changi';
bech32: {

@@ -56,2 +56,6 @@ /** bech32 human readable part */

export declare const RegTest: Network;
/**
* Changi specific DeFi configuration.
*/
export declare const Changi: Network;
//# sourceMappingURL=Network.d.ts.map

15

dist/Network.js
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.RegTest = exports.DevNet = exports.TestNet = exports.MainNet = exports.getNetwork = void 0;
exports.Changi = exports.RegTest = exports.DevNet = exports.TestNet = exports.MainNet = exports.getNetwork = void 0;
/**

@@ -18,2 +18,4 @@ * @param network name

return exports.RegTest;
case 'changi':
return exports.Changi;
default:

@@ -70,4 +72,4 @@ throw new Error(`${network} network not found`);

exports.DevNet = Object.assign(Object.assign({}, exports.TestNet), { name: 'devnet', ports: {
rpc: 20554,
p2p: 20555
rpc: 21554,
p2p: 21555
} });

@@ -95,2 +97,9 @@ /**

};
/**
* Changi specific DeFi configuration.
*/
exports.Changi = Object.assign(Object.assign({}, exports.TestNet), { name: 'changi', ports: {
rpc: 20554,
p2p: 20555
} });
//# sourceMappingURL=Network.js.map
{
"private": false,
"name": "@defichain/jellyfish-network",
"version": "3.37.0",
"version": "3.39.1",
"description": "SDK & Ecosystem for building modern lite DeFi Applications at scale.",

@@ -20,4 +20,4 @@ "repository": "BirthdayResearch/jellyfishsdk",

"peerDependencies": {
"defichain": "^3.37.0"
"defichain": "^3.39.1"
}
}

Sorry, the diff of this file is not supported yet

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