Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@equilab/network

Package Overview
Dependencies
Maintainers
2
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@equilab/network - npm Package Compare versions

Comparing version 0.1.1 to 0.1.2

10

dist/config/chains/index.d.ts

@@ -26,3 +26,3 @@ declare const _default: {

readonly args: readonly [{
readonly V2: {
readonly V3: {
readonly parents: "1";

@@ -36,3 +36,3 @@ readonly interior: {

}, {
readonly V2: {
readonly V3: {
readonly parents: 0;

@@ -43,3 +43,3 @@ readonly interior: {

readonly id: `0x${string}`;
readonly network: "Any";
readonly network: null;
};

@@ -50,3 +50,3 @@ };

}, {
readonly V2: readonly [{
readonly V3: readonly [{
readonly id: {

@@ -69,3 +69,3 @@ readonly Concrete: {

}, 0, {
readonly Limited: "800000000";
readonly Unlimited: null;
}];

@@ -72,0 +72,0 @@ };

@@ -26,3 +26,3 @@ import type { BigDecimals } from "../../util/math";

readonly args: readonly [{
readonly V2: {
readonly V3: {
readonly parents: "1";

@@ -36,3 +36,3 @@ readonly interior: {

}, {
readonly V2: {
readonly V3: {
readonly parents: 0;

@@ -43,3 +43,3 @@ readonly interior: {

readonly id: `0x${string}`;
readonly network: "Any";
readonly network: null;
};

@@ -50,3 +50,3 @@ };

}, {
readonly V2: readonly [{
readonly V3: readonly [{
readonly id: {

@@ -69,3 +69,3 @@ readonly Concrete: {

}, 0, {
readonly Limited: "800000000";
readonly Unlimited: null;
}];

@@ -72,0 +72,0 @@ };

@@ -34,9 +34,9 @@ "use strict";

{
V2: { parents: "1", interior: { X1: { Parachain: "2011" } } },
V3: { parents: "1", interior: { X1: { Parachain: "2011" } } },
},
{
V2: {
V3: {
parents: 0,
interior: {
X1: { AccountId32: { id: pub, network: "Any" } },
X1: { AccountId32: { id: pub, network: null } },
},

@@ -46,3 +46,3 @@ },

{
V2: [
V3: [
{

@@ -64,3 +64,3 @@ id: {

0,
{ Limited: "800000000" },
{ Unlimited: null },
],

@@ -67,0 +67,0 @@ };

@@ -28,3 +28,3 @@ import * as tokens from "./tokens";

readonly args: readonly [{
readonly V2: {
readonly V3: {
readonly parents: "1";

@@ -38,3 +38,3 @@ readonly interior: {

}, {
readonly V2: {
readonly V3: {
readonly parents: 0;

@@ -45,3 +45,3 @@ readonly interior: {

readonly id: `0x${string}`;
readonly network: "Any";
readonly network: null;
};

@@ -52,3 +52,3 @@ };

}, {
readonly V2: readonly [{
readonly V3: readonly [{
readonly id: {

@@ -71,3 +71,3 @@ readonly Concrete: {

}, 0, {
readonly Limited: "800000000";
readonly Unlimited: null;
}];

@@ -74,0 +74,0 @@ };

@@ -9,2 +9,8 @@ export declare const usdt: {

};
fees: {
usd: boolean;
amount: number;
name: string;
}[];
existentialDeposit: number;
};

@@ -12,2 +12,8 @@ "use strict";

},
fees: [{
usd: true,
amount: 0.1,
name: "xcm"
}],
existentialDeposit: 0.7
};
{
"name": "@equilab/network",
"version": "0.1.1",
"version": "0.1.2",
"main": "./dist/index.js",

@@ -5,0 +5,0 @@ "license": "none",

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