@talismn/token-rates 0.0.0-pr822-20230607083654 → 0.0.0-pr838-20230615012426

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/CHANGELOG.md +14 -2
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,11 +1,23 @@
1
1
  # @talismn/token-rates
2
2
 
3
- ## 0.0.0-pr822-20230607083654
3
+ ## 0.0.0-pr838-20230615012426
4
+
5
+ ### Patch Changes
6
+
7
+ - @talismn/chaindata-provider@0.0.0-pr838-20230615012426
8
+
9
+ ## 0.1.18
10
+
11
+ ### Patch Changes
12
+
13
+ - @talismn/chaindata-provider@0.6.0
14
+
15
+ ## 0.1.17
4
16
 
5
17
  ### Patch Changes
6
18
 
7
19
  - Updated dependencies [1a2fdc73]
8
- - @talismn/chaindata-provider@0.0.0-pr822-20230607083654
20
+ - @talismn/chaindata-provider@0.5.0
9
21
 
10
22
  ## 0.1.16
11
23
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@talismn/token-rates",
3
- "version": "0.0.0-pr822-20230607083654",
3
+ "version": "0.0.0-pr838-20230615012426",
4
4
  "author": "Talisman",
5
5
  "homepage": "https://talisman.xyz",
6
6
  "license": "UNLICENSED",
@@ -26,7 +26,7 @@
26
26
  "clean": "rm -rf dist && rm -rf .turbo rm -rf node_modules"
27
27
  },
28
28
  "dependencies": {
29
- "@talismn/chaindata-provider": "0.0.0-pr822-20230607083654",
29
+ "@talismn/chaindata-provider": "0.0.0-pr838-20230615012426",
30
30
  "axios": "^0.27.2",
31
31
  "dexie": "^3.2.3"
32
32
  },