@pioneer-platform/nodes 8.16.0 → 8.19.0

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 (3) hide show
  1. package/CHANGELOG.md +41 -0
  2. package/lib/web3.js +10 -10
  3. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,5 +1,46 @@
1
1
  # @pioneer-platform/nodes
2
2
 
3
+ ## 8.19.0
4
+
5
+ ### Minor Changes
6
+
7
+ - chore: Merge pull request #10 from coinmastersguild/feature/fix-blockbook-websocket-subscriptions
8
+
9
+ ### Patch Changes
10
+
11
+ - Updated dependencies
12
+ - @pioneer-platform/pioneer-caip@9.19.0
13
+
14
+ ## 8.18.0
15
+
16
+ ### Minor Changes
17
+
18
+ - Merge pull request #10 from coinmastersguild/feature/fix-blockbook-websocket-subscriptions
19
+
20
+ ### Patch Changes
21
+
22
+ - Updated dependencies
23
+ - @pioneer-platform/pioneer-caip@9.18.0
24
+
25
+ ## 8.17.1
26
+
27
+ ### Patch Changes
28
+
29
+ - fix: Filter xpubs from Blockbook WebSocket subscriptions
30
+ - Updated dependencies
31
+ - @pioneer-platform/pioneer-caip@9.17.1
32
+
33
+ ## 8.17.0
34
+
35
+ ### Minor Changes
36
+
37
+ - chore: chore: chore: chore: chore: chore: feat(pioneer): implement end-to-end Solana transaction signing
38
+
39
+ ### Patch Changes
40
+
41
+ - Updated dependencies
42
+ - @pioneer-platform/pioneer-caip@9.17.0
43
+
3
44
  ## 8.16.0
4
45
 
5
46
  ### Minor Changes
package/lib/web3.js CHANGED
@@ -3165,49 +3165,49 @@ exports.web3Seeds = [
3165
3165
  // ============================================================
3166
3166
  // New L2 Chains - Added for SwapKit/KeepKey Support
3167
3167
  // ============================================================
3168
- // Monad (eip155:41454) - High performance EVM L1
3168
+ // Monad (eip155:143) - High performance EVM L1
3169
3169
  {
3170
- "networkId": "eip155:41454",
3170
+ "networkId": "eip155:143",
3171
3171
  "service": "https://rpc.monad.xyz/",
3172
3172
  "tier": "reliable"
3173
3173
  },
3174
3174
  {
3175
- "networkId": "eip155:41454",
3175
+ "networkId": "eip155:143",
3176
3176
  "service": "https://rpc1.monad.xyz/",
3177
3177
  "tier": "reliable"
3178
3178
  },
3179
3179
  {
3180
- "networkId": "eip155:41454",
3180
+ "networkId": "eip155:143",
3181
3181
  "service": "https://rpc2.monad.xyz/",
3182
3182
  "tier": "reliable"
3183
3183
  },
3184
3184
  {
3185
- "networkId": "eip155:41454",
3185
+ "networkId": "eip155:143",
3186
3186
  "service": "https://rpc3.monad.xyz/",
3187
3187
  "tier": "reliable"
3188
3188
  },
3189
3189
  {
3190
- "networkId": "eip155:41454",
3190
+ "networkId": "eip155:143",
3191
3191
  "service": "https://rpc4.monad.xyz/",
3192
3192
  "tier": "reliable"
3193
3193
  },
3194
3194
  {
3195
- "networkId": "eip155:41454",
3195
+ "networkId": "eip155:143",
3196
3196
  "service": "https://rpc-mainnet.monadinfra.com/",
3197
3197
  "tier": "public"
3198
3198
  },
3199
3199
  {
3200
- "networkId": "eip155:41454",
3200
+ "networkId": "eip155:143",
3201
3201
  "service": "https://monad-mainnet-rpc.spidernode.net/",
3202
3202
  "tier": "public"
3203
3203
  },
3204
3204
  {
3205
- "networkId": "eip155:41454",
3205
+ "networkId": "eip155:143",
3206
3206
  "service": "https://monad-mainnet.drpc.org/",
3207
3207
  "tier": "public"
3208
3208
  },
3209
3209
  {
3210
- "networkId": "eip155:41454",
3210
+ "networkId": "eip155:143",
3211
3211
  "service": "https://monad-mainnet.api.onfinality.io/public/",
3212
3212
  "tier": "public"
3213
3213
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pioneer-platform/nodes",
3
- "version": "8.16.0",
3
+ "version": "8.19.0",
4
4
  "main": "./lib/index.js",
5
5
  "types": "./lib/index.d.ts",
6
6
  "scripts": {
@@ -24,7 +24,7 @@
24
24
  },
25
25
  "dependencies": {
26
26
  "@pioneer-platform/loggerdog": "^8.11.0",
27
- "@pioneer-platform/pioneer-caip": "^9.16.0",
27
+ "@pioneer-platform/pioneer-caip": "^9.19.0",
28
28
  "dotenv": "^8.2.0",
29
29
  "ethers": "5.7.2"
30
30
  },