Skip to content

Commit

Permalink
hw-{ledger, ledger-transports}, keyring, networks, util, util-crypto,…
Browse files Browse the repository at this point in the history
… x-{bigint, fetch, global, randomvalues, textdecoder, textencoder, ws} 13.0.2
  • Loading branch information
github-actions[bot] committed Jul 13, 2024
1 parent cc1e616 commit 564580c
Show file tree
Hide file tree
Showing 19 changed files with 22 additions and 16 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

## master

- hw-{ledger, ledger-transports}, keyring, networks, util, util-crypto, x-{bigint, fetch, global, randomvalues, textdecoder, textencoder, ws} 13.0.2
- hw-{ledger, ledger-transports}, keyring, networks, util, util-crypto, x-{bigint, fetch, global, randomvalues, textdecoder, textencoder, ws} 13.0.1
- api, api-{augment, base, contract, derive}, rpc-{augment, core, provider}, types, types-{augment, codec, create, known} 12.1.1
- api, api-{augment, base, contract, derive}, rpc-{augment, core, provider}, types, types-{augment, codec, create, known} 12.0.2
Expand Down
2 changes: 1 addition & 1 deletion hw-ledger-transports/packageInfo.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@


export const packageInfo = { name: '@polkadot/hw-ledger-transports', path: new URL(import.meta.url).pathname, type: 'deno', version: '13.0.1' };
export const packageInfo = { name: '@polkadot/hw-ledger-transports', path: new URL(import.meta.url).pathname, type: 'deno', version: '13.0.2' };
4 changes: 2 additions & 2 deletions hw-ledger/Ledger.ts
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@

import type { SubstrateApp } from 'https://esm.sh/@zondax/ledger-substrate@0.44.4';
import type { SubstrateApp } from 'https://esm.sh/@zondax/ledger-substrate@0.44.7';
import type { TransportDef, TransportType } from 'https://deno.land/x/polkadot/hw-ledger-transports/types.ts';
import type { AccountOptions, LedgerAddress, LedgerSignature, LedgerVersion } from './types.ts';

import { newSubstrateApp } from 'https://esm.sh/@zondax/ledger-substrate@0.44.4';
import { newSubstrateApp } from 'https://esm.sh/@zondax/ledger-substrate@0.44.7';

import { transports } from 'https://deno.land/x/polkadot/hw-ledger-transports/mod.ts';
import { hexAddPrefix, u8aToBuffer, u8aWrapBytes } from 'https://deno.land/x/polkadot/util/mod.ts';
Expand Down
2 changes: 1 addition & 1 deletion hw-ledger/LedgerGeneric.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import type { TransportDef, TransportType } from 'https://deno.land/x/polkadot/hw-ledger-transports/types.ts';
import type { AccountOptionsGeneric, LedgerAddress, LedgerSignature, LedgerVersion } from './types.ts';

import { PolkadotGenericApp } from 'https://esm.sh/@zondax/ledger-substrate@0.44.4';
import { PolkadotGenericApp } from 'https://esm.sh/@zondax/ledger-substrate@0.44.7';

