mirror of
https://github.com/pezkuwichain/pezkuwi-apps.git
synced 2026-04-22 01:57:57 +00:00
chore: update @pezkuwi package versions and regenerate yarn.lock
This commit is contained in:
+16
-16
@@ -68,7 +68,7 @@
|
||||
},
|
||||
"devDependencies": {
|
||||
"@crustio/crust-pin": "^1.0.0",
|
||||
"@pezkuwi/dev": "^0.85.3",
|
||||
"@pezkuwi/dev": "^0.85.7",
|
||||
"@pezkuwi/extension-dapp": "0.62.20",
|
||||
"@pezkuwi/extension-inject": "0.62.20",
|
||||
"@pinata/sdk": "^1.2.1",
|
||||
@@ -93,11 +93,11 @@
|
||||
"source-map-explorer": "^2.5.3"
|
||||
},
|
||||
"resolutions": {
|
||||
"@pezkuwi/api": "^16.5.9",
|
||||
"@pezkuwi/api-augment": "^16.5.9",
|
||||
"@pezkuwi/api-base": "^16.5.9",
|
||||
"@pezkuwi/api-contract": "^16.5.9",
|
||||
"@pezkuwi/api-derive": "^16.5.9",
|
||||
"@pezkuwi/api": "^16.5.11",
|
||||
"@pezkuwi/api-augment": "^16.5.11",
|
||||
"@pezkuwi/api-base": "^16.5.11",
|
||||
"@pezkuwi/api-contract": "^16.5.11",
|
||||
"@pezkuwi/api-derive": "^16.5.11",
|
||||
"@pezkuwi/extension-dapp": "0.62.20",
|
||||
"@pezkuwi/extension-inject": "0.62.20",
|
||||
"@pezkuwi/hw-ledger": "^14.0.11",
|
||||
@@ -106,16 +106,16 @@
|
||||
"@pezkuwi/phishing": "^0.25.28",
|
||||
"@pezkuwi/react-identicon": "^3.17.2",
|
||||
"@pezkuwi/react-qr": "^3.17.2",
|
||||
"@pezkuwi/rpc-augment": "^16.5.9",
|
||||
"@pezkuwi/rpc-core": "^16.5.9",
|
||||
"@pezkuwi/rpc-provider": "^16.5.9",
|
||||
"@pezkuwi/typegen": "^16.5.9",
|
||||
"@pezkuwi/types": "^16.5.9",
|
||||
"@pezkuwi/types-augment": "^16.5.9",
|
||||
"@pezkuwi/types-codec": "^16.5.9",
|
||||
"@pezkuwi/types-create": "^16.5.9",
|
||||
"@pezkuwi/types-known": "^16.5.9",
|
||||
"@pezkuwi/types-support": "^16.5.9",
|
||||
"@pezkuwi/rpc-augment": "^16.5.11",
|
||||
"@pezkuwi/rpc-core": "^16.5.11",
|
||||
"@pezkuwi/rpc-provider": "^16.5.11",
|
||||
"@pezkuwi/typegen": "^16.5.11",
|
||||
"@pezkuwi/types": "^16.5.11",
|
||||
"@pezkuwi/types-augment": "^16.5.11",
|
||||
"@pezkuwi/types-codec": "^16.5.11",
|
||||
"@pezkuwi/types-create": "^16.5.11",
|
||||
"@pezkuwi/types-known": "^16.5.11",
|
||||
"@pezkuwi/types-support": "^16.5.11",
|
||||
"@pezkuwi/ui-keyring": "^3.17.2",
|
||||
"@pezkuwi/ui-settings": "^3.17.2",
|
||||
"@pezkuwi/ui-shared": "^3.17.2",
|
||||
|
||||
@@ -9,6 +9,7 @@ import { chainsPezkuwiSVG } from '../ui/logos/chains/index.js';
|
||||
// Pezkuwi Network Endpoints
|
||||
// These are the official PezkuwiChain network endpoints
|
||||
|
||||
// Active Teyrchains for PezkuwiChain Mainnet
|
||||
export const prodParasPezkuwi: Omit<EndpointOption, 'teleport'>[] = [
|
||||
{
|
||||
homepage: 'https://pezkuwichain.io',
|
||||
@@ -16,7 +17,7 @@ export const prodParasPezkuwi: Omit<EndpointOption, 'teleport'>[] = [
|
||||
isPeopleForIdentity: true,
|
||||
paraId: 1000,
|
||||
providers: {
|
||||
'Pezkuwi Foundation': 'wss://pezkuwi-asset-hub-rpc.pezkuwichain.io'
|
||||
'Pezkuwi Foundation': 'wss://asset-hub-rpc.pezkuwichain.io'
|
||||
},
|
||||
relayName: 'pezkuwi',
|
||||
text: 'Asset Hub',
|
||||
@@ -25,55 +26,13 @@ export const prodParasPezkuwi: Omit<EndpointOption, 'teleport'>[] = [
|
||||
logo: chainsPezkuwiSVG
|
||||
}
|
||||
},
|
||||
{
|
||||
homepage: 'https://pezkuwichain.io',
|
||||
info: 'bridge-hub-pezkuwi',
|
||||
paraId: 1002,
|
||||
providers: {
|
||||
'Pezkuwi Foundation': 'wss://pezkuwi-bridge-hub-rpc.pezkuwichain.io'
|
||||
},
|
||||
relayName: 'pezkuwi',
|
||||
text: 'Bridge Hub',
|
||||
ui: {
|
||||
color: '#86e62a',
|
||||
logo: chainsPezkuwiSVG
|
||||
}
|
||||
},
|
||||
{
|
||||
homepage: 'https://pezkuwichain.io',
|
||||
info: 'collectives-pezkuwi',
|
||||
paraId: 1001,
|
||||
providers: {
|
||||
'Pezkuwi Foundation': 'wss://pezkuwi-collectives-rpc.pezkuwichain.io'
|
||||
},
|
||||
relayName: 'pezkuwi',
|
||||
text: 'Collectives',
|
||||
ui: {
|
||||
color: '#86e62a',
|
||||
logo: chainsPezkuwiSVG
|
||||
}
|
||||
},
|
||||
{
|
||||
homepage: 'https://pezkuwichain.io',
|
||||
info: 'coretime-pezkuwi',
|
||||
paraId: 1005,
|
||||
providers: {
|
||||
'Pezkuwi Foundation': 'wss://pezkuwi-coretime-rpc.pezkuwichain.io'
|
||||
},
|
||||
relayName: 'pezkuwi',
|
||||
text: 'Coretime',
|
||||
ui: {
|
||||
color: '#86e62a',
|
||||
logo: chainsPezkuwiSVG
|
||||
}
|
||||
},
|
||||
{
|
||||
homepage: 'https://pezkuwichain.io',
|
||||
info: 'people-pezkuwi',
|
||||
isPeople: true,
|
||||
paraId: 1004,
|
||||
providers: {
|
||||
'Pezkuwi Foundation': 'wss://pezkuwi-people-rpc.pezkuwichain.io'
|
||||
'Pezkuwi Foundation': 'wss://people-rpc.pezkuwichain.io'
|
||||
},
|
||||
relayName: 'pezkuwi',
|
||||
text: 'People',
|
||||
@@ -82,6 +41,7 @@ export const prodParasPezkuwi: Omit<EndpointOption, 'teleport'>[] = [
|
||||
logo: chainsPezkuwiSVG
|
||||
}
|
||||
}
|
||||
// Bridge Hub (1002), Collectives (1001), Coretime (1005) - will be added later
|
||||
];
|
||||
|
||||
export const prodRelayPezkuwi: EndpointOption = {
|
||||
|
||||
@@ -1,372 +1,29 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en" data-theme="light">
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta name="theme-color" content="#000000">
|
||||
<meta name="theme-color" content="#211b25">
|
||||
<link rel="manifest" href="manifest.json">
|
||||
<link rel="shortcut icon" href="favicon.ico">
|
||||
<title><%= htmlWebpackPlugin.options.PAGE_TITLE %></title>
|
||||
<script type="text/javascript" src="env-config.js"></script>
|
||||
<style>
|
||||
:root {
|
||||
--font-mono: 0.889em 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";
|
||||
|
||||
/*
|
||||
From https://www.modularscale.com/?1&rem&1.125 and https://type-scale.com/ -
|
||||
1.125 (8:9) factor: 1.424rem, 1.266rem, 1.125rem, 1rem, 0.889rem, 0.79rem
|
||||
*/
|
||||
--font-percent-small: 88.9%;
|
||||
--font-percent-tiny: 79.0%;
|
||||
--font-size-base: 1rem;
|
||||
--font-size-h1: 1.424rem;
|
||||
--font-size-h2: 1.266rem;
|
||||
--font-size-h3: 1.125rem;
|
||||
--font-size-small: 0.889rem;
|
||||
--font-size-tiny: 0.79rem;
|
||||
|
||||
--font-weight-bold: 600; /* semi */
|
||||
--font-weight-light: 200;
|
||||
--font-weight-normal: 400;
|
||||
|
||||
--opacity-light: 0.6;
|
||||
|
||||
--width-full: 1750px;
|
||||
--width-half: 875px;
|
||||
--width-shortaddr: 6.5em;
|
||||
--width-shorthash: 9em;
|
||||
|
||||
--font-weight-header: var(--font-weight-normal);
|
||||
--font-size-label: var(--font-size-small);
|
||||
--font-weight-label: var(--font-weight-bold);
|
||||
--text-transform-label: lowercase;
|
||||
|
||||
--bg-menu-hover: rgba(255, 255, 255, 0.2);
|
||||
}
|
||||
|
||||
[data-theme="dark"] {
|
||||
--bg-identicon-circle: #282829;
|
||||
--bg-input: #38393f;
|
||||
--bg-input-error: #48393f;
|
||||
--bg-inverse: rgba(78, 78, 78, 0.66);
|
||||
--bg-menu: #26272c;
|
||||
--bg-page: #26272c;
|
||||
--bg-table: #3b3d3f;
|
||||
--bg-tabs: #38393f;
|
||||
--bg-toggle: #58595f;
|
||||
--bg-sidebar: #1a1b20;
|
||||
--bg-static-extra: rgba(200, 200, 200, 0.1);
|
||||
--border-identicon: transparent;
|
||||
--border-input: rgba(234, 236, 238, .15);
|
||||
--border-table: #343536;
|
||||
--border-tabs: #343536;
|
||||
--color-bounty-info: #8E8E8E;
|
||||
--color-checkbox: rgba(78, 78, 78, 0.66);
|
||||
--color-error: rgba(255, 83, 83, 0.8);
|
||||
--color-text: rgba(244, 242, 240, 0.8);
|
||||
--opacity-gray: 0.1;
|
||||
}
|
||||
|
||||
[data-theme="light"] {
|
||||
--bg-identicon-circle: #eee;
|
||||
--bg-input: #ffffff;
|
||||
--bg-input-error: #fff6f6;
|
||||
--bg-inverse: rgba(244, 242, 240, 0.91);
|
||||
--bg-menu: #ffffff;
|
||||
--bg-page: #f5f3f1;
|
||||
--bg-table: #ffffff;
|
||||
--bg-tabs: #ffffff;
|
||||
--bg-toggle: #e4e5e6;
|
||||
--bg-sidebar: #fafafa;
|
||||
--bg-static-extra: rgba(200, 200, 200, 0.1);
|
||||
--border-identicon: #ddd;
|
||||
--border-input: rgba(34, 36, 38, .15);
|
||||
--border-table: #efedeb;
|
||||
--border-tabs: #f1efed;
|
||||
--color-bounty-info: #4D4D4D;
|
||||
--color-checkbox: rgba(34, 36, 38, 0.15);
|
||||
--color-error: rgba(139, 0, 0);
|
||||
--color-text: rgba(78, 78, 78, 0.8);
|
||||
--opacity-gray: 0.75;
|
||||
}
|
||||
|
||||
.--absolute {
|
||||
position: absolute;
|
||||
}
|
||||
|
||||
.--digits {
|
||||
font-variant-numeric: tabular-nums;
|
||||
text-align: right;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
.--hidden {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.--relative {
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.--tmp {
|
||||
background: grey;
|
||||
filter: blur(2px);
|
||||
opacity: 0.15;
|
||||
}
|
||||
|
||||
/* Landing Page Styles */
|
||||
* {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
#landing-page {
|
||||
position: fixed;
|
||||
top: 0;
|
||||
left: 0;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
z-index: 9999;
|
||||
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
|
||||
}
|
||||
|
||||
#landing-page.hidden {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.landing-background {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
background: linear-gradient(135deg, #1a1a2e 0%, #16213e 50%, #0f3460 100%);
|
||||
z-index: -2;
|
||||
}
|
||||
|
||||
.landing-background-image {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
background-image: url('kurdistan_map.png');
|
||||
background-size: cover;
|
||||
background-position: center;
|
||||
background-repeat: no-repeat;
|
||||
opacity: 0.15;
|
||||
z-index: -1;
|
||||
}
|
||||
|
||||
.landing-header {
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
align-items: center;
|
||||
padding: 1rem 2rem;
|
||||
background: rgba(0, 0, 0, 0.3);
|
||||
backdrop-filter: blur(10px);
|
||||
}
|
||||
|
||||
.landing-logo {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: 0.75rem;
|
||||
}
|
||||
|
||||
.landing-logo img {
|
||||
height: 40px;
|
||||
}
|
||||
|
||||
.landing-logo-text {
|
||||
color: #fff;
|
||||
font-size: 1.5rem;
|
||||
font-weight: 600;
|
||||
}
|
||||
|
||||
.landing-nav {
|
||||
display: flex;
|
||||
gap: 1rem;
|
||||
}
|
||||
|
||||
.landing-btn {
|
||||
padding: 0.75rem 1.5rem;
|
||||
border-radius: 8px;
|
||||
font-size: 1rem;
|
||||
font-weight: 500;
|
||||
text-decoration: none;
|
||||
cursor: pointer;
|
||||
transition: all 0.3s ease;
|
||||
border: none;
|
||||
}
|
||||
|
||||
.landing-btn-primary {
|
||||
background: linear-gradient(135deg, #e91e63 0%, #9c27b0 100%);
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
.landing-btn-primary:hover {
|
||||
transform: translateY(-2px);
|
||||
box-shadow: 0 4px 20px rgba(233, 30, 99, 0.4);
|
||||
}
|
||||
|
||||
.landing-btn-secondary {
|
||||
background: transparent;
|
||||
color: #fff;
|
||||
border: 2px solid rgba(255, 255, 255, 0.3);
|
||||
}
|
||||
|
||||
.landing-btn-secondary:hover {
|
||||
background: rgba(255, 255, 255, 0.1);
|
||||
border-color: rgba(255, 255, 255, 0.5);
|
||||
}
|
||||
|
||||
.landing-hero {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
height: calc(100% - 72px);
|
||||
text-align: center;
|
||||
padding: 2rem;
|
||||
}
|
||||
|
||||
.landing-version {
|
||||
display: inline-block;
|
||||
padding: 0.5rem 1rem;
|
||||
background: rgba(233, 30, 99, 0.2);
|
||||
border: 1px solid rgba(233, 30, 99, 0.4);
|
||||
border-radius: 20px;
|
||||
color: #e91e63;
|
||||
font-size: 0.875rem;
|
||||
font-weight: 500;
|
||||
margin-bottom: 1.5rem;
|
||||
}
|
||||
|
||||
.landing-title {
|
||||
font-size: 4rem;
|
||||
font-weight: 700;
|
||||
color: #fff;
|
||||
margin-bottom: 1rem;
|
||||
text-shadow: 0 2px 20px rgba(0, 0, 0, 0.3);
|
||||
}
|
||||
|
||||
.landing-subtitle {
|
||||
font-size: 1.75rem;
|
||||
color: #4caf50;
|
||||
font-weight: 600;
|
||||
margin-bottom: 1.5rem;
|
||||
}
|
||||
|
||||
.landing-description {
|
||||
font-size: 1.25rem;
|
||||
color: rgba(255, 255, 255, 0.8);
|
||||
max-width: 600px;
|
||||
line-height: 1.6;
|
||||
margin-bottom: 2.5rem;
|
||||
}
|
||||
|
||||
.landing-cta {
|
||||
display: flex;
|
||||
gap: 1rem;
|
||||
flex-wrap: wrap;
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
.landing-btn-large {
|
||||
padding: 1rem 2.5rem;
|
||||
font-size: 1.125rem;
|
||||
}
|
||||
|
||||
@media (max-width: 768px) {
|
||||
.landing-header {
|
||||
flex-direction: column;
|
||||
gap: 1rem;
|
||||
padding: 1rem;
|
||||
}
|
||||
|
||||
.landing-title {
|
||||
font-size: 2.5rem;
|
||||
}
|
||||
|
||||
.landing-subtitle {
|
||||
font-size: 1.25rem;
|
||||
}
|
||||
|
||||
.landing-description {
|
||||
font-size: 1rem;
|
||||
}
|
||||
|
||||
.landing-nav {
|
||||
flex-wrap: wrap;
|
||||
justify-content: center;
|
||||
}
|
||||
}
|
||||
.--absolute { position: absolute; }
|
||||
.--digits { font-variant-numeric: tabular-nums; text-align: right; white-space: nowrap; }
|
||||
.--hidden { display: none; }
|
||||
.--relative { position: relative; }
|
||||
.--tmp { background: grey; filter: blur(2px); opacity: 0.15; }
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<!-- Landing Page -->
|
||||
<div id="landing-page">
|
||||
<div class="landing-background"></div>
|
||||
<div class="landing-background-image"></div>
|
||||
|
||||
<header class="landing-header">
|
||||
<div class="landing-logo">
|
||||
<img src="favicon.ico" alt="PezkuwiChain Logo">
|
||||
<span class="landing-logo-text">PezkuwiChain</span>
|
||||
</div>
|
||||
<nav class="landing-nav">
|
||||
<a href="#/explorer" class="landing-btn landing-btn-primary">Explorer</a>
|
||||
<a href="https://pezkuwichain.io" class="landing-btn landing-btn-secondary">Go to Home Page</a>
|
||||
</nav>
|
||||
</header>
|
||||
|
||||
<main class="landing-hero">
|
||||
<span class="landing-version">Digital Kurdistan State v1.0</span>
|
||||
<h1 class="landing-title">PezkuwiChain</h1>
|
||||
<h2 class="landing-subtitle">Decentralized Governance for Kurdistan</h2>
|
||||
<p class="landing-description">
|
||||
Building a transparent, democratic future through blockchain technology
|
||||
</p>
|
||||
<div class="landing-cta">
|
||||
<a href="#/explorer" class="landing-btn landing-btn-primary landing-btn-large">Launch Explorer</a>
|
||||
<a href="#/accounts" class="landing-btn landing-btn-secondary landing-btn-large">Manage Accounts</a>
|
||||
</div>
|
||||
</main>
|
||||
</div>
|
||||
|
||||
<noscript>You need to enable JavaScript to run this app.</noscript>
|
||||
<div id="root"></div>
|
||||
<div id="tooltips"></div>
|
||||
|
||||
<script>
|
||||
// Handle iframe escape
|
||||
if (window.self !== window.top) {
|
||||
window.top.location.href = window.location.href;
|
||||
}
|
||||
|
||||
// Landing page visibility logic
|
||||
function updateLandingVisibility() {
|
||||
var landing = document.getElementById('landing-page');
|
||||
var root = document.getElementById('root');
|
||||
var hash = window.location.hash;
|
||||
|
||||
// Show landing page only when there's no hash or hash is just '#' or '#/'
|
||||
if (!hash || hash === '#' || hash === '#/') {
|
||||
landing.classList.remove('hidden');
|
||||
root.style.display = 'none';
|
||||
} else {
|
||||
landing.classList.add('hidden');
|
||||
root.style.display = 'block';
|
||||
}
|
||||
}
|
||||
|
||||
// Run on page load
|
||||
updateLandingVisibility();
|
||||
|
||||
// Listen for hash changes
|
||||
window.addEventListener('hashchange', updateLandingVisibility);
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
@@ -1850,7 +1850,7 @@ __metadata:
|
||||
"@pezkuwi/react-hooks": "npm:^1.0.2-1-x"
|
||||
"@pezkuwi/test-support": "npm:1.0.2-1-x"
|
||||
"@pezkuwi/util": "npm:^14.0.11"
|
||||
"@polkadot/vanitygen": "npm:^0.63.18"
|
||||
"@pezkuwi/vanitygen": "npm:^1.0.1"
|
||||
detect-browser: "npm:^5.3.0"
|
||||
file-saver: "npm:^2.0.5"
|
||||
peerDependencies:
|
||||
@@ -3193,6 +3193,20 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@pezkuwi/vanitygen@npm:^1.0.1":
|
||||
version: 1.0.1
|
||||
resolution: "@pezkuwi/vanitygen@npm:1.0.1"
|
||||
dependencies:
|
||||
"@pezkuwi/util": "npm:^14.0.11"
|
||||
"@pezkuwi/util-crypto": "npm:^14.0.11"
|
||||
tslib: "npm:^2.8.1"
|
||||
yargs: "npm:^17.7.2"
|
||||
bin:
|
||||
pezkuwi-vanitygen: runcli.mjs
|
||||
checksum: 10/a513d99c7019f64a8d4ee5649a4a4adc417235b7d1501634132eecd73e32b58463f918dab6ecef03863eadf590d18704cfdbd18e33a867bb28bcfd7510e899fa
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@pezkuwi/wasm-bridge@npm:7.5.4":
|
||||
version: 7.5.4
|
||||
resolution: "@pezkuwi/wasm-bridge@npm:7.5.4"
|
||||
@@ -4910,7 +4924,7 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@polkadot/util-crypto@npm:13.5.9, @polkadot/util-crypto@npm:^13.4.4, @polkadot/util-crypto@npm:^13.5.3, @polkadot/util-crypto@npm:^13.5.9":
|
||||
"@polkadot/util-crypto@npm:13.5.9, @polkadot/util-crypto@npm:^13.4.4, @polkadot/util-crypto@npm:^13.5.3":
|
||||
version: 13.5.9
|
||||
resolution: "@polkadot/util-crypto@npm:13.5.9"
|
||||
dependencies:
|
||||
@@ -5054,7 +5068,7 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@polkadot/util@npm:13.5.9, @polkadot/util@npm:^13.4.4, @polkadot/util@npm:^13.5.3, @polkadot/util@npm:^13.5.9":
|
||||
"@polkadot/util@npm:13.5.9, @polkadot/util@npm:^13.4.4, @polkadot/util@npm:^13.5.3":
|
||||
version: 13.5.9
|
||||
resolution: "@polkadot/util@npm:13.5.9"
|
||||
dependencies:
|
||||
@@ -5130,20 +5144,6 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@polkadot/vanitygen@npm:^0.63.18":
|
||||
version: 0.63.19
|
||||
resolution: "@polkadot/vanitygen@npm:0.63.19"
|
||||
dependencies:
|
||||
"@polkadot/util": "npm:^13.5.9"
|
||||
"@polkadot/util-crypto": "npm:^13.5.9"
|
||||
tslib: "npm:^2.8.1"
|
||||
yargs: "npm:^17.7.2"
|
||||
bin:
|
||||
polkadot-js-vanitygen: runcli.mjs
|
||||
checksum: 10/6f7718d37037b28aba1e8ff15a5b3c3c77a05a9dc08a8010db159633963aea389bae57e79b7915cf7db8362d0245433329d26cc22a4d118fd611823cfcc63fb9
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@polkadot/wasm-bridge@npm:6.4.1":
|
||||
version: 6.4.1
|
||||
resolution: "@polkadot/wasm-bridge@npm:6.4.1"
|
||||
|
||||
Reference in New Issue
Block a user