@pioneer-platform/tokens 0.14.0 → 0.16.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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,35 @@
1
1
  # @pioneer-platform/tokens
2
2
 
3
+ ## 0.16.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
+ ## 0.15.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
+ ## 0.14.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
+
3
33
  ## 0.14.0
4
34
 
5
35
  ### Minor Changes
@@ -6537,9 +6537,9 @@ export declare const list: {
6537
6537
  readonly identifier: "ETH.NOTE-0XCFEAEAD4947F0705A14EC42AC3D44129E1EF3ED5";
6538
6538
  readonly decimals: 8;
6539
6539
  }, {
6540
- readonly address: "0xb62e24b747eaa41454857cf6011832117df59cb8";
6540
+ readonly address: "0xb62e24b747eaa143857cf6011832117df59cb8";
6541
6541
  readonly chain: "ETH";
6542
- readonly identifier: "ETH.EPIKO-0XB62E24B747EAA41454857CF6011832117DF59CB8";
6542
+ readonly identifier: "ETH.EPIKO-0XB62E24B747EAA143857CF6011832117DF59CB8";
6543
6543
  readonly decimals: 18;
6544
6544
  }, {
6545
6545
  readonly address: "0xedf6568618a00c6f0908bf7758a16f76b6e04af9";
@@ -7844,9 +7844,9 @@ exports.list = {
7844
7844
  decimals: 8,
7845
7845
  },
7846
7846
  {
7847
- address: '0xb62e24b747eaa41454857cf6011832117df59cb8',
7847
+ address: '0xb62e24b747eaa143857cf6011832117df59cb8',
7848
7848
  chain: 'ETH',
7849
- identifier: 'ETH.EPIKO-0XB62E24B747EAA41454857CF6011832117DF59CB8',
7849
+ identifier: 'ETH.EPIKO-0XB62E24B747EAA143857CF6011832117DF59CB8',
7850
7850
  decimals: 18,
7851
7851
  },
7852
7852
  {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pioneer-platform/tokens",
3
- "version": "0.14.0",
3
+ "version": "0.16.0",
4
4
  "main": "./lib/index.js",
5
5
  "types": "./lib/index.d.ts",
6
6
  "scripts": {
@@ -13,7 +13,7 @@
13
13
  "refresh": "rm -rf ./node_modules ./package-lock.json && pnpm install"
14
14
  },
15
15
  "dependencies": {
16
- "@pioneer-platform/pioneer-caip": "^9.17.0",
16
+ "@pioneer-platform/pioneer-caip": "^9.19.0",
17
17
  "@noble/hashes": "^1.4.0",
18
18
  "@pioneer-platform/loggerdog": "^8.11.0",
19
19
  "@types/node": "^18.15.11",
@@ -7841,9 +7841,9 @@ export const list = {
7841
7841
  decimals: 8,
7842
7842
  },
7843
7843
  {
7844
- address: '0xb62e24b747eaa41454857cf6011832117df59cb8',
7844
+ address: '0xb62e24b747eaa143857cf6011832117df59cb8',
7845
7845
  chain: 'ETH',
7846
- identifier: 'ETH.EPIKO-0XB62E24B747EAA41454857CF6011832117DF59CB8',
7846
+ identifier: 'ETH.EPIKO-0XB62E24B747EAA143857CF6011832117DF59CB8',
7847
7847
  decimals: 18,
7848
7848
  },
7849
7849
  {