@talismn/chaindata-provider 0.10.5 → 0.10.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -43,6 +43,8 @@ const chains = [{
43
43
  url: "wss://polkadot.dotters.network"
44
44
  }, {
45
45
  url: "wss://rpc-polkadot.luckyfriday.io"
46
+ }, {
47
+ url: "wss://polkadot.rpc.permanence.io"
46
48
  }, {
47
49
  url: "wss://rockx-dot.w3node.com/polka-public-dot/ws"
48
50
  }, {
@@ -576,7 +578,7 @@ const chains = [{
576
578
  id: "polkadot-asset-hub",
577
579
  isTestnet: false,
578
580
  isDefault: true,
579
- sortIndex: 846,
581
+ sortIndex: 845,
580
582
  genesisHash: "0x68d56f15f85d3136970ec16946040bc1752654e906147f7e43e9d539d7c3de2f",
581
583
  prefix: 0,
582
584
  oldPrefix: 0,
@@ -835,7 +837,7 @@ const chains = [{
835
837
  id: "polkadot-bridge-hub",
836
838
  isTestnet: false,
837
839
  isDefault: true,
838
- sortIndex: 847,
840
+ sortIndex: 846,
839
841
  genesisHash: "0xdcf691b5a3fbe24adc99ddc959c0561b973e329b1aef4c4b22e7bb2ddecb4464",
840
842
  prefix: 0,
841
843
  oldPrefix: 0,
@@ -43,6 +43,8 @@ const chains = [{
43
43
  url: "wss://polkadot.dotters.network"
44
44
  }, {
45
45
  url: "wss://rpc-polkadot.luckyfriday.io"
46
+ }, {
47
+ url: "wss://polkadot.rpc.permanence.io"
46
48
  }, {
47
49
  url: "wss://rockx-dot.w3node.com/polka-public-dot/ws"
48
50
  }, {
@@ -576,7 +578,7 @@ const chains = [{
576
578
  id: "polkadot-asset-hub",
577
579
  isTestnet: false,
578
580
  isDefault: true,
579
- sortIndex: 846,
581
+ sortIndex: 845,
580
582
  genesisHash: "0x68d56f15f85d3136970ec16946040bc1752654e906147f7e43e9d539d7c3de2f",
581
583
  prefix: 0,
582
584
  oldPrefix: 0,
@@ -835,7 +837,7 @@ const chains = [{
835
837
  id: "polkadot-bridge-hub",
836
838
  isTestnet: false,
837
839
  isDefault: true,
838
- sortIndex: 847,
840
+ sortIndex: 846,
839
841
  genesisHash: "0xdcf691b5a3fbe24adc99ddc959c0561b973e329b1aef4c4b22e7bb2ddecb4464",
840
842
  prefix: 0,
841
843
  oldPrefix: 0,
@@ -41,6 +41,8 @@ const chains = [{
41
41
  url: "wss://polkadot.dotters.network"
42
42
  }, {
43
43
  url: "wss://rpc-polkadot.luckyfriday.io"
44
+ }, {
45
+ url: "wss://polkadot.rpc.permanence.io"
44
46
  }, {
45
47
  url: "wss://rockx-dot.w3node.com/polka-public-dot/ws"
46
48
  }, {
@@ -574,7 +576,7 @@ const chains = [{
574
576
  id: "polkadot-asset-hub",
575
577
  isTestnet: false,
576
578
  isDefault: true,
577
- sortIndex: 846,
579
+ sortIndex: 845,
578
580
  genesisHash: "0x68d56f15f85d3136970ec16946040bc1752654e906147f7e43e9d539d7c3de2f",
579
581
  prefix: 0,
580
582
  oldPrefix: 0,
@@ -833,7 +835,7 @@ const chains = [{
833
835
  id: "polkadot-bridge-hub",
834
836
  isTestnet: false,
835
837
  isDefault: true,
836
- sortIndex: 847,
838
+ sortIndex: 846,
837
839
  genesisHash: "0xdcf691b5a3fbe24adc99ddc959c0561b973e329b1aef4c4b22e7bb2ddecb4464",
838
840
  prefix: 0,
839
841
  oldPrefix: 0,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@talismn/chaindata-provider",
3
- "version": "0.10.5",
3
+ "version": "0.10.7",
4
4
  "author": "Talisman",
5
5
  "homepage": "https://talisman.xyz",
6
6
  "license": "GPL-3.0-or-later",