@equilab/network
Advanced tools
Comparing version 0.1.1 to 0.1.2
@@ -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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
675540
13713