Skip to content

Commit

Permalink
Bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
jacogr committed Aug 17, 2023
1 parent 754bc4d commit 00784ab
Show file tree
Hide file tree
Showing 6 changed files with 158 additions and 106 deletions.
8 changes: 4 additions & 4 deletions packages/hw-ledger-transports/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@
"main": "node.js",
"react-native": "react-native.js",
"dependencies": {
"@ledgerhq/hw-transport": "^6.28.7",
"@ledgerhq/hw-transport-webhid": "^6.27.18",
"@ledgerhq/hw-transport-webusb": "^6.27.18",
"@ledgerhq/hw-transport": "^6.28.8",
"@ledgerhq/hw-transport-webhid": "^6.27.19",
"@ledgerhq/hw-transport-webusb": "^6.27.19",
"@polkadot/util": "12.3.3-11-x",
"tslib": "^2.6.1"
},
"optionalDependencies": {
"@ledgerhq/hw-transport-node-hid-singleton": "^6.28.17"
"@ledgerhq/hw-transport-node-hid-singleton": "^6.28.18"
}
}
2 changes: 1 addition & 1 deletion packages/networks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"main": "index.js",
"dependencies": {
"@polkadot/util": "12.3.3-11-x",
"@substrate/ss58-registry": "^1.42.0",
"@substrate/ss58-registry": "^1.43.0",
"tslib": "^2.6.1"
},
"devDependencies": {
Expand Down
52 changes: 52 additions & 0 deletions packages/networks/test/ss58registry.json
Original file line number Diff line number Diff line change
Expand Up @@ -256,6 +256,19 @@
"standardAccount": "*25519",
"website": "https://stafi.io"
},
{
"prefix": 21,
"network": "karmachain",
"displayName": "Karmacoin",
"symbols": [
"KCOIN"
],
"decimals": [
6
],
"standardAccount": "*25519",
"website": "https://karmaco.in"
},
{
"prefix": 22,
"network": "dock-pos-mainnet",
Expand Down Expand Up @@ -1491,6 +1504,19 @@
"standardAccount": "*25519",
"website": "https://subspace.network"
},
{
"prefix": 3333,
"network": "peerplays",
"displayName": "Peerplays",
"symbols": [
"PPY"
],
"decimals": [
18
],
"standardAccount": "secp256k1",
"website": "https://www.peerplays.com/"
},
{
"prefix": 4006,
"network": "tangle",
Expand Down Expand Up @@ -1573,6 +1599,19 @@
"standardAccount": "*25519",
"website": "https://gmordie.com"
},
{
"prefix": 7306,
"network": "krigan",
"displayName": "Krigan Network",
"symbols": [
"KRGN"
],
"decimals": [
9
],
"standardAccount": "*25519",
"website": "https://krigan.network"
},
{
"prefix": 7391,
"network": "unique_mainnet",
Expand Down Expand Up @@ -1767,5 +1806,18 @@
],
"standardAccount": "*25519",
"website": "https://bittensor.com"
},
{
"prefix": 14697,
"network": "goro",
"displayName": "GORO Network",
"symbols": [
"GORO"
],
"decimals": [
9
],
"standardAccount": "*25519",
"website": "https://goro.network"
}
]
4 changes: 2 additions & 2 deletions packages/util-crypto/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@
"@noble/hashes": "1.3.1",
"@polkadot/networks": "12.3.3-11-x",
"@polkadot/util": "12.3.3-11-x",
"@polkadot/wasm-crypto": "^7.2.1",
"@polkadot/wasm-util": "^7.2.1",
"@polkadot/wasm-crypto": "^7.2.2",
"@polkadot/wasm-util": "^7.2.2",
"@polkadot/x-bigint": "12.3.3-11-x",
"@polkadot/x-randomvalues": "12.3.3-11-x",
"@scure/base": "1.1.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/x-randomvalues/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
},
"devDependencies": {
"@polkadot/util": "12.3.3-11-x",
"@polkadot/wasm-util": "^7.2.1",
"@polkadot/wasm-util": "^7.2.2",
"@types/react-native": "^0.72.2"
},
"peerDependencies": {
Expand Down
Loading

0 comments on commit 00784ab

Please sign in to comment.