@pioneer-platform/nodes 8.3.1 → 8.3.3

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 +16 -15
  2. package/package.json +2 -2
package/lib/seeds.js CHANGED
@@ -389,21 +389,22 @@ exports.shapeshift = [
389
389
  protocol: "websocket",
390
390
  type: "unchained"
391
391
  },
392
- {
393
- key: "REACT_APP_UNCHAINED_OSMOSIS_HTTP_URL",
394
- value: "https://api.osmosis.shapeshift.com",
395
- swagger: "https://api.osmosis.shapeshift.com/swagger",
396
- network: "osmosis",
397
- protocol: "http",
398
- type: "unchained"
399
- },
400
- {
401
- key: "REACT_APP_UNCHAINED_OSMOSIS_WS_URL",
402
- value: "wss://api.osmosis.shapeshift.com",
403
- network: "osmosis",
404
- protocol: "websocket",
405
- type: "unchained"
406
- },
392
+ // fu shapeshift
393
+ // {
394
+ // key: "REACT_APP_UNCHAINED_OSMOSIS_HTTP_URL",
395
+ // value: "https://api.osmosis.shapeshift.com",
396
+ // swagger: "https://api.osmosis.shapeshift.com/swagger",
397
+ // network: "osmosis",
398
+ // protocol: "http",
399
+ // type: "unchained"
400
+ // },
401
+ // {
402
+ // key: "REACT_APP_UNCHAINED_OSMOSIS_WS_URL",
403
+ // value: "wss://api.osmosis.shapeshift.com",
404
+ // network: "osmosis",
405
+ // protocol: "websocket",
406
+ // type: "unchained"
407
+ // },
407
408
  {
408
409
  key: "REACT_APP_UNCHAINED_THORCHAIN_HTTP_URL",
409
410
  value: "https://api.thorchain.shapeshift.com",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pioneer-platform/nodes",
3
- "version": "8.3.1",
3
+ "version": "8.3.3",
4
4
  "main": "./lib/index.js",
5
5
  "types": "./lib/index.d.ts",
6
6
  "scripts": {
@@ -34,5 +34,5 @@
34
34
  "ts-jest": "^29.0.5",
35
35
  "typescript": "^5.0.2"
36
36
  },
37
- "gitHead": "bb1ba4da55a6b00c29e335c6680a591cf319ce6b"
37
+ "gitHead": "03098812c1c11abb9d60a080b54fa065fc6408db"
38
38
  }