@pioneer-platform/nodes 8.3.4 → 8.3.5

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 +8 -0
  2. package/package.json +1 -1
package/lib/seeds.js CHANGED
@@ -158,6 +158,14 @@ exports.blockbooks = [
158
158
  service: "arb-blockbook.nownodes.io/cf522543-87e2-4dd6-b645-2fbfd0bc61f6"
159
159
  },
160
160
  //SHAPESHIFT
161
+ {
162
+ symbol: "BASE",
163
+ blockchain: "Base",
164
+ caip: "eip155:8453/slip44:60",
165
+ type: "blockbook",
166
+ service: "https://indexer.base.shapeshift.com",
167
+ websocket: "wss://indexer.base.shapeshift.com/websocket"
168
+ },
161
169
  {
162
170
  symbol: "MATIC",
163
171
  blockchain: "polygon",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pioneer-platform/nodes",
3
- "version": "8.3.4",
3
+ "version": "8.3.5",
4
4
  "main": "./lib/index.js",
5
5
  "types": "./lib/index.d.ts",
6
6
  "scripts": {