@pioneer-platform/nodes 8.1.39 → 8.1.41

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.
Files changed (2) hide show
  1. package/lib/seeds.js +10 -17
  2. package/package.json +1 -1
package/lib/seeds.js CHANGED
@@ -66,7 +66,7 @@ exports.blockbooks = [
66
66
  blockchain: "dash",
67
67
  caip: "bip122:000007d91d1254d60e2dd1ae58038307/slip44:5",
68
68
  type: "blockbook",
69
- service: "https://dashbook.nownodes.io",
69
+ service: "https://dashbook.nownodes.io/cf522543-87e2-4dd6-b645-2fbfd0bc61f6",
70
70
  websocket: "wss://dash.nownodes.io/wss"
71
71
  },
72
72
  {
@@ -74,7 +74,7 @@ exports.blockbooks = [
74
74
  blockchain: "digibytes",
75
75
  caip: "bip122:4da631f2ac1bed857bd968c67c913978/slip44:20",
76
76
  type: "blockbook",
77
- service: "https://dashbook.nownodes.io",
77
+ service: "https://dashbook.nownodes.io/cf522543-87e2-4dd6-b645-2fbfd0bc61f6",
78
78
  websocket: "wss://dash.nownodes.io/wss"
79
79
  },
80
80
  {
@@ -82,63 +82,56 @@ exports.blockbooks = [
82
82
  blockchain: "bitcoin sv",
83
83
  caip: "bip122:0000000000000000018b0da51421703b/slip44:1",
84
84
  type: "blockbook",
85
- service: "https://bsvbook.nownodes.io"
85
+ service: "https://bsvbook.nownodes.io/cf522543-87e2-4dd6-b645-2fbfd0bc61f6"
86
86
  },
87
87
  {
88
88
  symbol: "GRS",
89
89
  blockchain: "Groestlcoin",
90
90
  caip: "bip122:00000ac5927c594d49cc0bdb81759d0d/slip44:17",
91
91
  type: "blockbook",
92
- service: "https://grsbook.nownodes.io"
92
+ service: "https://grsbook.nownodes.io/cf522543-87e2-4dd6-b645-2fbfd0bc61f6"
93
93
  },
94
94
  {
95
95
  symbol: "DCR",
96
96
  blockchain: "decred",
97
97
  caip: "bip122:00000ac5927c594d49cc0bdb81759d0d/slip44:42",
98
98
  type: "blockbook",
99
- service: "https://dcr-blockbook.nownodes.io"
99
+ service: "https://dcr-blockbook.nownodes.io/cf522543-87e2-4dd6-b645-2fbfd0bc61f6"
100
100
  },
101
101
  {
102
102
  symbol: "DCR",
103
103
  blockchain: "decred",
104
104
  caip: "bip122:00000ac5927c594d49cc0bdb81759d0d/slip44:42",
105
105
  type: "blockbook",
106
- service: "https://dcr-blockbook.nownodes.io"
106
+ service: "https://dcr-blockbook.nownodes.io/cf522543-87e2-4dd6-b645-2fbfd0bc61f6"
107
107
  },
108
108
  {
109
109
  symbol: "BTG",
110
110
  blockchain: "bitcoin gold",
111
111
  caip: "bip122:00069578d7a76f82b2c7117c1334c7ef/slip44:1",
112
112
  type: "blockbook",
113
- service: "https://btg.nownodes.io"
113
+ service: "https://btg.nownodes.io/cf522543-87e2-4dd6-b645-2fbfd0bc61f6"
114
114
  },
115
115
  {
116
116
  symbol: "KMD",
117
117
  blockchain: "Komodo",
118
118
  caip: "bip122:027e3758c3a65b12aa1046462b486d0a/slip44:1",
119
119
  type: "blockbook",
120
- service: "https://kmdbook.nownodes.io"
120
+ service: "https://kmdbook.nownodes.io/cf522543-87e2-4dd6-b645-2fbfd0bc61f6"
121
121
  },
122
122
  {
123
123
  symbol: "ZEC",
124
124
  blockchain: "zcash",
125
125
  caip: "bip122:00040fe8ec8471911baa1db1266ea15d/slip44:133",
126
126
  type: "blockbook",
127
- service: "https://zecbook.nownodes.io"
127
+ service: "https://zecbook.nownodes.io/cf522543-87e2-4dd6-b645-2fbfd0bc61f6"
128
128
  },
129
129
  {
130
130
  symbol: "ARB",
131
131
  blockchain: "Arbitrum",
132
132
  caip: "eip155:42161/slip44:60",
133
133
  type: "blockbook",
134
- service: "arb-blockbook.nownodes.io"
135
- },
136
- {
137
- symbol: "ARB",
138
- blockchain: "Arbitrum",
139
- caip: "eip155:42161/slip44:60",
140
- type: "blockbook",
141
- service: "arb-blockbook.nownodes.io"
134
+ service: "arb-blockbook.nownodes.io/cf522543-87e2-4dd6-b645-2fbfd0bc61f6"
142
135
  },
143
136
  //SHAPESHIFT
144
137
  {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pioneer-platform/nodes",
3
- "version": "8.1.39",
3
+ "version": "8.1.41",
4
4
  "main": "./lib/index.js",
5
5
  "types": "./lib/index.d.ts",
6
6
  "scripts": {