Compare commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
20d3af56ec | ||
|
|
367633a612 | ||
|
|
b127f678e9 | ||
|
|
3404ad2945 | ||
|
|
4059615d66 | ||
|
|
be9739ee9f | ||
|
|
6ec09907a2 | ||
|
|
677a778833 | ||
|
|
fa90f0a747 | ||
|
|
e721c4f508 | ||
|
|
7f5bd09322 | ||
|
|
5d6244fc0b | ||
|
|
58f12c4257 | ||
|
|
038d20b5e7 | ||
|
|
c9d8c52567 | ||
|
|
3b85773636 | ||
|
|
269740b775 | ||
|
|
fc732b8c44 | ||
|
|
2c4deb3f9d | ||
|
|
ebcb6857ad | ||
|
|
0ff31d7980 | ||
|
|
d897f25546 | ||
|
|
3c431d5a01 | ||
|
|
55ae71125d | ||
|
|
fcd8cee7f6 | ||
|
|
8aa4e60c4c | ||
|
|
85665dfa20 | ||
|
|
5f8f3e6309 | ||
|
|
166845e367 | ||
|
|
7c7233efd1 | ||
|
|
cb7f0da916 | ||
|
|
7d654c236f | ||
|
|
6b4d9aac29 | ||
|
|
4f863ddc29 | ||
|
|
a4a85a3a5d | ||
|
|
2a6669c25d | ||
|
|
cb4c9fd90a | ||
|
|
28beb44374 | ||
|
|
4a4847b032 | ||
|
|
506c20a900 | ||
|
|
736656f34f | ||
|
|
31274916f9 | ||
|
|
6e1afdc2f8 | ||
|
|
fd26d223be | ||
|
|
86d8c81c27 | ||
|
|
2de22cbb31 | ||
|
|
c1b8098b9e | ||
|
|
ee0ed25a83 | ||
|
|
7ef452bdf0 | ||
|
|
eb41ab5bed | ||
|
|
6947b1e4d9 | ||
|
|
527b4f0eeb |
@@ -18,7 +18,8 @@ jobs:
|
||||
node-version: 'lts/*'
|
||||
- uses: denoland/setup-deno@v1
|
||||
with:
|
||||
deno-version: vx.x.x
|
||||
# Deno v2 throws errors with specific types therefore we set it to the last version before v2
|
||||
deno-version: v1.42.x
|
||||
- name: ${{ matrix.step }}
|
||||
if: always()
|
||||
run: |
|
||||
|
||||
Vendored
-894
File diff suppressed because one or more lines are too long
+934
File diff suppressed because one or more lines are too long
+1
-1
@@ -12,4 +12,4 @@ logFilters:
|
||||
|
||||
nodeLinker: node-modules
|
||||
|
||||
yarnPath: .yarn/releases/yarn-4.3.1.cjs
|
||||
yarnPath: .yarn/releases/yarn-4.5.1.cjs
|
||||
|
||||
@@ -1,5 +1,61 @@
|
||||
# CHANGELOG
|
||||
|
||||
## 13.2.3 Nov 11, 2024
|
||||
|
||||
Contributed:
|
||||
|
||||
- Add Vara support to the Generic Ledger App ([#1958](https://github.com/polkadot-js/common/pull/1958)) (Thanks to https://github.com/breathx)
|
||||
|
||||
Changes:
|
||||
|
||||
- Bump Dev to 0.82.1 ([#1959](https://github.com/polkadot-js/common/pull/1959))
|
||||
|
||||
|
||||
## 13.2.2 Oct 28, 2024
|
||||
|
||||
Contributed:
|
||||
|
||||
- Add Polimec support to the Generic Ledger App ([#1945](https://github.com/polkadot-js/common/pull/1945)) (Thanks to https://github.com/lrazovic)
|
||||
- Add Frequency to the Generic Ledger App ([#1955](https://github.com/polkadot-js/common/pull/1955)) (Thanks to https://github.com/wilwade)
|
||||
|
||||
Changes:
|
||||
|
||||
- Bump yarn to 4.5.1 ([#1953](https://github.com/polkadot-js/common/pull/1953))
|
||||
|
||||
|
||||
## 13.2.1 Oct 21, 2024
|
||||
|
||||
Contributed:
|
||||
|
||||
- Add bittensor to genericLedgerApps (Thanks to https://github.com/camfairchild) ([#1941](https://github.com/polkadot-js/common/pull/1941))
|
||||
|
||||
Changes:
|
||||
|
||||
- Fix Deno CI Build ([#1947](https://github.com/polkadot-js/common/pull/1947))
|
||||
- Bump yarn to 4.5.0 ([#1946](https://github.com/polkadot-js/common/pull/1946))
|
||||
- Update Ledger Deps ([#1948](https://github.com/polkadot-js/common/pull/1948))
|
||||
- Update WS and deps ([#1949](https://github.com/polkadot-js/common/pull/1949))
|
||||
- Bump polkadot/wasm to 7.4.1 ([#1950](https://github.com/polkadot-js/common/pull/1950))
|
||||
- Bump dev to 0.81.2 ([#1951](https://github.com/polkadot-js/common/pull/1951))
|
||||
- Allows for CJS target in build
|
||||
|
||||
|
||||
## 13.1.1 Sep 16, 2024
|
||||
|
||||
Contributed:
|
||||
|
||||
HydraDx - Hydration Rebrand Thanks to (https://github.com/jak-pan) ([#1923](https://github.com/polkadot-js/common/pull/1923))
|
||||
|
||||
Changes:
|
||||
|
||||
- Update all deps that have patch releases ([#1934](https://github.com/polkadot-js/common/pull/1934))
|
||||
- Bump yarn to 4.4.1 ([#1940](https://github.com/polkadot-js/common/pull/1940))
|
||||
- Update ss58-registry to 1.50.0 ([#1937](https://github.com/polkadot-js/common/pull/1937))
|
||||
- Update dev and typescript ([#1936](https://github.com/polkadot-js/common/pull/1936))
|
||||
- Add Encointer and Integritee to Ledger, and adjust tests ([#1939](https://github.com/polkadot-js/common/pull/1939))
|
||||
- This PR added the addition of `genericLedgerApps` and `prevLedgerRecord` objects. They both combine into `ledgerApps` in `hw-ledger/defaults`.
|
||||
|
||||
|
||||
## 13.0.2 July 12, 2024
|
||||
|
||||
Contributed:
|
||||
|
||||
+6
-3
@@ -1,14 +1,15 @@
|
||||
1674 Jaco Bump deps (#1912)
|
||||
31 Tarik Gul 13.2.3 (#1960)
|
||||
13 Carlo Sala feat(networks): add zeitgeist Ledger support (#1840)
|
||||
10 Tarik Gul 13.0.2 (#1929)
|
||||
9 Antoine Estienne Add eth uri keyring test (#1291)
|
||||
6 Amaury Martiny Add tests from Rust (#283)
|
||||
5 Jakub Pánik Add HydraDX parachain to genesis (#1583)
|
||||
6 Jakub Pánik HydraDX -> Hydration rebrand (#1923)
|
||||
5 kwingram25 Add BN consts and timeToString (#610)
|
||||
4 Adam Dossa Update Polymesh Genesis Hash (#1193)
|
||||
4 pan add bifrost kusama (#1626)
|
||||
3 Luke Schoen docs: Fix example in readme since we use default imports (#243)
|
||||
2 AndreasGassmann feat(dependencies): remove moment.js (#530)
|
||||
2 Cameron Fairchild Add bittensor details (#1783)
|
||||
2 Gav Wood Fix stake:unstake (#182)
|
||||
2 Hyungsuk Kang Add cross client Encryption/Decryption (#496)
|
||||
2 Jared Norris Add Sora network (#1306)
|
||||
@@ -24,9 +25,9 @@
|
||||
1 amphineko chore: fix typo in versionDetect messages (#941)
|
||||
1 Axel Chalon Simplify @polkadot/keyring KeyringPair (#419)
|
||||
1 Brad Larson [FIX] Adjust error message (#646)
|
||||
1 Cameron Fairchild Add bittensor details (#1783)
|
||||
1 Carlos Medeiros add hydradx to knownLedger (#1647)
|
||||
1 Chris Get rid of warnings for dual esm and cjs packages of the same version (#1890)
|
||||
1 Dmitrii Novikov Add `Vara` support to Generic Ledger App (#1958)
|
||||
1 Eliott Teissonniere add nodle ledger specs (#1089)
|
||||
1 Guilane DENGUIR feat(VTB): Added support for VTB blockchain (#1651)
|
||||
1 h4x3rotab Throws an error when signing with a locked keypair (#578)
|
||||
@@ -39,6 +40,7 @@
|
||||
1 joe petrowski Add example for multisig address creation (#590)
|
||||
1 kaelnew add ledger support for stafi (#1569)
|
||||
1 Leonardo Custodio Ledger support (#1879)
|
||||
1 Leonardo Razovic feat: add Polimec (#1945)
|
||||
1 Lezek123 logger - wildcard include/exclude with DEBUG env (#932)
|
||||
1 Lovish Arora Add peaq support for ledger (#1928)
|
||||
1 Mario Neises remove redudant export (#257)
|
||||
@@ -59,6 +61,7 @@
|
||||
1 Tomokazu Kozuma fix comment (#1119)
|
||||
1 Tore19 Add stafi genesis hash (#1096)
|
||||
1 Wei Tang ss58: add Kulupu prefix to the list (#595)
|
||||
1 Wil Wade Add Frequency to the Generic Ledger App (#1955)
|
||||
1 WoeOm Handing high precision scenes (#450)
|
||||
1 xx network Add xxnetwork genesis hash and ledger app (#1463)
|
||||
1 Yaroslav Bolyukin Add quartz support for ledger, update unique slip-0044 identifier (#1882)
|
||||
|
||||
+7
-7
@@ -6,7 +6,7 @@
|
||||
},
|
||||
"homepage": "https://github.com/polkadot-js/common#readme",
|
||||
"license": "Apache-2.0",
|
||||
"packageManager": "yarn@4.3.1",
|
||||
"packageManager": "yarn@4.5.1",
|
||||
"private": true,
|
||||
"repository": {
|
||||
"type": "git",
|
||||
@@ -14,10 +14,10 @@
|
||||
},
|
||||
"sideEffects": false,
|
||||
"type": "module",
|
||||
"version": "13.0.2",
|
||||
"version": "13.2.3",
|
||||
"versions": {
|
||||
"git": "13.0.2",
|
||||
"npm": "13.0.2"
|
||||
"git": "13.2.3",
|
||||
"npm": "13.2.3"
|
||||
},
|
||||
"workspaces": [
|
||||
"packages/*"
|
||||
@@ -37,10 +37,10 @@
|
||||
"test:one": "polkadot-dev-run-test --env browser"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@polkadot/dev": "^0.79.1",
|
||||
"@types/node": "^20.11.5"
|
||||
"@polkadot/dev": "^0.82.1",
|
||||
"@types/node": "^22.7.5"
|
||||
},
|
||||
"resolutions": {
|
||||
"typescript": "^5.3.3"
|
||||
"typescript": "^5.5.4"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -14,18 +14,18 @@
|
||||
},
|
||||
"sideEffects": false,
|
||||
"type": "module",
|
||||
"version": "13.0.2",
|
||||
"version": "13.2.3",
|
||||
"browser": "browser.js",
|
||||
"main": "node.js",
|
||||
"react-native": "react-native.js",
|
||||
"dependencies": {
|
||||
"@ledgerhq/hw-transport": "^6.31.0",
|
||||
"@ledgerhq/hw-transport-webhid": "^6.29.0",
|
||||
"@ledgerhq/hw-transport-webusb": "^6.29.0",
|
||||
"@polkadot/util": "13.0.2",
|
||||
"tslib": "^2.6.2"
|
||||
"@ledgerhq/hw-transport": "^6.31.4",
|
||||
"@ledgerhq/hw-transport-webhid": "^6.29.4",
|
||||
"@ledgerhq/hw-transport-webusb": "^6.29.4",
|
||||
"@polkadot/util": "13.2.3",
|
||||
"tslib": "^2.8.0"
|
||||
},
|
||||
"optionalDependencies": {
|
||||
"@ledgerhq/hw-transport-node-hid-singleton": "^6.31.1"
|
||||
"@ledgerhq/hw-transport-node-hid-singleton": "^6.31.5"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -3,4 +3,4 @@
|
||||
|
||||
// Do not edit, auto-generated by @polkadot/dev
|
||||
|
||||
export const packageInfo = { name: '@polkadot/hw-ledger-transports', path: 'auto', type: 'auto', version: '13.0.2' };
|
||||
export const packageInfo = { name: '@polkadot/hw-ledger-transports', path: 'auto', type: 'auto', version: '13.2.3' };
|
||||
|
||||
@@ -17,12 +17,12 @@
|
||||
"./packageDetect.cjs"
|
||||
],
|
||||
"type": "module",
|
||||
"version": "13.0.2",
|
||||
"version": "13.2.3",
|
||||
"main": "index.js",
|
||||
"dependencies": {
|
||||
"@polkadot/hw-ledger-transports": "13.0.2",
|
||||
"@polkadot/util": "13.0.2",
|
||||
"@zondax/ledger-substrate": "0.44.7",
|
||||
"tslib": "^2.6.2"
|
||||
"@polkadot/hw-ledger-transports": "13.2.3",
|
||||
"@polkadot/util": "13.2.3",
|
||||
"@zondax/ledger-substrate": "1.0.0",
|
||||
"tslib": "^2.8.0"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -5,14 +5,14 @@
|
||||
|
||||
import { supportedApps } from '@zondax/ledger-substrate';
|
||||
|
||||
import { ledgerApps } from './defaults.js';
|
||||
import { prevLedgerRecord } from './defaults.js';
|
||||
|
||||
describe('ledgerApps', (): void => {
|
||||
for (const k of Object.keys(ledgerApps)) {
|
||||
for (const k of Object.keys(prevLedgerRecord)) {
|
||||
it(`${k} is available in @zondax/ledger-substrate`, (): void => {
|
||||
expect(
|
||||
supportedApps.find(({ name }) =>
|
||||
name === ledgerApps[k]
|
||||
name === prevLedgerRecord[k]
|
||||
)
|
||||
).toBeDefined();
|
||||
});
|
||||
|
||||
@@ -1,9 +1,11 @@
|
||||
// Copyright 2017-2024 @polkadot/hw-ledger authors & contributors
|
||||
// SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
// These match up with the keys of the knownLedger object in the @polkadot/networks/defaults/ledger.ts
|
||||
// and maps to the known name in the @zondax/ledger-substrate/supported_apps package
|
||||
export const ledgerApps: Record<string, string> = {
|
||||
// These map to the known name in the @zondax/ledger-substrate/supported_apps package
|
||||
// but they do not reflect all ledger apps that are supported. Since ledger now has support for all
|
||||
// substrate chains via the PolkadotGenericApp, any new chains that need ledger support can be added to
|
||||
// `genericLedgerApps` below.
|
||||
export const prevLedgerRecord: Record<string, string> = {
|
||||
acala: 'Acala',
|
||||
ajuna: 'Ajuna',
|
||||
'aleph-node': 'AlephZero',
|
||||
@@ -45,3 +47,19 @@ export const ledgerApps: Record<string, string> = {
|
||||
xxnetwork: 'XXNetwork',
|
||||
zeitgeist: 'Zeitgeist'
|
||||
};
|
||||
|
||||
// Any chains moving forward that are supported by the PolkadotGenericApp from ledger will input their names below.
|
||||
export const genericLedgerApps = {
|
||||
bittensor: 'Bittensor',
|
||||
encointer: 'Encointer',
|
||||
frequency: 'Frequency',
|
||||
integritee: 'Integritee',
|
||||
polimec: 'Polimec',
|
||||
vara: 'Vara'
|
||||
};
|
||||
|
||||
// These match up with the keys of the knownLedger object in the @polkadot/networks/defaults/ledger.ts
|
||||
export const ledgerApps: Record<string, string> = {
|
||||
...prevLedgerRecord,
|
||||
...genericLedgerApps
|
||||
};
|
||||
|
||||
@@ -3,4 +3,4 @@
|
||||
|
||||
// Do not edit, auto-generated by @polkadot/dev
|
||||
|
||||
export const packageInfo = { name: '@polkadot/hw-ledger', path: 'auto', type: 'auto', version: '13.0.2' };
|
||||
export const packageInfo = { name: '@polkadot/hw-ledger', path: 'auto', type: 'auto', version: '13.2.3' };
|
||||
|
||||
@@ -18,15 +18,15 @@
|
||||
"./packageDetect.cjs"
|
||||
],
|
||||
"type": "module",
|
||||
"version": "13.0.2",
|
||||
"version": "13.2.3",
|
||||
"main": "index.js",
|
||||
"dependencies": {
|
||||
"@polkadot/util": "13.0.2",
|
||||
"@polkadot/util-crypto": "13.0.2",
|
||||
"tslib": "^2.6.2"
|
||||
"@polkadot/util": "13.2.3",
|
||||
"@polkadot/util-crypto": "13.2.3",
|
||||
"tslib": "^2.8.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@polkadot/util": "13.0.2",
|
||||
"@polkadot/util-crypto": "13.0.2"
|
||||
"@polkadot/util": "13.2.3",
|
||||
"@polkadot/util-crypto": "13.2.3"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -3,4 +3,4 @@
|
||||
|
||||
// Do not edit, auto-generated by @polkadot/dev
|
||||
|
||||
export const packageInfo = { name: '@polkadot/keyring', path: 'auto', type: 'auto', version: '13.0.2' };
|
||||
export const packageInfo = { name: '@polkadot/keyring', path: 'auto', type: 'auto', version: '13.2.3' };
|
||||
|
||||
@@ -15,14 +15,14 @@
|
||||
},
|
||||
"sideEffects": false,
|
||||
"type": "module",
|
||||
"version": "13.0.2",
|
||||
"version": "13.2.3",
|
||||
"main": "index.js",
|
||||
"dependencies": {
|
||||
"@polkadot/util": "13.0.2",
|
||||
"@substrate/ss58-registry": "^1.46.0",
|
||||
"tslib": "^2.6.2"
|
||||
"@polkadot/util": "13.2.3",
|
||||
"@substrate/ss58-registry": "^1.51.0",
|
||||
"tslib": "^2.8.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@polkadot/hw-ledger": "13.0.2"
|
||||
"@polkadot/hw-ledger": "13.2.3"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -56,22 +56,32 @@ export const knownGenesis: KnownGenesis = {
|
||||
edgeware: [
|
||||
'0x742a2ca70c2fda6cee4f8df98d64c4c670a052d9568058982dad9d5a7a135c5b'
|
||||
],
|
||||
encointer: [
|
||||
'0x7dd99936c1e9e6d1ce7d90eb6f33bea8393b4bf87677d675aa63c9cb3e8c5b5b'
|
||||
],
|
||||
enjin: [
|
||||
'0xd8761d3c88f26dc12875c00d3165f7d67243d56fc85b4cf19937601a7916e5a9'
|
||||
],
|
||||
equilibrium: [
|
||||
'0x6f1a800de3daff7f5e037ddf66ab22ce03ab91874debeddb1086f5f7dbd48925'
|
||||
],
|
||||
frequency: [
|
||||
'0x4a587bf17a404e3572747add7aab7bbe56e805a5479c6c436f07f36fcc8d3ae1'
|
||||
],
|
||||
genshiro: [
|
||||
'0x9b8cefc0eb5c568b527998bdd76c184e2b76ae561be76e4667072230217ea243'
|
||||
],
|
||||
hydradx: [
|
||||
'0xafdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d', // HydraDX Parachain
|
||||
'0xafdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d', // Hydration | HydraDX Parachain
|
||||
'0xd2a620c27ec5cbc5621ff9a522689895074f7cca0d08e7134a7804e1a3ba86fc', // Snakenet Gen3-1
|
||||
'0x10af6e84234477d84dc572bac0789813b254aa490767ed06fb9591191d1073f9', // Snakenet Gen3
|
||||
'0x3d75507dd46301767e601265791da1d9cb47b6ebc94e87347b635e5bf58bd047', // Snakenet Gen2
|
||||
'0x0ed32bfcab4a83517fac88f2aa7cbc2f88d3ab93be9a12b6188a036bf8a943c2' // Snakenet Gen1
|
||||
],
|
||||
integritee: [
|
||||
'0xcdedc8eadbfa209d3f207bba541e57c3c58a667b05a2e1d1e86353c9000758da', // on Kusama
|
||||
'0xe13e7af377c64e83f95e0d70d5e5c3c01d697a84538776c5b9bbe0e7d7b6034c' // on Polkadot
|
||||
],
|
||||
'interlay-parachain': [
|
||||
'0xbf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72'
|
||||
],
|
||||
@@ -117,6 +127,9 @@ export const knownGenesis: KnownGenesis = {
|
||||
'0x6811a339673c9daa897944dcdac99c6e2939cc88245ed21951a0a3c9a2be75bc',
|
||||
'0xe8e7f0f4c4f5a00720b4821dbfddefea7490bcf0b19009961cc46957984e2c1c'
|
||||
],
|
||||
polimec: [
|
||||
'0x7eb9354488318e7549c722669dcbdcdc526f1fef1420e7944667212f3601fdbd'
|
||||
],
|
||||
polkadex: [
|
||||
'0x3920bcb4960a1eef5580cd5367ff3f430eef052774f78468852f7b9cb39f8a3c'
|
||||
],
|
||||
@@ -164,6 +177,9 @@ export const knownGenesis: KnownGenesis = {
|
||||
unique: [
|
||||
'0x84322d9cddbf35088f1e54e9a85c967a41a56a4f43445768125e61af166c7d31'
|
||||
],
|
||||
vara: [
|
||||
'0xfe1b4c55fd4d668101126434206571a7838a8b6b93a6d1b95d607e78e6c53763'
|
||||
],
|
||||
vtb: [
|
||||
'0x286bc8414c7000ce1d6ee6a834e29a54c1784814b76243eb77ed0b2c5573c60f',
|
||||
'0x7483b89572fb2bd687c7b9a93b242d0b237f9aba463aba07ec24503931038aaa'
|
||||
|
||||
@@ -14,15 +14,19 @@ export const knownLedger: KnownLedger = {
|
||||
astar: 0x0000032a,
|
||||
bifrost: 0x00000314,
|
||||
'bifrost-kusama': 0x00000314,
|
||||
bittensor: 0x00000162,
|
||||
centrifuge: 0x000002eb,
|
||||
composable: 0x00000162,
|
||||
darwinia: 0x00000162,
|
||||
'dock-mainnet': 0x00000252,
|
||||
edgeware: 0x0000020b,
|
||||
encointer: 0x000001b2,
|
||||
enjin: 0x00000483,
|
||||
equilibrium: 0x05f5e0fd,
|
||||
frequency: 0x0000082b,
|
||||
genshiro: 0x05f5e0fc,
|
||||
hydradx: 0x00000162,
|
||||
integritee: 0x000007df,
|
||||
'interlay-parachain': 0x00000162,
|
||||
karura: 0x000002ae,
|
||||
khala: 0x000001b2,
|
||||
@@ -35,6 +39,7 @@ export const knownLedger: KnownLedger = {
|
||||
pendulum: 0x00000162,
|
||||
phala: 0x00000162,
|
||||
picasso: 0x000001b2,
|
||||
polimec: 0x00000d10,
|
||||
polkadex: 0x0000031f,
|
||||
polkadot: 0x00000162,
|
||||
polymesh: 0x00000253,
|
||||
@@ -45,6 +50,7 @@ export const knownLedger: KnownLedger = {
|
||||
statemint: 0x00000162, // common-good on Polkadot, shares derivation
|
||||
ternoa: 0x00003e3,
|
||||
unique: 0x00000295,
|
||||
vara: 0x00001370,
|
||||
vtb: 0x000002b6,
|
||||
xxnetwork: 0x000007a3,
|
||||
zeitgeist: 0x00000162
|
||||
|
||||
@@ -3,4 +3,4 @@
|
||||
|
||||
// Do not edit, auto-generated by @polkadot/dev
|
||||
|
||||
export const packageInfo = { name: '@polkadot/networks', path: 'auto', type: 'auto', version: '13.0.2' };
|
||||
export const packageInfo = { name: '@polkadot/networks', path: 'auto', type: 'auto', version: '13.2.3' };
|
||||
|
||||
@@ -731,7 +731,7 @@
|
||||
{
|
||||
"prefix": 63,
|
||||
"network": "hydradx",
|
||||
"displayName": "HydraDX",
|
||||
"displayName": "Hydration",
|
||||
"symbols": [
|
||||
"HDX"
|
||||
],
|
||||
@@ -739,7 +739,7 @@
|
||||
12
|
||||
],
|
||||
"standardAccount": "*25519",
|
||||
"website": "https://hydradx.io"
|
||||
"website": "https://hydration.net"
|
||||
},
|
||||
{
|
||||
"prefix": 65,
|
||||
@@ -1417,6 +1417,19 @@
|
||||
"standardAccount": "*25519",
|
||||
"website": "https://logion.network"
|
||||
},
|
||||
{
|
||||
"prefix": 2024,
|
||||
"network": "vow-chain",
|
||||
"displayName": "Enigmatic Smile",
|
||||
"symbols": [
|
||||
"VOW"
|
||||
],
|
||||
"decimals": [
|
||||
18
|
||||
],
|
||||
"standardAccount": "*25519",
|
||||
"website": "https://www.vow.foundation/"
|
||||
},
|
||||
{
|
||||
"prefix": 2032,
|
||||
"network": "interlay",
|
||||
@@ -1575,16 +1588,16 @@
|
||||
},
|
||||
{
|
||||
"prefix": 6094,
|
||||
"network": "subspace",
|
||||
"displayName": "Subspace",
|
||||
"network": "autonomys",
|
||||
"displayName": "Autonomys",
|
||||
"symbols": [
|
||||
"SSC"
|
||||
"AI3"
|
||||
],
|
||||
"decimals": [
|
||||
18
|
||||
],
|
||||
"standardAccount": "*25519",
|
||||
"website": "https://subspace.network"
|
||||
"website": "https://autonomys.xyz"
|
||||
},
|
||||
{
|
||||
"prefix": 7007,
|
||||
@@ -1741,7 +1754,7 @@
|
||||
"TCESS"
|
||||
],
|
||||
"decimals": [
|
||||
12
|
||||
18
|
||||
],
|
||||
"standardAccount": "*25519",
|
||||
"website": "https://cess.cloud"
|
||||
@@ -1754,7 +1767,7 @@
|
||||
"CESS"
|
||||
],
|
||||
"decimals": [
|
||||
12
|
||||
18
|
||||
],
|
||||
"standardAccount": "*25519",
|
||||
"website": "https://cess.cloud"
|
||||
@@ -1811,6 +1824,19 @@
|
||||
"standardAccount": "*25519",
|
||||
"website": "https://nftmart.io"
|
||||
},
|
||||
{
|
||||
"prefix": 12850,
|
||||
"network": "analog-timechain",
|
||||
"displayName": "Analog Timechain",
|
||||
"symbols": [
|
||||
"ANLOG"
|
||||
],
|
||||
"decimals": [
|
||||
12
|
||||
],
|
||||
"standardAccount": "*25519",
|
||||
"website": "https://analog.one"
|
||||
},
|
||||
{
|
||||
"prefix": 13116,
|
||||
"network": "bittensor",
|
||||
@@ -1836,5 +1862,44 @@
|
||||
],
|
||||
"standardAccount": "*25519",
|
||||
"website": "https://goro.network"
|
||||
},
|
||||
{
|
||||
"prefix": 14998,
|
||||
"network": "mosaic-chain",
|
||||
"displayName": "Mosaic Chain",
|
||||
"symbols": [
|
||||
"MOS"
|
||||
],
|
||||
"decimals": [
|
||||
18
|
||||
],
|
||||
"standardAccount": "*25519",
|
||||
"website": "https://mosaicchain.io"
|
||||
},
|
||||
{
|
||||
"prefix": 29972,
|
||||
"network": "mythos",
|
||||
"displayName": "Mythos",
|
||||
"symbols": [
|
||||
"MYTH"
|
||||
],
|
||||
"decimals": [
|
||||
18
|
||||
],
|
||||
"standardAccount": "secp256k1",
|
||||
"website": "https://mythos.foundation"
|
||||
},
|
||||
{
|
||||
"prefix": 8888,
|
||||
"network": "xcavate",
|
||||
"displayName": "Xcavate Protocol",
|
||||
"symbols": [
|
||||
"XCAV"
|
||||
],
|
||||
"decimals": [
|
||||
12
|
||||
],
|
||||
"standardAccount": "*25519",
|
||||
"website": "https://xcavate.io/"
|
||||
}
|
||||
]
|
||||
@@ -20,7 +20,7 @@
|
||||
"./packageDetect.cjs"
|
||||
],
|
||||
"type": "module",
|
||||
"version": "13.0.2",
|
||||
"version": "13.2.3",
|
||||
"browser": {
|
||||
"crypto": false,
|
||||
"stream": false
|
||||
@@ -29,16 +29,16 @@
|
||||
"dependencies": {
|
||||
"@noble/curves": "^1.3.0",
|
||||
"@noble/hashes": "^1.3.3",
|
||||
"@polkadot/networks": "13.0.2",
|
||||
"@polkadot/util": "13.0.2",
|
||||
"@polkadot/wasm-crypto": "^7.3.2",
|
||||
"@polkadot/wasm-util": "^7.3.2",
|
||||
"@polkadot/x-bigint": "13.0.2",
|
||||
"@polkadot/x-randomvalues": "13.0.2",
|
||||
"@scure/base": "^1.1.5",
|
||||
"tslib": "^2.6.2"
|
||||
"@polkadot/networks": "13.2.3",
|
||||
"@polkadot/util": "13.2.3",
|
||||
"@polkadot/wasm-crypto": "^7.4.1",
|
||||
"@polkadot/wasm-util": "^7.4.1",
|
||||
"@polkadot/x-bigint": "13.2.3",
|
||||
"@polkadot/x-randomvalues": "13.2.3",
|
||||
"@scure/base": "^1.1.7",
|
||||
"tslib": "^2.8.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@polkadot/util": "13.0.2"
|
||||
"@polkadot/util": "13.2.3"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -3,4 +3,4 @@
|
||||
|
||||
// Do not edit, auto-generated by @polkadot/dev
|
||||
|
||||
export const packageInfo = { name: '@polkadot/util-crypto', path: 'auto', type: 'auto', version: '13.0.2' };
|
||||
export const packageInfo = { name: '@polkadot/util-crypto', path: 'auto', type: 'auto', version: '13.2.3' };
|
||||
|
||||
@@ -18,7 +18,7 @@
|
||||
"./packageDetect.cjs"
|
||||
],
|
||||
"type": "module",
|
||||
"version": "13.0.2",
|
||||
"version": "13.2.3",
|
||||
"main": "index.js",
|
||||
"exports": {
|
||||
"./hex/toU8a": {
|
||||
@@ -35,15 +35,15 @@
|
||||
}
|
||||
},
|
||||
"dependencies": {
|
||||
"@polkadot/x-bigint": "13.0.2",
|
||||
"@polkadot/x-global": "13.0.2",
|
||||
"@polkadot/x-textdecoder": "13.0.2",
|
||||
"@polkadot/x-textencoder": "13.0.2",
|
||||
"@types/bn.js": "^5.1.5",
|
||||
"@polkadot/x-bigint": "13.2.3",
|
||||
"@polkadot/x-global": "13.2.3",
|
||||
"@polkadot/x-textdecoder": "13.2.3",
|
||||
"@polkadot/x-textencoder": "13.2.3",
|
||||
"@types/bn.js": "^5.1.6",
|
||||
"bn.js": "^5.2.1",
|
||||
"tslib": "^2.6.2"
|
||||
"tslib": "^2.8.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@polkadot/x-randomvalues": "13.0.2"
|
||||
"@polkadot/x-randomvalues": "13.2.3"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -3,4 +3,4 @@
|
||||
|
||||
// Do not edit, auto-generated by @polkadot/dev
|
||||
|
||||
export const packageInfo = { name: '@polkadot/util', path: 'auto', type: 'auto', version: '13.0.2' };
|
||||
export const packageInfo = { name: '@polkadot/util', path: 'auto', type: 'auto', version: '13.2.3' };
|
||||
|
||||
@@ -18,9 +18,9 @@
|
||||
"./shim.cjs"
|
||||
],
|
||||
"type": "module",
|
||||
"version": "13.0.2",
|
||||
"version": "13.2.3",
|
||||
"dependencies": {
|
||||
"@polkadot/x-global": "13.0.2",
|
||||
"tslib": "^2.6.2"
|
||||
"@polkadot/x-global": "13.2.3",
|
||||
"tslib": "^2.8.0"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -3,4 +3,4 @@
|
||||
|
||||
// Do not edit, auto-generated by @polkadot/dev
|
||||
|
||||
export const packageInfo = { name: '@polkadot/x-bigint', path: 'auto', type: 'auto', version: '13.0.2' };
|
||||
export const packageInfo = { name: '@polkadot/x-bigint', path: 'auto', type: 'auto', version: '13.2.3' };
|
||||
|
||||
@@ -15,11 +15,11 @@
|
||||
},
|
||||
"sideEffects": false,
|
||||
"type": "module",
|
||||
"version": "13.0.2",
|
||||
"version": "13.2.3",
|
||||
"main": "index.js",
|
||||
"dependencies": {
|
||||
"@polkadot/util": "13.0.2",
|
||||
"@polkadot/util": "13.2.3",
|
||||
"buffer-es6": "^4.9.3",
|
||||
"tslib": "^2.6.2"
|
||||
"tslib": "^2.8.0"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -3,4 +3,4 @@
|
||||
|
||||
// Do not edit, auto-generated by @polkadot/dev
|
||||
|
||||
export const packageInfo = { name: '@polkadot/x-bundle', path: 'auto', type: 'auto', version: '13.0.2' };
|
||||
export const packageInfo = { name: '@polkadot/x-bundle', path: 'auto', type: 'auto', version: '13.2.3' };
|
||||
|
||||
@@ -15,13 +15,13 @@
|
||||
},
|
||||
"sideEffects": false,
|
||||
"type": "module",
|
||||
"version": "13.0.2",
|
||||
"version": "13.2.3",
|
||||
"browser": "browser.js",
|
||||
"main": "node.js",
|
||||
"react-native": "react-native.js",
|
||||
"dependencies": {
|
||||
"@polkadot/x-global": "13.0.2",
|
||||
"@polkadot/x-global": "13.2.3",
|
||||
"node-fetch": "^3.3.2",
|
||||
"tslib": "^2.6.2"
|
||||
"tslib": "^2.8.0"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -3,4 +3,4 @@
|
||||
|
||||
// Do not edit, auto-generated by @polkadot/dev
|
||||
|
||||
export const packageInfo = { name: '@polkadot/x-fetch', path: 'auto', type: 'auto', version: '13.0.2' };
|
||||
export const packageInfo = { name: '@polkadot/x-fetch', path: 'auto', type: 'auto', version: '13.2.3' };
|
||||
|
||||
@@ -15,9 +15,9 @@
|
||||
},
|
||||
"sideEffects": false,
|
||||
"type": "module",
|
||||
"version": "13.0.2",
|
||||
"version": "13.2.3",
|
||||
"main": "index.js",
|
||||
"dependencies": {
|
||||
"tslib": "^2.6.2"
|
||||
"tslib": "^2.8.0"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -3,4 +3,4 @@
|
||||
|
||||
// Do not edit, auto-generated by @polkadot/dev
|
||||
|
||||
export const packageInfo = { name: '@polkadot/x-global', path: 'auto', type: 'auto', version: '13.0.2' };
|
||||
export const packageInfo = { name: '@polkadot/x-global', path: 'auto', type: 'auto', version: '13.2.3' };
|
||||
|
||||
@@ -15,21 +15,21 @@
|
||||
},
|
||||
"sideEffects": false,
|
||||
"type": "module",
|
||||
"version": "13.0.2",
|
||||
"version": "13.2.3",
|
||||
"browser": "browser.js",
|
||||
"main": "node.js",
|
||||
"react-native": "react-native.js",
|
||||
"dependencies": {
|
||||
"@polkadot/x-global": "13.0.2",
|
||||
"tslib": "^2.6.2"
|
||||
"@polkadot/x-global": "13.2.3",
|
||||
"tslib": "^2.8.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@polkadot/util": "13.0.2",
|
||||
"@polkadot/wasm-util": "^7.3.2",
|
||||
"@polkadot/util": "13.2.3",
|
||||
"@polkadot/wasm-util": "^7.4.1",
|
||||
"@types/react-native": "^0.73.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@polkadot/util": "13.0.2",
|
||||
"@polkadot/util": "13.2.3",
|
||||
"@polkadot/wasm-util": "*"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -3,4 +3,4 @@
|
||||
|
||||
// Do not edit, auto-generated by @polkadot/dev
|
||||
|
||||
export const packageInfo = { name: '@polkadot/x-randomvalues', path: 'auto', type: 'auto', version: '13.0.2' };
|
||||
export const packageInfo = { name: '@polkadot/x-randomvalues', path: 'auto', type: 'auto', version: '13.2.3' };
|
||||
|
||||
@@ -15,12 +15,12 @@
|
||||
},
|
||||
"sideEffects": false,
|
||||
"type": "module",
|
||||
"version": "13.0.2",
|
||||
"version": "13.2.3",
|
||||
"browser": "browser.js",
|
||||
"main": "node.js",
|
||||
"react-native": "react-native.js",
|
||||
"dependencies": {
|
||||
"@polkadot/x-global": "13.0.2",
|
||||
"tslib": "^2.6.2"
|
||||
"@polkadot/x-global": "13.2.3",
|
||||
"tslib": "^2.8.0"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -3,4 +3,4 @@
|
||||
|
||||
// Do not edit, auto-generated by @polkadot/dev
|
||||
|
||||
export const packageInfo = { name: '@polkadot/x-textdecoder', path: 'auto', type: 'auto', version: '13.0.2' };
|
||||
export const packageInfo = { name: '@polkadot/x-textdecoder', path: 'auto', type: 'auto', version: '13.2.3' };
|
||||
|
||||
@@ -15,12 +15,12 @@
|
||||
},
|
||||
"sideEffects": false,
|
||||
"type": "module",
|
||||
"version": "13.0.2",
|
||||
"version": "13.2.3",
|
||||
"browser": "browser.js",
|
||||
"main": "node.js",
|
||||
"react-native": "react-native.js",
|
||||
"dependencies": {
|
||||
"@polkadot/x-global": "13.0.2",
|
||||
"tslib": "^2.6.2"
|
||||
"@polkadot/x-global": "13.2.3",
|
||||
"tslib": "^2.8.0"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -3,4 +3,4 @@
|
||||
|
||||
// Do not edit, auto-generated by @polkadot/dev
|
||||
|
||||
export const packageInfo = { name: '@polkadot/x-textencoder', path: 'auto', type: 'auto', version: '13.0.2' };
|
||||
export const packageInfo = { name: '@polkadot/x-textencoder', path: 'auto', type: 'auto', version: '13.2.3' };
|
||||
|
||||
@@ -15,16 +15,16 @@
|
||||
},
|
||||
"sideEffects": false,
|
||||
"type": "module",
|
||||
"version": "13.0.2",
|
||||
"version": "13.2.3",
|
||||
"browser": "browser.js",
|
||||
"main": "node.js",
|
||||
"react-native": "react-native.js",
|
||||
"dependencies": {
|
||||
"@polkadot/x-global": "13.0.2",
|
||||
"tslib": "^2.6.2",
|
||||
"ws": "^8.16.0"
|
||||
"@polkadot/x-global": "13.2.3",
|
||||
"tslib": "^2.8.0",
|
||||
"ws": "^8.18.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/ws": "^8.5.10"
|
||||
"@types/ws": "^8.5.12"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -3,4 +3,4 @@
|
||||
|
||||
// Do not edit, auto-generated by @polkadot/dev
|
||||
|
||||
export const packageInfo = { name: '@polkadot/x-ws', path: 'auto', type: 'auto', version: '13.0.2' };
|
||||
export const packageInfo = { name: '@polkadot/x-ws', path: 'auto', type: 'auto', version: '13.2.3' };
|
||||
|
||||
@@ -1207,74 +1207,74 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@ledgerhq/devices@npm:^8.3.0, @ledgerhq/devices@npm:^8.4.0":
|
||||
version: 8.4.0
|
||||
resolution: "@ledgerhq/devices@npm:8.4.0"
|
||||
"@ledgerhq/devices@npm:^8.3.0, @ledgerhq/devices@npm:^8.4.2, @ledgerhq/devices@npm:^8.4.4":
|
||||
version: 8.4.4
|
||||
resolution: "@ledgerhq/devices@npm:8.4.4"
|
||||
dependencies:
|
||||
"@ledgerhq/errors": "npm:^6.17.0"
|
||||
"@ledgerhq/errors": "npm:^6.19.1"
|
||||
"@ledgerhq/logs": "npm:^6.12.0"
|
||||
rxjs: "npm:^7.8.1"
|
||||
semver: "npm:^7.3.5"
|
||||
checksum: 10/2e1f6a95b4a5fe74eb50bbc2451ba121fe43818c2f77a5cb8b9dd61f113938c423b37ed32b5c35af70f4880af7d3f78e1f24d397da28ab62efa28ad1cd3f0594
|
||||
checksum: 10/57136fc45ae2fa42b3cf93eb7cc3542fd84010390b3d0a536d342c7e92f90e475d608b1774f17a547419edddd7df0d0b1b1dbd6d2c778009ebab0fc3ec313f67
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@ledgerhq/errors@npm:^6.16.4, @ledgerhq/errors@npm:^6.17.0":
|
||||
version: 6.17.0
|
||||
resolution: "@ledgerhq/errors@npm:6.17.0"
|
||||
checksum: 10/97f746a7a57144b93ce914b2dd89e5c430b2fe743fc4ce26ead498a5dca36096c7a1a39258c7ee1837e4a17c4eaf31047c606828e059b089275605da6bd8a6ec
|
||||
"@ledgerhq/errors@npm:^6.16.4, @ledgerhq/errors@npm:^6.18.0, @ledgerhq/errors@npm:^6.19.1":
|
||||
version: 6.19.1
|
||||
resolution: "@ledgerhq/errors@npm:6.19.1"
|
||||
checksum: 10/8265c6d73c314a4aabbe060ec29e2feebb4e904fe811bf7a9c53cde08e713dcbceded9d927ebb2f0ffc47a7b16524379d4a7e9aa3d61945b8a832be7cd5cf69b
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@ledgerhq/hw-transport-node-hid-noevents@npm:^6.30.1":
|
||||
version: 6.30.1
|
||||
resolution: "@ledgerhq/hw-transport-node-hid-noevents@npm:6.30.1"
|
||||
"@ledgerhq/hw-transport-node-hid-noevents@npm:^6.30.5":
|
||||
version: 6.30.5
|
||||
resolution: "@ledgerhq/hw-transport-node-hid-noevents@npm:6.30.5"
|
||||
dependencies:
|
||||
"@ledgerhq/devices": "npm:^8.4.0"
|
||||
"@ledgerhq/errors": "npm:^6.17.0"
|
||||
"@ledgerhq/hw-transport": "npm:^6.31.0"
|
||||
"@ledgerhq/devices": "npm:^8.4.4"
|
||||
"@ledgerhq/errors": "npm:^6.19.1"
|
||||
"@ledgerhq/hw-transport": "npm:^6.31.4"
|
||||
"@ledgerhq/logs": "npm:^6.12.0"
|
||||
node-hid: "npm:2.1.2"
|
||||
checksum: 10/521a28979de3e90e0c676c69ecd4c1fed8365aa075d416d074f18a354084849de1a5bd1d858a36eb4073aee26706437d0ff96f8a64e975d7a5efa48375a8a644
|
||||
checksum: 10/78d9524bcf441d8c8b909b7dd5e2322283dd4c896079bdc3cc9741a29f3798679ef031f497713c54cf3674bbdd6b84d772e6d74f2fda03a86f3450eee373fe9f
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@ledgerhq/hw-transport-node-hid-singleton@npm:^6.31.1":
|
||||
version: 6.31.1
|
||||
resolution: "@ledgerhq/hw-transport-node-hid-singleton@npm:6.31.1"
|
||||
"@ledgerhq/hw-transport-node-hid-singleton@npm:^6.31.5":
|
||||
version: 6.31.5
|
||||
resolution: "@ledgerhq/hw-transport-node-hid-singleton@npm:6.31.5"
|
||||
dependencies:
|
||||
"@ledgerhq/devices": "npm:^8.4.0"
|
||||
"@ledgerhq/errors": "npm:^6.17.0"
|
||||
"@ledgerhq/hw-transport": "npm:^6.31.0"
|
||||
"@ledgerhq/hw-transport-node-hid-noevents": "npm:^6.30.1"
|
||||
"@ledgerhq/devices": "npm:^8.4.4"
|
||||
"@ledgerhq/errors": "npm:^6.19.1"
|
||||
"@ledgerhq/hw-transport": "npm:^6.31.4"
|
||||
"@ledgerhq/hw-transport-node-hid-noevents": "npm:^6.30.5"
|
||||
"@ledgerhq/logs": "npm:^6.12.0"
|
||||
node-hid: "npm:2.1.2"
|
||||
usb: "npm:2.9.0"
|
||||
checksum: 10/0d238779783bde22773d731e3e83555f3fe568c86db840db411813870c89b085e0f681a7e7d4c91b4ff5aab85461e9f8e4873649c27d05d57445388f54b5f959
|
||||
checksum: 10/e95664b2ebd1c3e4f8769be7a4fb267e41c53d639c48e294e4349b30dcb4c3a8565a34f84bfec4aff4b35529b3184a0cc0fc591c1d2dffe37c0702194cf3cba0
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@ledgerhq/hw-transport-webhid@npm:^6.29.0":
|
||||
version: 6.29.0
|
||||
resolution: "@ledgerhq/hw-transport-webhid@npm:6.29.0"
|
||||
"@ledgerhq/hw-transport-webhid@npm:^6.29.4":
|
||||
version: 6.29.4
|
||||
resolution: "@ledgerhq/hw-transport-webhid@npm:6.29.4"
|
||||
dependencies:
|
||||
"@ledgerhq/devices": "npm:^8.4.0"
|
||||
"@ledgerhq/errors": "npm:^6.17.0"
|
||||
"@ledgerhq/hw-transport": "npm:^6.31.0"
|
||||
"@ledgerhq/devices": "npm:^8.4.4"
|
||||
"@ledgerhq/errors": "npm:^6.19.1"
|
||||
"@ledgerhq/hw-transport": "npm:^6.31.4"
|
||||
"@ledgerhq/logs": "npm:^6.12.0"
|
||||
checksum: 10/65f0a7a57bed925eb381801c6c8e29de0ad4d80820b71758b8e0ed9ead77837d678c1caaac95dd3dc0ad83f37db97d73420dfc70aee9720f30f7a98d3e40824e
|
||||
checksum: 10/48d4a1e84c268682bf3fa59a2e55b0c771861f7c56a9961d3a7eeb38908cb54cdbfd6f9cb6ab9fa0e4e8c5f603894455c53ee85c186c6c9cb0d62453f2d94cce
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@ledgerhq/hw-transport-webusb@npm:^6.29.0":
|
||||
version: 6.29.0
|
||||
resolution: "@ledgerhq/hw-transport-webusb@npm:6.29.0"
|
||||
"@ledgerhq/hw-transport-webusb@npm:^6.29.4":
|
||||
version: 6.29.4
|
||||
resolution: "@ledgerhq/hw-transport-webusb@npm:6.29.4"
|
||||
dependencies:
|
||||
"@ledgerhq/devices": "npm:^8.4.0"
|
||||
"@ledgerhq/errors": "npm:^6.17.0"
|
||||
"@ledgerhq/hw-transport": "npm:^6.31.0"
|
||||
"@ledgerhq/devices": "npm:^8.4.4"
|
||||
"@ledgerhq/errors": "npm:^6.19.1"
|
||||
"@ledgerhq/hw-transport": "npm:^6.31.4"
|
||||
"@ledgerhq/logs": "npm:^6.12.0"
|
||||
checksum: 10/29fe869c70d16d26df8a39d9dca600aa95f0d2de7f4a06d4b6b5e7b3bc84ee2373d258be26f45505097ef536209123034116f20698e7ee1c016ce4d3fda0886c
|
||||
checksum: 10/58601374ce76c9cb4b371d6c293e5cb65c44f963e3526f27aa1b064cbd7fb482e88eb00e6dfb0165768cf0b29a1b86d90c4ccd29603d9b01fda817f719bb6e17
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
@@ -1290,15 +1290,27 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@ledgerhq/hw-transport@npm:6.31.0, @ledgerhq/hw-transport@npm:^6.31.0":
|
||||
version: 6.31.0
|
||||
resolution: "@ledgerhq/hw-transport@npm:6.31.0"
|
||||
"@ledgerhq/hw-transport@npm:6.31.2":
|
||||
version: 6.31.2
|
||||
resolution: "@ledgerhq/hw-transport@npm:6.31.2"
|
||||
dependencies:
|
||||
"@ledgerhq/devices": "npm:^8.4.0"
|
||||
"@ledgerhq/errors": "npm:^6.17.0"
|
||||
"@ledgerhq/devices": "npm:^8.4.2"
|
||||
"@ledgerhq/errors": "npm:^6.18.0"
|
||||
"@ledgerhq/logs": "npm:^6.12.0"
|
||||
events: "npm:^3.3.0"
|
||||
checksum: 10/aceae60c98515696d08007d9c54a5f85b04fe1d14362cd672997a7fcd24422bcbf19ef1bed1ac4cc2d0b164b2226d1b3420250389f9694f2e77c7395da97982b
|
||||
checksum: 10/b712b0c5a409d8bca254daa16b2867110132d44382dfb758e4ab0d710656d85c6b3fd9e42565ec9959db9a7f57b430d04d9db5556fb64727d7dc0a8e7a92d165
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@ledgerhq/hw-transport@npm:^6.31.4":
|
||||
version: 6.31.4
|
||||
resolution: "@ledgerhq/hw-transport@npm:6.31.4"
|
||||
dependencies:
|
||||
"@ledgerhq/devices": "npm:^8.4.4"
|
||||
"@ledgerhq/errors": "npm:^6.19.1"
|
||||
"@ledgerhq/logs": "npm:^6.12.0"
|
||||
events: "npm:^3.3.0"
|
||||
checksum: 10/cf101e5b818e95e59031241d556dbec24658f54104910e414be493bc4b90b0aea50f5d4b3339a237dd0b12845bb2683c845f3a82f2ea9da4e077b68d1e1f7e48
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
@@ -1490,34 +1502,34 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@polkadot/dev-test@npm:^0.79.1":
|
||||
version: 0.79.1
|
||||
resolution: "@polkadot/dev-test@npm:0.79.1"
|
||||
"@polkadot/dev-test@npm:^0.82.1":
|
||||
version: 0.82.1
|
||||
resolution: "@polkadot/dev-test@npm:0.82.1"
|
||||
dependencies:
|
||||
jsdom: "npm:^24.0.0"
|
||||
tslib: "npm:^2.6.2"
|
||||
checksum: 10/36bd5fcdf2e444cdd8054567d3d9ab6b53657df0b42e7e0e79097458172b3e60dcf13daa524874d718334d590f008813141a2752099d302c314f762ad30b4890
|
||||
tslib: "npm:^2.7.0"
|
||||
checksum: 10/669690400183b33187a526c9b5d5427957e30ace31635975a7b20d2cbfc4bda002f9ea71bde87e9e37d8153bc5b56b7d6059b52a3fe973fce6023595a438e3df
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@polkadot/dev-ts@npm:^0.79.1":
|
||||
version: 0.79.1
|
||||
resolution: "@polkadot/dev-ts@npm:0.79.1"
|
||||
"@polkadot/dev-ts@npm:^0.82.1":
|
||||
version: 0.82.1
|
||||
resolution: "@polkadot/dev-ts@npm:0.82.1"
|
||||
dependencies:
|
||||
json5: "npm:^2.2.3"
|
||||
tslib: "npm:^2.6.2"
|
||||
typescript: "npm:^5.3.3"
|
||||
checksum: 10/027a6570d19a54328e6ebca0ffe2cf532c6faebd75702abb3531a8b53168d1f35e0259b15e41760f601a912516ff46bd522f82127a0d475fb6c88e293e5449a5
|
||||
tslib: "npm:^2.7.0"
|
||||
typescript: "npm:^5.5.4"
|
||||
checksum: 10/a7ac2a614bf93e2406d65e153f110d55c8b2a7eaf44672622586dd2f9bc0d6e4a36e0a05a66654370a1c66061a7668f0df93151142c7d9a281d56df4827c9418
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@polkadot/dev@npm:^0.79.1":
|
||||
version: 0.79.1
|
||||
resolution: "@polkadot/dev@npm:0.79.1"
|
||||
"@polkadot/dev@npm:^0.82.1":
|
||||
version: 0.82.1
|
||||
resolution: "@polkadot/dev@npm:0.82.1"
|
||||
dependencies:
|
||||
"@eslint/js": "npm:^8.56.0"
|
||||
"@polkadot/dev-test": "npm:^0.79.1"
|
||||
"@polkadot/dev-ts": "npm:^0.79.1"
|
||||
"@polkadot/dev-test": "npm:^0.82.1"
|
||||
"@polkadot/dev-ts": "npm:^0.82.1"
|
||||
"@rollup/plugin-alias": "npm:^5.1.0"
|
||||
"@rollup/plugin-commonjs": "npm:^25.0.7"
|
||||
"@rollup/plugin-dynamic-import-vars": "npm:^2.1.2"
|
||||
@@ -1550,8 +1562,8 @@ __metadata:
|
||||
madge: "npm:^6.1.0"
|
||||
rollup: "npm:^4.9.6"
|
||||
rollup-plugin-cleanup: "npm:^3.2.1"
|
||||
tslib: "npm:^2.6.2"
|
||||
typescript: "npm:^5.3.3"
|
||||
tslib: "npm:^2.7.0"
|
||||
typescript: "npm:^5.5.4"
|
||||
webpack: "npm:^5.89.0"
|
||||
webpack-cli: "npm:^5.1.4"
|
||||
webpack-dev-server: "npm:^4.15.1"
|
||||
@@ -1582,34 +1594,34 @@ __metadata:
|
||||
polkadot-exec-rollup: scripts/polkadot-exec-rollup.mjs
|
||||
polkadot-exec-tsc: scripts/polkadot-exec-tsc.mjs
|
||||
polkadot-exec-webpack: scripts/polkadot-exec-webpack.mjs
|
||||
checksum: 10/2a7bbd5da088a091c64d5e6b1e9215d0a82058702bc93bca43b2be941af0eb1de515356df9609cb179e0729dfe287dfea935e243afb71cf10cc055877c6edd6e
|
||||
checksum: 10/5739c27e09db8bf09582f1016d7db83ca6c09eb9ece9b4c3df05073670dccb5ecb05464e26c4aaea846354dc6cfcea26f6dd727fc2c42bc8e04e04f9319e5321
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@polkadot/hw-ledger-transports@npm:13.0.2, @polkadot/hw-ledger-transports@workspace:packages/hw-ledger-transports":
|
||||
"@polkadot/hw-ledger-transports@npm:13.2.3, @polkadot/hw-ledger-transports@workspace:packages/hw-ledger-transports":
|
||||
version: 0.0.0-use.local
|
||||
resolution: "@polkadot/hw-ledger-transports@workspace:packages/hw-ledger-transports"
|
||||
dependencies:
|
||||
"@ledgerhq/hw-transport": "npm:^6.31.0"
|
||||
"@ledgerhq/hw-transport-node-hid-singleton": "npm:^6.31.1"
|
||||
"@ledgerhq/hw-transport-webhid": "npm:^6.29.0"
|
||||
"@ledgerhq/hw-transport-webusb": "npm:^6.29.0"
|
||||
"@polkadot/util": "npm:13.0.2"
|
||||
tslib: "npm:^2.6.2"
|
||||
"@ledgerhq/hw-transport": "npm:^6.31.4"
|
||||
"@ledgerhq/hw-transport-node-hid-singleton": "npm:^6.31.5"
|
||||
"@ledgerhq/hw-transport-webhid": "npm:^6.29.4"
|
||||
"@ledgerhq/hw-transport-webusb": "npm:^6.29.4"
|
||||
"@polkadot/util": "npm:13.2.3"
|
||||
tslib: "npm:^2.8.0"
|
||||
dependenciesMeta:
|
||||
"@ledgerhq/hw-transport-node-hid-singleton":
|
||||
optional: true
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
"@polkadot/hw-ledger@npm:13.0.2, @polkadot/hw-ledger@workspace:packages/hw-ledger":
|
||||
"@polkadot/hw-ledger@npm:13.2.3, @polkadot/hw-ledger@workspace:packages/hw-ledger":
|
||||
version: 0.0.0-use.local
|
||||
resolution: "@polkadot/hw-ledger@workspace:packages/hw-ledger"
|
||||
dependencies:
|
||||
"@polkadot/hw-ledger-transports": "npm:13.0.2"
|
||||
"@polkadot/util": "npm:13.0.2"
|
||||
"@zondax/ledger-substrate": "npm:0.44.7"
|
||||
tslib: "npm:^2.6.2"
|
||||
"@polkadot/hw-ledger-transports": "npm:13.2.3"
|
||||
"@polkadot/util": "npm:13.2.3"
|
||||
"@zondax/ledger-substrate": "npm:1.0.0"
|
||||
tslib: "npm:^2.8.0"
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
@@ -1617,146 +1629,146 @@ __metadata:
|
||||
version: 0.0.0-use.local
|
||||
resolution: "@polkadot/keyring@workspace:packages/keyring"
|
||||
dependencies:
|
||||
"@polkadot/util": "npm:13.0.2"
|
||||
"@polkadot/util-crypto": "npm:13.0.2"
|
||||
tslib: "npm:^2.6.2"
|
||||
"@polkadot/util": "npm:13.2.3"
|
||||
"@polkadot/util-crypto": "npm:13.2.3"
|
||||
tslib: "npm:^2.8.0"
|
||||
peerDependencies:
|
||||
"@polkadot/util": 13.0.2
|
||||
"@polkadot/util-crypto": 13.0.2
|
||||
"@polkadot/util": 13.2.3
|
||||
"@polkadot/util-crypto": 13.2.3
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
"@polkadot/networks@npm:13.0.2, @polkadot/networks@workspace:packages/networks":
|
||||
"@polkadot/networks@npm:13.2.3, @polkadot/networks@workspace:packages/networks":
|
||||
version: 0.0.0-use.local
|
||||
resolution: "@polkadot/networks@workspace:packages/networks"
|
||||
dependencies:
|
||||
"@polkadot/hw-ledger": "npm:13.0.2"
|
||||
"@polkadot/util": "npm:13.0.2"
|
||||
"@substrate/ss58-registry": "npm:^1.46.0"
|
||||
tslib: "npm:^2.6.2"
|
||||
"@polkadot/hw-ledger": "npm:13.2.3"
|
||||
"@polkadot/util": "npm:13.2.3"
|
||||
"@substrate/ss58-registry": "npm:^1.51.0"
|
||||
tslib: "npm:^2.8.0"
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
"@polkadot/util-crypto@npm:13.0.2, @polkadot/util-crypto@workspace:packages/util-crypto":
|
||||
"@polkadot/util-crypto@npm:13.2.3, @polkadot/util-crypto@workspace:packages/util-crypto":
|
||||
version: 0.0.0-use.local
|
||||
resolution: "@polkadot/util-crypto@workspace:packages/util-crypto"
|
||||
dependencies:
|
||||
"@noble/curves": "npm:^1.3.0"
|
||||
"@noble/hashes": "npm:^1.3.3"
|
||||
"@polkadot/networks": "npm:13.0.2"
|
||||
"@polkadot/util": "npm:13.0.2"
|
||||
"@polkadot/wasm-crypto": "npm:^7.3.2"
|
||||
"@polkadot/wasm-util": "npm:^7.3.2"
|
||||
"@polkadot/x-bigint": "npm:13.0.2"
|
||||
"@polkadot/x-randomvalues": "npm:13.0.2"
|
||||
"@scure/base": "npm:^1.1.5"
|
||||
tslib: "npm:^2.6.2"
|
||||
"@polkadot/networks": "npm:13.2.3"
|
||||
"@polkadot/util": "npm:13.2.3"
|
||||
"@polkadot/wasm-crypto": "npm:^7.4.1"
|
||||
"@polkadot/wasm-util": "npm:^7.4.1"
|
||||
"@polkadot/x-bigint": "npm:13.2.3"
|
||||
"@polkadot/x-randomvalues": "npm:13.2.3"
|
||||
"@scure/base": "npm:^1.1.7"
|
||||
tslib: "npm:^2.8.0"
|
||||
peerDependencies:
|
||||
"@polkadot/util": 13.0.2
|
||||
"@polkadot/util": 13.2.3
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
"@polkadot/util@npm:13.0.2, @polkadot/util@workspace:packages/util":
|
||||
"@polkadot/util@npm:13.2.3, @polkadot/util@workspace:packages/util":
|
||||
version: 0.0.0-use.local
|
||||
resolution: "@polkadot/util@workspace:packages/util"
|
||||
dependencies:
|
||||
"@polkadot/x-bigint": "npm:13.0.2"
|
||||
"@polkadot/x-global": "npm:13.0.2"
|
||||
"@polkadot/x-randomvalues": "npm:13.0.2"
|
||||
"@polkadot/x-textdecoder": "npm:13.0.2"
|
||||
"@polkadot/x-textencoder": "npm:13.0.2"
|
||||
"@types/bn.js": "npm:^5.1.5"
|
||||
"@polkadot/x-bigint": "npm:13.2.3"
|
||||
"@polkadot/x-global": "npm:13.2.3"
|
||||
"@polkadot/x-randomvalues": "npm:13.2.3"
|
||||
"@polkadot/x-textdecoder": "npm:13.2.3"
|
||||
"@polkadot/x-textencoder": "npm:13.2.3"
|
||||
"@types/bn.js": "npm:^5.1.6"
|
||||
bn.js: "npm:^5.2.1"
|
||||
tslib: "npm:^2.6.2"
|
||||
tslib: "npm:^2.8.0"
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
"@polkadot/wasm-bridge@npm:7.3.2":
|
||||
version: 7.3.2
|
||||
resolution: "@polkadot/wasm-bridge@npm:7.3.2"
|
||||
"@polkadot/wasm-bridge@npm:7.4.1":
|
||||
version: 7.4.1
|
||||
resolution: "@polkadot/wasm-bridge@npm:7.4.1"
|
||||
dependencies:
|
||||
"@polkadot/wasm-util": "npm:7.3.2"
|
||||
tslib: "npm:^2.6.2"
|
||||
"@polkadot/wasm-util": "npm:7.4.1"
|
||||
tslib: "npm:^2.7.0"
|
||||
peerDependencies:
|
||||
"@polkadot/util": "*"
|
||||
"@polkadot/x-randomvalues": "*"
|
||||
checksum: 10/8d8afa55d9f14043fb9e414b356d6ba4aa0ccc52219b8022fc86a5ea5be569dea34383b461528069996f5399011db6060ceff158227606d95ab779717ea25f5f
|
||||
checksum: 10/b1d687ff433974cb34e54539b69209b569c4faf818e3cf376601d76acacc946bd56e5c06b18f0720dd1f63454f8e74f65bc37f259c7fca35d58623d27154b033
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@polkadot/wasm-crypto-asmjs@npm:7.3.2":
|
||||
version: 7.3.2
|
||||
resolution: "@polkadot/wasm-crypto-asmjs@npm:7.3.2"
|
||||
"@polkadot/wasm-crypto-asmjs@npm:7.4.1":
|
||||
version: 7.4.1
|
||||
resolution: "@polkadot/wasm-crypto-asmjs@npm:7.4.1"
|
||||
dependencies:
|
||||
tslib: "npm:^2.6.2"
|
||||
tslib: "npm:^2.7.0"
|
||||
peerDependencies:
|
||||
"@polkadot/util": "*"
|
||||
checksum: 10/b8c0c7b3a1e5b4b07b0d4fbec51ae19c529c8a943c0b3c4631490e05f5cc61fa352e7eaf7a9fabeb49ab2e40760ff584346a929e67f6eece82134c13963e6c4b
|
||||
checksum: 10/68df2338bff14c0331d62871b66e31cea1005eac8f136c294074f7350d4c342bba17a7edd3cc9aecb2ae63dad4e927422e7be562c446bb2b7ff1a6af17bb8eee
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@polkadot/wasm-crypto-init@npm:7.3.2":
|
||||
version: 7.3.2
|
||||
resolution: "@polkadot/wasm-crypto-init@npm:7.3.2"
|
||||
"@polkadot/wasm-crypto-init@npm:7.4.1":
|
||||
version: 7.4.1
|
||||
resolution: "@polkadot/wasm-crypto-init@npm:7.4.1"
|
||||
dependencies:
|
||||
"@polkadot/wasm-bridge": "npm:7.3.2"
|
||||
"@polkadot/wasm-crypto-asmjs": "npm:7.3.2"
|
||||
"@polkadot/wasm-crypto-wasm": "npm:7.3.2"
|
||||
"@polkadot/wasm-util": "npm:7.3.2"
|
||||
tslib: "npm:^2.6.2"
|
||||
"@polkadot/wasm-bridge": "npm:7.4.1"
|
||||
"@polkadot/wasm-crypto-asmjs": "npm:7.4.1"
|
||||
"@polkadot/wasm-crypto-wasm": "npm:7.4.1"
|
||||
"@polkadot/wasm-util": "npm:7.4.1"
|
||||
tslib: "npm:^2.7.0"
|
||||
peerDependencies:
|
||||
"@polkadot/util": "*"
|
||||
"@polkadot/x-randomvalues": "*"
|
||||
checksum: 10/94b950c01f20c2ce98e2e8bfd3dc94fdcdc095a2b3d609c5de3db3bc9e403871ff08479d7eac1d2e4d048b9375e82dafb5bfab3d9d86988ec4afc41e7539d0af
|
||||
checksum: 10/d12c791214301419d94f5b374b443addc59c45e155f67b9503db4fe72866fa92e040ce8764f6dd8b4ce95005d4508a83efe832c6df4c946b7f14c18d28e8f0c1
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@polkadot/wasm-crypto-wasm@npm:7.3.2":
|
||||
version: 7.3.2
|
||||
resolution: "@polkadot/wasm-crypto-wasm@npm:7.3.2"
|
||||
"@polkadot/wasm-crypto-wasm@npm:7.4.1":
|
||||
version: 7.4.1
|
||||
resolution: "@polkadot/wasm-crypto-wasm@npm:7.4.1"
|
||||
dependencies:
|
||||
"@polkadot/wasm-util": "npm:7.3.2"
|
||||
tslib: "npm:^2.6.2"
|
||||
"@polkadot/wasm-util": "npm:7.4.1"
|
||||
tslib: "npm:^2.7.0"
|
||||
peerDependencies:
|
||||
"@polkadot/util": "*"
|
||||
checksum: 10/f984db1bf121827b8a39b2f18d838958dfcedb901037a382a5b67126dc20a9c1cec4f3dd8f9ccc2ccd5a5f259d9f2b62df2f03d55cf83185f84709c1b87c5673
|
||||
checksum: 10/22cd4e5d734bc08f6707d25cf43c9b75af335ee39284bf43dced0c72abd1300c7ebc3e956c3ce175db59655ed4fd1c37fc652c7851ee308de0bdf65331f7ba67
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@polkadot/wasm-crypto@npm:^7.3.2":
|
||||
version: 7.3.2
|
||||
resolution: "@polkadot/wasm-crypto@npm:7.3.2"
|
||||
"@polkadot/wasm-crypto@npm:^7.4.1":
|
||||
version: 7.4.1
|
||||
resolution: "@polkadot/wasm-crypto@npm:7.4.1"
|
||||
dependencies:
|
||||
"@polkadot/wasm-bridge": "npm:7.3.2"
|
||||
"@polkadot/wasm-crypto-asmjs": "npm:7.3.2"
|
||||
"@polkadot/wasm-crypto-init": "npm:7.3.2"
|
||||
"@polkadot/wasm-crypto-wasm": "npm:7.3.2"
|
||||
"@polkadot/wasm-util": "npm:7.3.2"
|
||||
tslib: "npm:^2.6.2"
|
||||
"@polkadot/wasm-bridge": "npm:7.4.1"
|
||||
"@polkadot/wasm-crypto-asmjs": "npm:7.4.1"
|
||||
"@polkadot/wasm-crypto-init": "npm:7.4.1"
|
||||
"@polkadot/wasm-crypto-wasm": "npm:7.4.1"
|
||||
"@polkadot/wasm-util": "npm:7.4.1"
|
||||
tslib: "npm:^2.7.0"
|
||||
peerDependencies:
|
||||
"@polkadot/util": "*"
|
||||
"@polkadot/x-randomvalues": "*"
|
||||
checksum: 10/ec0bf040388890b0d268ca94d2311bbb27a45b46b4f5812a2a478c1fea3c747878244535280b9c38bf2a65b9b4533bf4f9fddbc4c715d167940e6d951fef146b
|
||||
checksum: 10/7fbb38c15217965066904dfa007dafc835ed828c0a33ef6621f772fdd50b634aa0862118713e5bf564dc17891f3e3a6f09a589b447ba4e39f2e9847a0f5383be
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@polkadot/wasm-util@npm:7.3.2, @polkadot/wasm-util@npm:^7.3.2":
|
||||
version: 7.3.2
|
||||
resolution: "@polkadot/wasm-util@npm:7.3.2"
|
||||
"@polkadot/wasm-util@npm:7.4.1, @polkadot/wasm-util@npm:^7.4.1":
|
||||
version: 7.4.1
|
||||
resolution: "@polkadot/wasm-util@npm:7.4.1"
|
||||
dependencies:
|
||||
tslib: "npm:^2.6.2"
|
||||
tslib: "npm:^2.7.0"
|
||||
peerDependencies:
|
||||
"@polkadot/util": "*"
|
||||
checksum: 10/4b19f59aaca5c62933c5b355116a0fcd8dfa03b3e13f2b4c8491058f6d29fd030c956dee3f1c0821da981b874741c9ea62840c179369afb1a358a22216e5ff3c
|
||||
checksum: 10/08effda106378716954267cb268035a37d2c0a8c1db2e6f617ccd7b4f1e410342b4ff1c26db95b828aeb23e2b5512ca72f389055d717c54fda00e97fba89462a
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@polkadot/x-bigint@npm:13.0.2, @polkadot/x-bigint@workspace:packages/x-bigint":
|
||||
"@polkadot/x-bigint@npm:13.2.3, @polkadot/x-bigint@workspace:packages/x-bigint":
|
||||
version: 0.0.0-use.local
|
||||
resolution: "@polkadot/x-bigint@workspace:packages/x-bigint"
|
||||
dependencies:
|
||||
"@polkadot/x-global": "npm:13.0.2"
|
||||
tslib: "npm:^2.6.2"
|
||||
"@polkadot/x-global": "npm:13.2.3"
|
||||
tslib: "npm:^2.8.0"
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
@@ -1764,9 +1776,9 @@ __metadata:
|
||||
version: 0.0.0-use.local
|
||||
resolution: "@polkadot/x-bundle@workspace:packages/x-bundle"
|
||||
dependencies:
|
||||
"@polkadot/util": "npm:13.0.2"
|
||||
"@polkadot/util": "npm:13.2.3"
|
||||
buffer-es6: "npm:^4.9.3"
|
||||
tslib: "npm:^2.6.2"
|
||||
tslib: "npm:^2.8.0"
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
@@ -1774,50 +1786,50 @@ __metadata:
|
||||
version: 0.0.0-use.local
|
||||
resolution: "@polkadot/x-fetch@workspace:packages/x-fetch"
|
||||
dependencies:
|
||||
"@polkadot/x-global": "npm:13.0.2"
|
||||
"@polkadot/x-global": "npm:13.2.3"
|
||||
node-fetch: "npm:^3.3.2"
|
||||
tslib: "npm:^2.6.2"
|
||||
tslib: "npm:^2.8.0"
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
"@polkadot/x-global@npm:13.0.2, @polkadot/x-global@workspace:packages/x-global":
|
||||
"@polkadot/x-global@npm:13.2.3, @polkadot/x-global@workspace:packages/x-global":
|
||||
version: 0.0.0-use.local
|
||||
resolution: "@polkadot/x-global@workspace:packages/x-global"
|
||||
dependencies:
|
||||
tslib: "npm:^2.6.2"
|
||||
tslib: "npm:^2.8.0"
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
"@polkadot/x-randomvalues@npm:13.0.2, @polkadot/x-randomvalues@workspace:packages/x-randomvalues":
|
||||
"@polkadot/x-randomvalues@npm:13.2.3, @polkadot/x-randomvalues@workspace:packages/x-randomvalues":
|
||||
version: 0.0.0-use.local
|
||||
resolution: "@polkadot/x-randomvalues@workspace:packages/x-randomvalues"
|
||||
dependencies:
|
||||
"@polkadot/util": "npm:13.0.2"
|
||||
"@polkadot/wasm-util": "npm:^7.3.2"
|
||||
"@polkadot/x-global": "npm:13.0.2"
|
||||
"@polkadot/util": "npm:13.2.3"
|
||||
"@polkadot/wasm-util": "npm:^7.4.1"
|
||||
"@polkadot/x-global": "npm:13.2.3"
|
||||
"@types/react-native": "npm:^0.73.0"
|
||||
tslib: "npm:^2.6.2"
|
||||
tslib: "npm:^2.8.0"
|
||||
peerDependencies:
|
||||
"@polkadot/util": 13.0.2
|
||||
"@polkadot/util": 13.2.3
|
||||
"@polkadot/wasm-util": "*"
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
"@polkadot/x-textdecoder@npm:13.0.2, @polkadot/x-textdecoder@workspace:packages/x-textdecoder":
|
||||
"@polkadot/x-textdecoder@npm:13.2.3, @polkadot/x-textdecoder@workspace:packages/x-textdecoder":
|
||||
version: 0.0.0-use.local
|
||||
resolution: "@polkadot/x-textdecoder@workspace:packages/x-textdecoder"
|
||||
dependencies:
|
||||
"@polkadot/x-global": "npm:13.0.2"
|
||||
tslib: "npm:^2.6.2"
|
||||
"@polkadot/x-global": "npm:13.2.3"
|
||||
tslib: "npm:^2.8.0"
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
"@polkadot/x-textencoder@npm:13.0.2, @polkadot/x-textencoder@workspace:packages/x-textencoder":
|
||||
"@polkadot/x-textencoder@npm:13.2.3, @polkadot/x-textencoder@workspace:packages/x-textencoder":
|
||||
version: 0.0.0-use.local
|
||||
resolution: "@polkadot/x-textencoder@workspace:packages/x-textencoder"
|
||||
dependencies:
|
||||
"@polkadot/x-global": "npm:13.0.2"
|
||||
tslib: "npm:^2.6.2"
|
||||
"@polkadot/x-global": "npm:13.2.3"
|
||||
tslib: "npm:^2.8.0"
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
@@ -1825,10 +1837,10 @@ __metadata:
|
||||
version: 0.0.0-use.local
|
||||
resolution: "@polkadot/x-ws@workspace:packages/x-ws"
|
||||
dependencies:
|
||||
"@polkadot/x-global": "npm:13.0.2"
|
||||
"@types/ws": "npm:^8.5.10"
|
||||
tslib: "npm:^2.6.2"
|
||||
ws: "npm:^8.16.0"
|
||||
"@polkadot/x-global": "npm:13.2.3"
|
||||
"@types/ws": "npm:^8.5.12"
|
||||
tslib: "npm:^2.8.0"
|
||||
ws: "npm:^8.18.0"
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
@@ -2394,10 +2406,10 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@scure/base@npm:^1.1.5":
|
||||
version: 1.1.5
|
||||
resolution: "@scure/base@npm:1.1.5"
|
||||
checksum: 10/543fa9991c6378b6a0d5ab7f1e27b30bb9c1e860d3ac81119b4213cfdf0ad7b61be004e06506e89de7ce0cec9391c17f5c082bb34c3b617a2ee6a04129f52481
|
||||
"@scure/base@npm:^1.1.7":
|
||||
version: 1.1.7
|
||||
resolution: "@scure/base@npm:1.1.7"
|
||||
checksum: 10/fc50ffaab36cb46ff9fa4dc5052a06089ab6a6707f63d596bb34aaaec76173c9a564ac312a0b981b5e7a5349d60097b8878673c75d6cbfc4da7012b63a82099b
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
@@ -2456,10 +2468,10 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@substrate/ss58-registry@npm:^1.46.0":
|
||||
version: 1.46.0
|
||||
resolution: "@substrate/ss58-registry@npm:1.46.0"
|
||||
checksum: 10/464d1f0b3bb382f8ae1f5037ac66c53534a44c95edffa19183ae40012f1c5e5532d9f9ce307b6ac84d0775ae16493353a27d2db31d61133a1677ed904c37f30e
|
||||
"@substrate/ss58-registry@npm:^1.51.0":
|
||||
version: 1.51.0
|
||||
resolution: "@substrate/ss58-registry@npm:1.51.0"
|
||||
checksum: 10/34eb21292f543a8be7c62ad3bcdae89d61c8a51e35a0be4687b6b4e955b5180a90a7691a9e6779f7509f8dfcfdfa372d8278087a9668521b9c501adb85c915b6
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
@@ -2479,12 +2491,12 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@types/bn.js@npm:^5.1.5":
|
||||
version: 5.1.5
|
||||
resolution: "@types/bn.js@npm:5.1.5"
|
||||
"@types/bn.js@npm:^5.1.6":
|
||||
version: 5.1.6
|
||||
resolution: "@types/bn.js@npm:5.1.6"
|
||||
dependencies:
|
||||
"@types/node": "npm:*"
|
||||
checksum: 10/9719330c86aeae0a6a447c974cf0f853ba3660ede20de61f435b03d699e30e6d8b35bf71a8dc9fdc8317784438e83177644ba068ed653d0ae0106e1ecbfe289e
|
||||
checksum: 10/db565b5a2af59b09459d74441153bf23a0e80f1fb2d070330786054e7ce1a7285dc40afcd8f289426c61a83166bdd70814f70e2d439744686aac5d3ea75daf13
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
@@ -2640,12 +2652,12 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@types/node@npm:*, @types/node@npm:^20.11.5":
|
||||
version: 20.11.5
|
||||
resolution: "@types/node@npm:20.11.5"
|
||||
"@types/node@npm:*, @types/node@npm:^22.7.5":
|
||||
version: 22.7.5
|
||||
resolution: "@types/node@npm:22.7.5"
|
||||
dependencies:
|
||||
undici-types: "npm:~5.26.4"
|
||||
checksum: 10/9f31c471047d7b3e240ce7b77ff29b0d15e83be7e3feafb3d0b0d0931122b438b1eefa302a5a2e1e9849914ff3fd76aafbd8ccb372efb1331ba048da63bce6f8
|
||||
undici-types: "npm:~6.19.2"
|
||||
checksum: 10/e8ba102f8c1aa7623787d625389be68d64e54fcbb76d41f6c2c64e8cf4c9f4a2370e7ef5e5f1732f3c57529d3d26afdcb2edc0101c5e413a79081449825c57ac
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
@@ -2744,12 +2756,12 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@types/ws@npm:^8.5.10, @types/ws@npm:^8.5.5":
|
||||
version: 8.5.10
|
||||
resolution: "@types/ws@npm:8.5.10"
|
||||
"@types/ws@npm:^8.5.12, @types/ws@npm:^8.5.5":
|
||||
version: 8.5.12
|
||||
resolution: "@types/ws@npm:8.5.12"
|
||||
dependencies:
|
||||
"@types/node": "npm:*"
|
||||
checksum: 10/9b414dc5e0b6c6f1ea4b1635b3568c58707357f68076df9e7cd33194747b7d1716d5189c0dbdd68c8d2521b148e88184cf881bac7429eb0e5c989b001539ed31
|
||||
checksum: 10/d8a3ddfb5ff8fea992a043113579d61ac1ea21e8464415af9e2b01b205ed19d817821ad64ca1b3a90062d1df1c23b0f586d8351d25ca6728844df99a74e8f76d
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
@@ -3204,23 +3216,23 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@zondax/ledger-js@npm:^0.8.2":
|
||||
version: 0.8.2
|
||||
resolution: "@zondax/ledger-js@npm:0.8.2"
|
||||
"@zondax/ledger-js@npm:^0.11.0":
|
||||
version: 0.11.0
|
||||
resolution: "@zondax/ledger-js@npm:0.11.0"
|
||||
dependencies:
|
||||
"@ledgerhq/hw-transport": "npm:6.30.6"
|
||||
checksum: 10/78846fde19c4857b2e392d2a3ba26060923c4341437b97d48afea1ad96f241bc5344c337d89f26cf27e6dced46452c786242244a8f2433aadc9f5e3717fec360
|
||||
checksum: 10/52a5e2aa66db1554365d733b3d38f286a0bbb192e1a2911c526f44f058a2e6c1fc6e0ca67a6dc824bb89ce694bd4554c39809d0290141de97675bb48677c3985
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@zondax/ledger-substrate@npm:0.44.7":
|
||||
version: 0.44.7
|
||||
resolution: "@zondax/ledger-substrate@npm:0.44.7"
|
||||
"@zondax/ledger-substrate@npm:1.0.0":
|
||||
version: 1.0.0
|
||||
resolution: "@zondax/ledger-substrate@npm:1.0.0"
|
||||
dependencies:
|
||||
"@ledgerhq/hw-transport": "npm:6.31.0"
|
||||
"@zondax/ledger-js": "npm:^0.8.2"
|
||||
axios: "npm:^1.7.2"
|
||||
checksum: 10/5f103011c6e19cae070f8cb91f5d70f475e4fbde8d317d9c6c795d4aa272ae69c1c80b32b4fe01ce7273d7cc6fa32e1b6e63373a61d3cd1dc0c15e108c63ca3e
|
||||
"@ledgerhq/hw-transport": "npm:6.31.2"
|
||||
"@zondax/ledger-js": "npm:^0.11.0"
|
||||
axios: "npm:^1.7.4"
|
||||
checksum: 10/5324da85746c160dd2400286c38ff0f90fae0147ad7e275b382b20b50acdee99c57941366531dc663931da5cb41144770888e3c6250b3f632b097d8bb7c7182f
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
@@ -3762,14 +3774,14 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"axios@npm:^1.7.2":
|
||||
version: 1.7.2
|
||||
resolution: "axios@npm:1.7.2"
|
||||
"axios@npm:^1.7.4":
|
||||
version: 1.7.7
|
||||
resolution: "axios@npm:1.7.7"
|
||||
dependencies:
|
||||
follow-redirects: "npm:^1.15.6"
|
||||
form-data: "npm:^4.0.0"
|
||||
proxy-from-env: "npm:^1.1.0"
|
||||
checksum: 10/6ae80dda9736bb4762ce717f1a26ff997d94672d3a5799ad9941c24d4fb019c1dff45be8272f08d1975d7950bac281f3ba24aff5ecd49ef5a04d872ec428782f
|
||||
checksum: 10/7f875ea13b9298cd7b40fd09985209f7a38d38321f1118c701520939de2f113c4ba137832fe8e3f811f99a38e12c8225481011023209a77b0c0641270e20cde1
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
@@ -10756,8 +10768,8 @@ __metadata:
|
||||
version: 0.0.0-use.local
|
||||
resolution: "root-workspace-0b6124@workspace:."
|
||||
dependencies:
|
||||
"@polkadot/dev": "npm:^0.79.1"
|
||||
"@types/node": "npm:^20.11.5"
|
||||
"@polkadot/dev": "npm:^0.82.1"
|
||||
"@types/node": "npm:^22.7.5"
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
@@ -11880,10 +11892,10 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"tslib@npm:^2.0.1, tslib@npm:^2.1.0, tslib@npm:^2.3.1, tslib@npm:^2.6.2":
|
||||
version: 2.6.2
|
||||
resolution: "tslib@npm:2.6.2"
|
||||
checksum: 10/bd26c22d36736513980091a1e356378e8b662ded04204453d353a7f34a4c21ed0afc59b5f90719d4ba756e581a162ecbf93118dc9c6be5acf70aa309188166ca
|
||||
"tslib@npm:^2.0.1, tslib@npm:^2.1.0, tslib@npm:^2.3.1, tslib@npm:^2.7.0, tslib@npm:^2.8.0":
|
||||
version: 2.8.0
|
||||
resolution: "tslib@npm:2.8.0"
|
||||
checksum: 10/1bc7c43937477059b4d26f2dbde7e49ef0fb4f38f3014e0603eaea76d6a885742c8b1762af45949145e5e7408a736d20ded949da99dabc8ccba1fc5531d2d927
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
@@ -12040,23 +12052,23 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"typescript@npm:^5.3.3":
|
||||
version: 5.3.3
|
||||
resolution: "typescript@npm:5.3.3"
|
||||
"typescript@npm:^5.5.4":
|
||||
version: 5.5.4
|
||||
resolution: "typescript@npm:5.5.4"
|
||||
bin:
|
||||
tsc: bin/tsc
|
||||
tsserver: bin/tsserver
|
||||
checksum: 10/6e4e6a14a50c222b3d14d4ea2f729e79f972fa536ac1522b91202a9a65af3605c2928c4a790a4a50aa13694d461c479ba92cedaeb1e7b190aadaa4e4b96b8e18
|
||||
checksum: 10/1689ccafef894825481fc3d856b4834ba3cc185a9c2878f3c76a9a1ef81af04194849840f3c69e7961e2312771471bb3b460ca92561e1d87599b26c37d0ffb6f
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"typescript@patch:typescript@npm%3A^5.3.3#optional!builtin<compat/typescript>":
|
||||
version: 5.3.3
|
||||
resolution: "typescript@patch:typescript@npm%3A5.3.3#optional!builtin<compat/typescript>::version=5.3.3&hash=e012d7"
|
||||
"typescript@patch:typescript@npm%3A^5.5.4#optional!builtin<compat/typescript>":
|
||||
version: 5.5.4
|
||||
resolution: "typescript@patch:typescript@npm%3A5.5.4#optional!builtin<compat/typescript>::version=5.5.4&hash=379a07"
|
||||
bin:
|
||||
tsc: bin/tsc
|
||||
tsserver: bin/tsserver
|
||||
checksum: 10/c93786fcc9a70718ba1e3819bab56064ead5817004d1b8186f8ca66165f3a2d0100fee91fa64c840dcd45f994ca5d615d8e1f566d39a7470fc1e014dbb4cf15d
|
||||
checksum: 10/746fdd0865c5ce4f15e494c57ede03a9e12ede59cfdb40da3a281807853fe63b00ef1c912d7222143499aa82f18b8b472baa1830df8804746d09b55f6cf5b1cc
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
@@ -12072,10 +12084,10 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"undici-types@npm:~5.26.4":
|
||||
version: 5.26.5
|
||||
resolution: "undici-types@npm:5.26.5"
|
||||
checksum: 10/0097779d94bc0fd26f0418b3a05472410408877279141ded2bd449167be1aed7ea5b76f756562cb3586a07f251b90799bab22d9019ceba49c037c76445f7cddd
|
||||
"undici-types@npm:~6.19.2":
|
||||
version: 6.19.8
|
||||
resolution: "undici-types@npm:6.19.8"
|
||||
checksum: 10/cf0b48ed4fc99baf56584afa91aaffa5010c268b8842f62e02f752df209e3dea138b372a60a963b3b2576ed932f32329ce7ddb9cb5f27a6c83040d8cd74b7a70
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
@@ -12796,9 +12808,9 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"ws@npm:^8.13.0, ws@npm:^8.16.0":
|
||||
version: 8.16.0
|
||||
resolution: "ws@npm:8.16.0"
|
||||
"ws@npm:^8.13.0, ws@npm:^8.16.0, ws@npm:^8.18.0":
|
||||
version: 8.18.0
|
||||
resolution: "ws@npm:8.18.0"
|
||||
peerDependencies:
|
||||
bufferutil: ^4.0.1
|
||||
utf-8-validate: ">=5.0.2"
|
||||
@@ -12807,7 +12819,7 @@ __metadata:
|
||||
optional: true
|
||||
utf-8-validate:
|
||||
optional: true
|
||||
checksum: 10/7c511c59e979bd37b63c3aea4a8e4d4163204f00bd5633c053b05ed67835481995f61a523b0ad2b603566f9a89b34cb4965cb9fab9649fbfebd8f740cea57f17
|
||||
checksum: 10/70dfe53f23ff4368d46e4c0b1d4ca734db2c4149c6f68bc62cb16fc21f753c47b35fcc6e582f3bdfba0eaeb1c488cddab3c2255755a5c3eecb251431e42b3ff6
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
|
||||
Reference in New Issue
Block a user