@chain-registry/keplr 0.7.3 → 0.8.2

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
@@ -3,6 +3,30 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## [0.8.2](https://github.com/cosmology-tech/chain-registry/compare/@chain-registry/keplr@0.8.1...@chain-registry/keplr@0.8.2) (2022-09-08)
7
+
8
+ **Note:** Version bump only for package @chain-registry/keplr
9
+
10
+
11
+
12
+
13
+
14
+ ## [0.8.1](https://github.com/cosmology-tech/chain-registry/compare/@chain-registry/keplr@0.8.0...@chain-registry/keplr@0.8.1) (2022-09-07)
15
+
16
+ **Note:** Version bump only for package @chain-registry/keplr
17
+
18
+
19
+
20
+
21
+
22
+ # [0.8.0](https://github.com/cosmology-tech/chain-registry/compare/@chain-registry/keplr@0.7.3...@chain-registry/keplr@0.8.0) (2022-09-06)
23
+
24
+ **Note:** Version bump only for package @chain-registry/keplr
25
+
26
+
27
+
28
+
29
+
6
30
  ## [0.7.3](https://github.com/cosmology-tech/chain-registry/compare/@chain-registry/keplr@0.7.2...@chain-registry/keplr@0.7.3) (2022-08-31)
7
31
 
8
32
  **Note:** Version bump only for package @chain-registry/keplr
package/README.md CHANGED
@@ -33,4 +33,8 @@ const config: ChainInfo = chainRegistryChainToKeplr(chain, assets, {
33
33
  getRpcEndpoint: (chain) => chain.apis?.rpc[1]?.address
34
34
  });
35
35
 
36
- ```
36
+ ```
37
+
38
+ ## Credits
39
+
40
+ Built by Cosmology — if you like our tools, please consider delegating to [our validator](https://cosmology.tech/validator)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@chain-registry/keplr",
3
- "version": "0.7.3",
3
+ "version": "0.8.2",
4
4
  "description": "Chain Registry to Keplr",
5
5
  "author": "Dan Lynch <pyramation@gmail.com>",
6
6
  "homepage": "https://github.com/cosmology-tech/chain-registry",
@@ -61,7 +61,7 @@
61
61
  "babel-core": "7.0.0-bridge.0",
62
62
  "babel-jest": "28.1.1",
63
63
  "babel-watch": "^7.0.0",
64
- "chain-registry": "^0.9.3",
64
+ "chain-registry": "^0.10.2",
65
65
  "cross-env": "^7.0.2",
66
66
  "eslint": "8.20.0",
67
67
  "eslint-config-prettier": "^8.5.0",
@@ -77,10 +77,10 @@
77
77
  },
78
78
  "dependencies": {
79
79
  "@babel/runtime": "^7.18.3",
80
- "@chain-registry/types": "^0.6.0",
80
+ "@chain-registry/types": "^0.7.1",
81
81
  "@keplr-wallet/cosmos": "^0.10.3",
82
82
  "@keplr-wallet/crypto": "^0.10.11",
83
83
  "semver": "^7.3.7"
84
84
  },
85
- "gitHead": "44feb1d68ade1e331f9fcc28d82dd889bb69952d"
85
+ "gitHead": "bff7e354c6383e548bf51bd932af9ad4cb1a0214"
86
86
  }