@pioneer-platform/nodes 8.1.26 → 8.1.28

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.
package/lib/index.js CHANGED
@@ -101,7 +101,7 @@ var get_unchaineds = function () {
101
101
  caip: caip,
102
102
  nodes: combinedNodes
103
103
  };
104
- return finalOutput;
104
+ return finalOutput.nodes;
105
105
  }
106
106
  catch (e) {
107
107
  console.error(tag, "e: ", e);
package/lib/seeds.d.ts CHANGED
@@ -24,7 +24,6 @@ export declare const shapeshift: ({
24
24
  protocol: string;
25
25
  type: string;
26
26
  nodeType?: undefined;
27
- service?: undefined;
28
27
  } | {
29
28
  key: string;
30
29
  value: string;
@@ -33,7 +32,6 @@ export declare const shapeshift: ({
33
32
  type: string;
34
33
  swagger?: undefined;
35
34
  nodeType?: undefined;
36
- service?: undefined;
37
35
  } | {
38
36
  key: string;
39
37
  value: string;
@@ -42,14 +40,4 @@ export declare const shapeshift: ({
42
40
  type: string;
43
41
  swagger?: undefined;
44
42
  protocol?: undefined;
45
- service?: undefined;
46
- } | {
47
- key: string;
48
- value: string;
49
- network: string;
50
- service: string;
51
- type: string;
52
- swagger?: undefined;
53
- protocol?: undefined;
54
- nodeType?: undefined;
55
43
  })[];
package/lib/seeds.js CHANGED
@@ -352,13 +352,13 @@ exports.shapeshift = [
352
352
  nodeType: "eth-node",
353
353
  type: "daemon"
354
354
  },
355
- {
356
- key: "REACT_APP_ETHEREUM_INFURA_URL",
357
- value: "https://mainnet.infura.io/v3/6e2f28ff4f5340fdb0db5da3baec0af2",
358
- network: "ethereum",
359
- nodeType: "infura",
360
- type: "unchained"
361
- },
355
+ // {
356
+ // key: "REACT_APP_ETHEREUM_INFURA_URL",
357
+ // value: "https://mainnet.infura.io/v3/6e2f28ff4f5340fdb0db5da3baec0af2",
358
+ // network: "ethereum",
359
+ // nodeType: "infura",
360
+ // type: "unchained"
361
+ // },
362
362
  {
363
363
  key: "REACT_APP_AVALANCHE_NODE_URL",
364
364
  value: "https://daemon.avalanche.shapeshift.com/ext/bc/C/rpc",
@@ -415,12 +415,12 @@ exports.shapeshift = [
415
415
  nodeType: "thorchain-node",
416
416
  type: "daemon"
417
417
  },
418
- {
419
- key: "REACT_APP_MIDGARD_URL",
420
- value: "https://indexer.thorchain.shapeshift.com/v2",
421
- network: "thorchain",
422
- service: "midgard",
423
- type: "unchained"
424
- },
418
+ // {
419
+ // key: "REACT_APP_MIDGARD_URL",
420
+ // value: "https://indexer.thorchain.shapeshift.com/v2",
421
+ // network: "thorchain",
422
+ // service: "midgard",
423
+ // type: "unchained"
424
+ // },
425
425
  //
426
426
  ];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pioneer-platform/nodes",
3
- "version": "8.1.26",
3
+ "version": "8.1.28",
4
4
  "main": "./lib/index.js",
5
5
  "types": "./lib/index.d.ts",
6
6
  "scripts": {