import { transports } from 'https://deno.land/x/polkadot/hw-ledger-transports/mod.ts';
import { hexAddPrefix, u8aToBuffer, u8aWrapBytes } from 'https://deno.land/x/polkadot/util/mod.ts';
Expand Down
1 change: 1 addition & 0 deletions hw-ledger/defaults.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ export const ledgerApps: Record<string, string> = {
nodle: 'Nodle',
origintrail: 'OriginTrail',
parallel: 'Parallel',
peaq: 'Peaq',
pendulum: 'Pendulum',
phala: 'Phala',
picasso: 'Picasso',
Expand Down
2 changes: 1 addition & 1 deletion hw-ledger/packageInfo.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@


export const packageInfo = { name: '@polkadot/hw-ledger', path: new URL(import.meta.url).pathname, type: 'deno', version: '13.0.1' };
export const packageInfo = { name: '@polkadot/hw-ledger', path: new URL(import.meta.url).pathname, type: 'deno', version: '13.0.2' };
2 changes: 1 addition & 1 deletion keyring/packageInfo.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@


export const packageInfo = { name: '@polkadot/keyring', path: new URL(import.meta.url).pathname, type: 'deno', version: '13.0.1' };
export const packageInfo = { name: '@polkadot/keyring', path: new URL(import.meta.url).pathname, type: 'deno', version: '13.0.2' };
3 changes: 3 additions & 0 deletions networks/defaults/genesis.ts
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,9 @@ export const knownGenesis: KnownGenesis = {
parallel: [
'0xe61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97'
],
peaq: [
'0xd2a5d385932d1f650dae03ef8e2748983779ee342c614f80854d32b8cd8fa48c'
],
pendulum: [
'0x5d3c298622d5634ed019bf61ea4b71655030015bde9beb0d6a24743714462c86'
],
Expand Down
1 change: 1 addition & 0 deletions networks/defaults/ledger.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ export const knownLedger: KnownLedger = {
nodle: 0x000003eb,
origintrail: 0x00000162,
parallel: 0x00000162,
peaq: 0x00000d0a,
pendulum: 0x00000162,
phala: 0x00000162,
picasso: 0x000001b2,
Expand Down
2 changes: 1 addition & 1 deletion networks/packageInfo.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@


export const packageInfo = { name: '@polkadot/networks', path: new URL(import.meta.url).pathname, type: 'deno', version: '13.0.1' };
export const packageInfo = { name: '@polkadot/networks', path: new URL(import.meta.url).pathname, type: 'deno', version: '13.0.2' };
2 changes: 1 addition & 1 deletion util-crypto/packageInfo.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@


export const packageInfo = { name: '@polkadot/util-crypto', path: new URL(import.meta.url).pathname, type: 'deno', version: '13.0.1' };
export const packageInfo = { name: '@polkadot/util-crypto', path: new URL(import.meta.url).pathname, type: 'deno', version: '13.0.2' };
2 changes: 1 addition & 1 deletion util/packageInfo.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@


export const packageInfo = { name: '@polkadot/util', path: new URL(import.meta.url).pathname, type: 'deno', version: '13.0.1' };
export const packageInfo = { name: '@polkadot/util', path: new URL(import.meta.url).pathname, type: 'deno', version: '13.0.2' };
2 changes: 1 addition & 1 deletion x-bigint/packageInfo.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@


export const packageInfo = { name: '@polkadot/x-bigint', path: new URL(import.meta.url).pathname, type: 'deno', version: '13.0.1' };
export const packageInfo = { name: '@polkadot/x-bigint', path: new URL(import.meta.url).pathname, type: 'deno', version: '13.0.2' };
2 changes: 1 addition & 1 deletion x-fetch/packageInfo.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@


export const packageInfo = { name: '@polkadot/x-fetch', path: new URL(import.meta.url).pathname, type: 'deno', version: '13.0.1' };
export const packageInfo = { name: '@polkadot/x-fetch', path: new URL(import.meta.url).pathname, type: 'deno', version: '13.0.2' };
2 changes: 1 addition & 1 deletion x-global/packageInfo.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@


export const packageInfo = { name: '@polkadot/x-global', path: new URL(import.meta.url).pathname, type: 'deno', version: '13.0.1' };
export const packageInfo = { name: '@polkadot/x-global', path: new URL(import.meta.url).pathname, type: 'deno', version: '13.0.2' };
2 changes: 1 addition & 1 deletion x-randomvalues/packageInfo.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@


export const packageInfo = { name: '@polkadot/x-randomvalues', path: new URL(import.meta.url).pathname, type: 'deno', version: '13.0.1' };
export const packageInfo = { name: '@polkadot/x-randomvalues', path: new URL(import.meta.url).pathname, type: 'deno', version: '13.0.2' };
2 changes: 1 addition & 1 deletion x-textdecoder/packageInfo.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@


export const packageInfo = { name: '@polkadot/x-textdecoder', path: new URL(import.meta.url).pathname, type: 'deno', version: '13.0.1' };
export const packageInfo = { name: '@polkadot/x-textdecoder', path: new URL(import.meta.url).pathname, type: 'deno', version: '13.0.2' };
2 changes: 1 addition & 1 deletion x-textencoder/packageInfo.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@


export const packageInfo = { name: '@polkadot/x-textencoder', path: new URL(import.meta.url).pathname, type: 'deno', version: '13.0.1' };
export const packageInfo = { name: '@polkadot/x-textencoder', path: new URL(import.meta.url).pathname, type: 'deno', version: '13.0.2' };
2 changes: 1 addition & 1 deletion x-ws/packageInfo.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@


export const packageInfo = { name: '@polkadot/x-ws', path: new URL(import.meta.url).pathname, type: 'deno', version: '13.0.1' };
export const packageInfo = { name: '@polkadot/x-ws', path: new URL(import.meta.url).pathname, type: 'deno', version: '13.0.2' };

0 comments on commit 564580c

Please sign in to comment.