mirror of
https://github.com/pezkuwichain/phishing.git
synced 2026-04-22 02:08:00 +00:00
Extra address checks (#164)
This commit is contained in:
@@ -59,6 +59,9 @@
|
||||
"16hGDoTMCp5MidmTrNrM7C4PmW8YsKHWdfWuYNS4j7uqUMZ8",
|
||||
"1xxiVzncNRjFHMHUo27iLDo931f35YjVQauRBWuA4JEHfRz"
|
||||
],
|
||||
"polkadot-online.live": [
|
||||
"16h6cD9DvRkz7Z8Xd43BTmubqaSQcZ3EUMD3tiHNwJ6kuhQa"
|
||||
],
|
||||
"polkadot-promo.info": [
|
||||
"15qfYtQaRHHqxxAhRX5qKh6HXeWaSaF7rLfzjLtgW27USYH1",
|
||||
"1s3B8f5dJbtV4rVTZs1WNRpzKCUJWxK2zULErjmA52Do2SF"
|
||||
|
||||
+7
-7
@@ -7,15 +7,16 @@
|
||||
<title>polkadot{.js}/phishing</title>
|
||||
<style>
|
||||
:root {
|
||||
--font-sans: "-apple-system", BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
|
||||
--font-mono: 0.9em Consolas, monaco, "Ubuntu Mono", "Liberation Mono", "Courier New", Courier, monospace;
|
||||
--font-sans: 1em "-apple-system", BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
|
||||
}
|
||||
|
||||
a { color: #ff8c00 !important; text-decoration: none }
|
||||
body { color: #4e4e4e; font-family: var(--font-sans); height: 100vh; overflow-x: hidden; padding: 0 }
|
||||
h3 { font-family: var(--font-sans); font-size: 1em; font-weight: 400; margin: 1rem 0; opacity: 0.95; text-transform: lowercase }
|
||||
body { color: #4e4e4e; font: var(--font-sans); height: 100vh; overflow-x: hidden; padding: 0 }
|
||||
h3 { font: var(--font-sans); font-weight: 400; margin: 1rem 0; opacity: 0.95; text-transform: lowercase }
|
||||
p { line-height: 1.5rem; margin: 0.75rem 0 }
|
||||
|
||||
.box { background: rgba(255, 255, 255, 0.85); border-radius: 0.25rem; flex: 1 1; margin: 0.5rem; min-width: 15rem; max-width: 40rem; padding: 0 1.5rem; text-align: center; white-space: nowrap; width: 40rem; z-index: 2 }
|
||||
.box { background: rgba(255, 255, 255, 0.85); border-radius: 0.25rem; flex: 1 1; margin: 0.5rem; min-width: 15rem; max-width: 40rem; padding: 1rem 1.5rem; text-align: center; white-space: nowrap; width: 40rem; z-index: 2 }
|
||||
.buttons { display: none; margin: 2rem 0 1.5rem }
|
||||
.buttons a { border: 1px solid #eee; border-radius: 0.25rem; margin: 0 0.25rem; padding: 0.5rem 0.75rem }
|
||||
.buttons .invert { color: rgba(255, 255, 255, 0.85) !important }
|
||||
@@ -27,8 +28,8 @@
|
||||
.header img { height: 1.5rem; margin-right: 0.5rem; width: 1.5rem }
|
||||
.row { align-items: center; display: flex; justify-content: center }
|
||||
|
||||
table { margin: 0 0 1rem }
|
||||
td:not(.centered) { font-family: monospace; padding: 0.25rem 0.5rem; text-align: right }
|
||||
table { margin: 0 }
|
||||
td:not(.centered) { font: var(--font-mono); padding: 0.25rem 0.5rem; text-align: right }
|
||||
td.centered { opacity: 0.65; padding: 1rem; text-align: center }
|
||||
td:nth-child(2) { width: 100% }
|
||||
td > h3 { margin: 0; opacity: 0.25 }
|
||||
@@ -42,7 +43,6 @@
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="box">
|
||||
<h3>phishing</h3>
|
||||
<p class="desc">A community driven curated list of known less-than-honest operators.</p>
|
||||
<p class="desc">Any additions can be made by editing <a href="https://github.com/polkadot-js/phishing/edit/master/all.json">phishing/all.json</a> and adding any new sites in alphabetical order. In the same vein addresses can be added in <a href="https://github.com/polkadot-js/phishing/edit/master/address.json">phishing/address.json</a>. For any discrepancies or requests <a href="https://github.com/polkadot-js/phishing/issues">log an issue</a>.</p>
|
||||
<p id="buttons" class="buttons"><a href="#" id="btn-sites" onclick="fillTable('sites')">Sites</a><a href="#" id="btn-addresses" onclick="fillTable('addresses')">Addresses</a></p>
|
||||
|
||||
+1
-1
@@ -22,7 +22,7 @@
|
||||
"test": "polkadot-dev-run-test --coverage --runInBand --testPathIgnorePatterns addrcheck --testPathIgnorePatterns crosscheck"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "^7.13.8",
|
||||
"@babel/core": "^7.13.10",
|
||||
"@polkadot/dev": "^0.62.5",
|
||||
"@types/jest": "^26.0.20"
|
||||
},
|
||||
|
||||
@@ -13,10 +13,10 @@
|
||||
"repository": "github.com:polkadot-js/phishing",
|
||||
"homepage": "https://github.com/polkadot-js/common/tree/master/packages/phishing#readme",
|
||||
"dependencies": {
|
||||
"@babel/runtime": "^7.13.9",
|
||||
"@polkadot/util": "^6.0.4",
|
||||
"@polkadot/util-crypto": "^6.0.4",
|
||||
"@polkadot/x-fetch": "^6.0.4"
|
||||
"@babel/runtime": "^7.13.10",
|
||||
"@polkadot/util": "^6.0.5",
|
||||
"@polkadot/util-crypto": "^6.0.5",
|
||||
"@polkadot/x-fetch": "^6.0.5"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/js-yaml": "^4.0.0",
|
||||
|
||||
@@ -54,7 +54,13 @@ function checkTag (url: string, tag: string, attr?: string): Promise<[string, st
|
||||
|
||||
// /<\/?p( id="trnsctin")?>/g
|
||||
return match && match.length
|
||||
? match.map((v) => v.replace(new RegExp(`</?${tag}${attr ? `( ${attr})?` : ''}>`, 'g'), '').trim())
|
||||
? match.map((v) =>
|
||||
v
|
||||
.replace(new RegExp(`</?${tag}${attr ? `( ${attr})?` : ''}>`, 'g'), '')
|
||||
.replace(/<br>/g, '')
|
||||
.replace(/<\/br>/g, '')
|
||||
.trim()
|
||||
)
|
||||
: null;
|
||||
});
|
||||
}
|
||||
@@ -114,7 +120,8 @@ function checkAll (): Promise<[string, string[]][]> {
|
||||
'https://kusama-wallet.com/wallet.php',
|
||||
'https://polkadot-wallet.org/wallet.php'
|
||||
].map((u) => checkAttr(u, 'id="copyTarget" value=')),
|
||||
checkTag('https://polkadotairdrop.com/address/', 'cool')
|
||||
checkTag('https://polkadotairdrop.com/address/', 'cool'),
|
||||
checkTag('https://polkadot-online.live/nnn/polkadot-live.online/block/index.html', 'p', 'id="t12uEsctin"')
|
||||
]);
|
||||
}
|
||||
|
||||
|
||||
@@ -58,16 +58,16 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@babel/core@npm:7.13.8, @babel/core@npm:^7.1.0, @babel/core@npm:^7.13.8, @babel/core@npm:^7.7.5":
|
||||
version: 7.13.8
|
||||
resolution: "@babel/core@npm:7.13.8"
|
||||
"@babel/core@npm:7.13.10, @babel/core@npm:^7.1.0, @babel/core@npm:^7.13.10, @babel/core@npm:^7.13.8, @babel/core@npm:^7.7.5":
|
||||
version: 7.13.10
|
||||
resolution: "@babel/core@npm:7.13.10"
|
||||
dependencies:
|
||||
"@babel/code-frame": ^7.12.13
|
||||
"@babel/generator": ^7.13.0
|
||||
"@babel/helper-compilation-targets": ^7.13.8
|
||||
"@babel/generator": ^7.13.9
|
||||
"@babel/helper-compilation-targets": ^7.13.10
|
||||
"@babel/helper-module-transforms": ^7.13.0
|
||||
"@babel/helpers": ^7.13.0
|
||||
"@babel/parser": ^7.13.4
|
||||
"@babel/helpers": ^7.13.10
|
||||
"@babel/parser": ^7.13.10
|
||||
"@babel/template": ^7.12.13
|
||||
"@babel/traverse": ^7.13.0
|
||||
"@babel/types": ^7.13.0
|
||||
@@ -78,18 +78,18 @@ __metadata:
|
||||
lodash: ^4.17.19
|
||||
semver: ^6.3.0
|
||||
source-map: ^0.5.0
|
||||
checksum: f3c61e635aa41e127775d1191a65aedd4cf90008625eb93ddbd86214ebae6b0793cefd10503b2a4df8aa510d0e1108dfd15e29bde9bbffc899a50015f56f49c4
|
||||
checksum: 728249a0bae293547d987e4d9886a14dda663d8cb629eb59c9d9ad3ee455048c2ccc3858c82305229ad4a415c2f39579abaa3982b653d40de348c39a3beb5e4d
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@babel/generator@npm:^7.13.0":
|
||||
version: 7.13.0
|
||||
resolution: "@babel/generator@npm:7.13.0"
|
||||
"@babel/generator@npm:^7.13.0, @babel/generator@npm:^7.13.9":
|
||||
version: 7.13.9
|
||||
resolution: "@babel/generator@npm:7.13.9"
|
||||
dependencies:
|
||||
"@babel/types": ^7.13.0
|
||||
jsesc: ^2.5.1
|
||||
source-map: ^0.5.0
|
||||
checksum: d406238edc9e967e5a5013b9c7cf02d9eb4ea0160cd209cb63edb39a095d392b007e6762acb65ae79958a8bc0cf94945155b34dbcb2dfc93df1159881c217148
|
||||
checksum: d9cf7db910dd703a55c3ba147a8024564d51de06f5e3e61aef6ca197bcd80a6cb0a633fe4688c8c9f6226c70ee6f32a747050a8e420972b45cc98a6b3fc5ae66
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
@@ -112,9 +112,9 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@babel/helper-compilation-targets@npm:^7.13.0, @babel/helper-compilation-targets@npm:^7.13.8":
|
||||
version: 7.13.8
|
||||
resolution: "@babel/helper-compilation-targets@npm:7.13.8"
|
||||
"@babel/helper-compilation-targets@npm:^7.13.0, @babel/helper-compilation-targets@npm:^7.13.10, @babel/helper-compilation-targets@npm:^7.13.8":
|
||||
version: 7.13.10
|
||||
resolution: "@babel/helper-compilation-targets@npm:7.13.10"
|
||||
dependencies:
|
||||
"@babel/compat-data": ^7.13.8
|
||||
"@babel/helper-validator-option": ^7.12.17
|
||||
@@ -122,7 +122,7 @@ __metadata:
|
||||
semver: ^6.3.0
|
||||
peerDependencies:
|
||||
"@babel/core": ^7.0.0
|
||||
checksum: dbee371e5ff226bb03a036d1af858f038ab6e71fac1ff5014bf69411b71af187bcdb0e49d5352ec5ef5e83186c9b88ee83b74295ba900691095b31017ec59f89
|
||||
checksum: 80eb7a380d01d785de42006370e13bbda63b76745a8da1c68dcbf3dc4bff630bd9db8a76cf3053628c61d91c1452328a4ad9a8d9fc24ed65c02f635327234678
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
@@ -337,14 +337,14 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@babel/helpers@npm:^7.13.0":
|
||||
version: 7.13.0
|
||||
resolution: "@babel/helpers@npm:7.13.0"
|
||||
"@babel/helpers@npm:^7.13.10":
|
||||
version: 7.13.10
|
||||
resolution: "@babel/helpers@npm:7.13.10"
|
||||
dependencies:
|
||||
"@babel/template": ^7.12.13
|
||||
"@babel/traverse": ^7.13.0
|
||||
"@babel/types": ^7.13.0
|
||||
checksum: 6c435aefe108e85b999570eed9fc2ec10944cb1ed4c3ff6656936c90a6f986174bd5c80ec48ecbbb7042e5eca5761364f484d7e0238a3aa77c2f5099dcac8df0
|
||||
checksum: 1bc93126957b51108080ab1aa24997a9a10d5f395de54621ce9df7825cdbce878ad9d26886c927c3d9bcfd75d24972037ed5fb904fcd83fb92e5c8f8628f6b40
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
@@ -359,12 +359,12 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@babel/parser@npm:^7.0.0, @babel/parser@npm:^7.1.0, @babel/parser@npm:^7.12.13, @babel/parser@npm:^7.13.0, @babel/parser@npm:^7.13.4":
|
||||
version: 7.13.4
|
||||
resolution: "@babel/parser@npm:7.13.4"
|
||||
"@babel/parser@npm:^7.0.0, @babel/parser@npm:^7.1.0, @babel/parser@npm:^7.12.13, @babel/parser@npm:^7.13.0, @babel/parser@npm:^7.13.10":
|
||||
version: 7.13.10
|
||||
resolution: "@babel/parser@npm:7.13.10"
|
||||
bin:
|
||||
parser: ./bin/babel-parser.js
|
||||
checksum: 3aac62adbd1fd91798751a09b385ed3810acffb7bd637066bea65acf16670fdc8c7c39bab2148c57b4d6606355344de01922c9aba86405c771eaabc58701077a
|
||||
checksum: 2eec48a075e11ad45031e82acf51061970ca8044cc296df1281512d8de0a8b478b04416ae411aa56f4ac99ed8cf2f40b9eeec27b6a99062c7b06628a1a7c6a69
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
@@ -1295,12 +1295,12 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@babel/runtime@npm:^7.13.9, @babel/runtime@npm:^7.8.4":
|
||||
version: 7.13.9
|
||||
resolution: "@babel/runtime@npm:7.13.9"
|
||||
"@babel/runtime@npm:^7.13.10, @babel/runtime@npm:^7.13.9, @babel/runtime@npm:^7.8.4":
|
||||
version: 7.13.10
|
||||
resolution: "@babel/runtime@npm:7.13.10"
|
||||
dependencies:
|
||||
regenerator-runtime: ^0.13.4
|
||||
checksum: e6f79d20e10c2921520c499f3cf295a9ee5c137e73f77f77eedde9f9073bc3541c1fc7fa6c97b0613f4140303ac00d08506e9f090068d219c58781d2b62c662d
|
||||
checksum: 22014226b96a8c8e8d4e8bcdb011f317d1b32881aef424a669dc6ceaee14993d3609172967853cbf9c25c724c25145d45885b6c9df56ba241c12820776607f1f
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
@@ -1876,12 +1876,12 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@polkadot/networks@npm:6.0.4":
|
||||
version: 6.0.4
|
||||
resolution: "@polkadot/networks@npm:6.0.4"
|
||||
"@polkadot/networks@npm:6.0.5":
|
||||
version: 6.0.5
|
||||
resolution: "@polkadot/networks@npm:6.0.5"
|
||||
dependencies:
|
||||
"@babel/runtime": ^7.13.9
|
||||
checksum: 0180bb76c0894cb60b8a68f674f2703ee7304be20b5a5bcc0eb4964d30b735035a88d0b087d839213e9365e04b4515c5600f42187287da45311d7c6353fa9ae1
|
||||
checksum: a3e2a581604b9b1b87b1eb9ed394259dd73507d4f80a6783d9f80ecbe1efe6d6a55d1858601741e9b0cf23b8227024be9fe38c9764a4124bc1fc766d7a1ecbb8
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
@@ -1889,10 +1889,10 @@ __metadata:
|
||||
version: 0.0.0-use.local
|
||||
resolution: "@polkadot/phishing@workspace:packages/phishing"
|
||||
dependencies:
|
||||
"@babel/runtime": ^7.13.9
|
||||
"@polkadot/util": ^6.0.4
|
||||
"@polkadot/util-crypto": ^6.0.4
|
||||
"@polkadot/x-fetch": ^6.0.4
|
||||
"@babel/runtime": ^7.13.10
|
||||
"@polkadot/util": ^6.0.5
|
||||
"@polkadot/util-crypto": ^6.0.5
|
||||
"@polkadot/x-fetch": ^6.0.5
|
||||
"@types/js-yaml": ^4.0.0
|
||||
js-yaml: ^4.0.0
|
||||
languageName: unknown
|
||||
@@ -1904,15 +1904,15 @@ __metadata:
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
"@polkadot/util-crypto@npm:^6.0.4":
|
||||
version: 6.0.4
|
||||
resolution: "@polkadot/util-crypto@npm:6.0.4"
|
||||
"@polkadot/util-crypto@npm:^6.0.5":
|
||||
version: 6.0.5
|
||||
resolution: "@polkadot/util-crypto@npm:6.0.5"
|
||||
dependencies:
|
||||
"@babel/runtime": ^7.13.9
|
||||
"@polkadot/networks": 6.0.4
|
||||
"@polkadot/util": 6.0.4
|
||||
"@polkadot/networks": 6.0.5
|
||||
"@polkadot/util": 6.0.5
|
||||
"@polkadot/wasm-crypto": ^4.0.2
|
||||
"@polkadot/x-randomvalues": 6.0.4
|
||||
"@polkadot/x-randomvalues": 6.0.5
|
||||
base-x: ^3.0.8
|
||||
base64-js: ^1.5.1
|
||||
blakejs: ^1.1.0
|
||||
@@ -1925,23 +1925,23 @@ __metadata:
|
||||
tweetnacl: ^1.0.3
|
||||
xxhashjs: ^0.2.2
|
||||
peerDependencies:
|
||||
"@polkadot/util": 6.0.4
|
||||
checksum: f63a4d59266e71b4869f780e97905cdf350bf4b3876d5cedc179acde819e1607b79088d57338f0a709cc601630a908ce133fd95ceeeb4e745e493a88605c0705
|
||||
"@polkadot/util": 6.0.5
|
||||
checksum: 9fcb9bbf4e70f8e16f2eb8dc3aae40e342b189eec14928795837b7cec8dab51a40ea8e352249ec1101b41f17dcf9bdc22b785590ae323aa43b9773052b6eb428
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@polkadot/util@npm:6.0.4, @polkadot/util@npm:^6.0.4":
|
||||
version: 6.0.4
|
||||
resolution: "@polkadot/util@npm:6.0.4"
|
||||
"@polkadot/util@npm:6.0.5, @polkadot/util@npm:^6.0.5":
|
||||
version: 6.0.5
|
||||
resolution: "@polkadot/util@npm:6.0.5"
|
||||
dependencies:
|
||||
"@babel/runtime": ^7.13.9
|
||||
"@polkadot/x-textdecoder": 6.0.4
|
||||
"@polkadot/x-textencoder": 6.0.4
|
||||
"@polkadot/x-textdecoder": 6.0.5
|
||||
"@polkadot/x-textencoder": 6.0.5
|
||||
"@types/bn.js": ^4.11.6
|
||||
bn.js: ^4.11.9
|
||||
camelcase: ^5.3.1
|
||||
ip-regex: ^4.3.0
|
||||
checksum: fd037b0d462ba8558b1ee18239eb5b2fbdb56122321e9f29f092f5d60ad6514f16e43365de0c4e499a87a0d4da60920f8bbbf0d29c5b07fc7336a0f17859f3bc
|
||||
checksum: 90112c52a6b85020b468a4ef13fb962acfe0adfdf4ebdbc45367b1f55e28374fc9f13620d33d8bb8b3f32f3fcd5449e6f78297992cfb658c08d34d2e70c12f3c
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
@@ -1977,56 +1977,56 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@polkadot/x-fetch@npm:^6.0.4":
|
||||
version: 6.0.4
|
||||
resolution: "@polkadot/x-fetch@npm:6.0.4"
|
||||
"@polkadot/x-fetch@npm:^6.0.5":
|
||||
version: 6.0.5
|
||||
resolution: "@polkadot/x-fetch@npm:6.0.5"
|
||||
dependencies:
|
||||
"@babel/runtime": ^7.13.9
|
||||
"@polkadot/x-global": 6.0.4
|
||||
"@polkadot/x-global": 6.0.5
|
||||
"@types/node-fetch": ^2.5.8
|
||||
node-fetch: ^2.6.1
|
||||
checksum: 3b8479986857b87fad3c1211a3e775cdfe123ddb597bbcf5e4d4af10626f4e64a354c003e1cc4fd70666de95b40c5a24073ca0b1fec2487a052168f31fb87bad
|
||||
checksum: d80452f85fad251c353432b69c6498d28dbc931a8e4a8f341e601cd5a66f9cd6dedc72ef6e0274284aea002e2db51e68e5bd05da7f3aa396db2e39ded789a58c
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@polkadot/x-global@npm:6.0.4":
|
||||
version: 6.0.4
|
||||
resolution: "@polkadot/x-global@npm:6.0.4"
|
||||
"@polkadot/x-global@npm:6.0.5":
|
||||
version: 6.0.5
|
||||
resolution: "@polkadot/x-global@npm:6.0.5"
|
||||
dependencies:
|
||||
"@babel/runtime": ^7.13.9
|
||||
"@types/node-fetch": ^2.5.8
|
||||
node-fetch: ^2.6.1
|
||||
checksum: 09ca1c845fd15f2ab3ff349257f9baf1ae34bbb588c3327a11e29beba872f477f19503763a1df2ba469d1c750b35690609e18e12ec7c07dd0b19d17f04b0f28a
|
||||
checksum: 282ff55b05318806d4ed4a4ddd88e73fe1c40ee7c026bb1773afda46e983026d08f6c73fd5a3ade9af183ce2594518dd8b9761ddea853379be25e884f81983bb
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@polkadot/x-randomvalues@npm:6.0.4":
|
||||
version: 6.0.4
|
||||
resolution: "@polkadot/x-randomvalues@npm:6.0.4"
|
||||
"@polkadot/x-randomvalues@npm:6.0.5":
|
||||
version: 6.0.5
|
||||
resolution: "@polkadot/x-randomvalues@npm:6.0.5"
|
||||
dependencies:
|
||||
"@babel/runtime": ^7.13.9
|
||||
"@polkadot/x-global": 6.0.4
|
||||
checksum: a3462dd281ab48bf0b4bc54a45f893dcd3bacbf0ba3518c1a72b2e086c93a51383b36adf787ef6bf95c0eb86e200e419d9cc0b444c0c4d47d88d467f928cd412
|
||||
"@polkadot/x-global": 6.0.5
|
||||
checksum: 745372e2e7763c4b47652d94c515b55c2e5271fcd969b498bd0ce8c0654de7f047f5ab7c2942350349ab9c995882859e4ceaef04948c9b2c310f964b1ce1f7f7
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@polkadot/x-textdecoder@npm:6.0.4":
|
||||
version: 6.0.4
|
||||
resolution: "@polkadot/x-textdecoder@npm:6.0.4"
|
||||
"@polkadot/x-textdecoder@npm:6.0.5":
|
||||
version: 6.0.5
|
||||
resolution: "@polkadot/x-textdecoder@npm:6.0.5"
|
||||
dependencies:
|
||||
"@babel/runtime": ^7.13.9
|
||||
"@polkadot/x-global": 6.0.4
|
||||
checksum: 1532957adf61fcb73b039b4322c2cb7a801c62041af6e9171adb85880d5ef09443cda362a4185712c73675edc17792ee2a4c9223f3cce005186e055d1668cdc2
|
||||
"@polkadot/x-global": 6.0.5
|
||||
checksum: eb56d68418d41452520b6e9d5147e594864de0e35edc78a88304610886a7297fbc62ed9292b81862647c7d7d579a7b3736b2899ca4b6eb111d823bd97e445ae2
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@polkadot/x-textencoder@npm:6.0.4":
|
||||
version: 6.0.4
|
||||
resolution: "@polkadot/x-textencoder@npm:6.0.4"
|
||||
"@polkadot/x-textencoder@npm:6.0.5":
|
||||
version: 6.0.5
|
||||
resolution: "@polkadot/x-textencoder@npm:6.0.5"
|
||||
dependencies:
|
||||
"@babel/runtime": ^7.13.9
|
||||
"@polkadot/x-global": 6.0.4
|
||||
checksum: 9c5dc462703cb1934e8da3081972a03f1f0e3fcbc2930819ff754f1147f37ac5503a14b1316abf84d1397da524c57b971ca2ab71f0e40ff8a7e467a5c3e5b747
|
||||
"@polkadot/x-global": 6.0.5
|
||||
checksum: 3b360312d28dcce37f3bb4bb89f69905eeba0e3e36e2c2d745d72d2f5a967937030e7fb5012765af925475d93b0bf04f89f3fc62021bb86e619da26fd4d3bdf0
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
@@ -9477,7 +9477,7 @@ __metadata:
|
||||
version: 0.0.0-use.local
|
||||
resolution: "root-workspace-0b6124@workspace:."
|
||||
dependencies:
|
||||
"@babel/core": ^7.13.8
|
||||
"@babel/core": ^7.13.10
|
||||
"@pinata/sdk": ^1.1.13
|
||||
"@polkadot/dev": ^0.62.5
|
||||
"@types/jest": ^26.0.20
|
||||
|
||||
Reference in New Issue
Block a user