@chain-registry/keplr 1.36.0 → 1.37.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/main/index.js CHANGED
@@ -8,8 +8,8 @@ exports.chainRegistryChainToKeplr = void 0;
8
8
  var _defineProperty2 = _interopRequireDefault(require("@babel/runtime/helpers/defineProperty"));
9
9
  var _cosmos = require("@keplr-wallet/cosmos");
10
10
  var _semver = _interopRequireDefault(require("semver"));
11
- function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
12
- function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { (0, _defineProperty2["default"])(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
11
+ function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }
12
+ function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys(Object(source), !0).forEach(function (key) { (0, _defineProperty2["default"])(target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
13
13
  var getRpc = function getRpc(chain) {
14
14
  var _chain$apis$rpc$0$add, _chain$apis, _chain$apis$rpc, _chain$apis$rpc$;
15
15
  return (_chain$apis$rpc$0$add = (_chain$apis = chain.apis) === null || _chain$apis === void 0 ? void 0 : (_chain$apis$rpc = _chain$apis.rpc) === null || _chain$apis$rpc === void 0 ? void 0 : (_chain$apis$rpc$ = _chain$apis$rpc[0]) === null || _chain$apis$rpc$ === void 0 ? void 0 : _chain$apis$rpc$.address) !== null && _chain$apis$rpc$0$add !== void 0 ? _chain$apis$rpc$0$add : '';
@@ -39,7 +39,7 @@ var cleanVer = function cleanVer(ver) {
39
39
  }
40
40
  }
41
41
  };
42
- var chainRegistryChainToKeplr = exports.chainRegistryChainToKeplr = function chainRegistryChainToKeplr(chain, assets) {
42
+ var chainRegistryChainToKeplr = function chainRegistryChainToKeplr(chain, assets) {
43
43
  var _chain$codebase, _chain$codebase2, _chain$codebase3, _assets$find, _chain$fees, _chain$fees2, _chain$fees2$fee_toke, _chain$staking, _currencies$find;
44
44
  var options = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : {
45
45
  getRpcEndpoint: getRpc,
@@ -149,4 +149,5 @@ var chainRegistryChainToKeplr = exports.chainRegistryChainToKeplr = function cha
149
149
  features: features
150
150
  };
151
151
  return chainInfo;
152
- };
152
+ };
153
+ exports.chainRegistryChainToKeplr = chainRegistryChainToKeplr;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@chain-registry/keplr",
3
- "version": "1.36.0",
3
+ "version": "1.37.0",
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",
@@ -57,7 +57,7 @@
57
57
  "babel-core": "7.0.0-bridge.0",
58
58
  "babel-jest": "29.5.0",
59
59
  "babel-watch": "^7.7.2",
60
- "chain-registry": "^1.31.0",
60
+ "chain-registry": "^1.32.0",
61
61
  "cross-env": "^7.0.2",
62
62
  "eslint": "8.38.0",
63
63
  "eslint-config-prettier": "^8.8.0",
@@ -77,5 +77,5 @@
77
77
  "@keplr-wallet/crypto": "0.12.28",
78
78
  "semver": "^7.5.0"
79
79
  },
80
- "gitHead": "61dff01c003267ef7638659a16ef1429feb95cab"
80
+ "gitHead": "e57916824aad1598342fe9175e9e87b1ba0babcb"
81
81
  }
package/CHANGELOG.md DELETED
@@ -1,691 +0,0 @@
1
- # Change Log
2
-
3
- All notable changes to this project will be documented in this file.
4
- See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
-
6
- # [1.36.0](https://github.com/cosmology-tech/chain-registry/compare/@chain-registry/keplr@1.35.0...@chain-registry/keplr@1.36.0) (2024-03-18)
7
-
8
- **Note:** Version bump only for package @chain-registry/keplr
9
-
10
-
11
-
12
-
13
-
14
- # [1.35.0](https://github.com/cosmology-tech/chain-registry/compare/@chain-registry/keplr@1.34.1...@chain-registry/keplr@1.35.0) (2024-03-14)
15
-
16
- **Note:** Version bump only for package @chain-registry/keplr
17
-
18
-
19
-
20
-
21
-
22
- ## [1.34.1](https://github.com/cosmology-tech/chain-registry/compare/@chain-registry/keplr@1.34.0...@chain-registry/keplr@1.34.1) (2024-03-10)
23
-
24
- **Note:** Version bump only for package @chain-registry/keplr
25
-
26
-
27
-
28
-
29
-
30
- # [1.34.0](https://github.com/cosmology-tech/chain-registry/compare/@chain-registry/keplr@1.33.7...@chain-registry/keplr@1.34.0) (2024-03-08)
31
-
32
- **Note:** Version bump only for package @chain-registry/keplr
33
-
34
-
35
-
36
-
37
-
38
- ## [1.33.7](https://github.com/cosmology-tech/chain-registry/compare/@chain-registry/keplr@1.33.6...@chain-registry/keplr@1.33.7) (2024-03-06)
39
-
40
- **Note:** Version bump only for package @chain-registry/keplr
41
-
42
-
43
-
44
-
45
-
46
- ## [1.33.6](https://github.com/cosmology-tech/chain-registry/compare/@chain-registry/keplr@1.33.5...@chain-registry/keplr@1.33.6) (2024-02-28)
47
-
48
- **Note:** Version bump only for package @chain-registry/keplr
49
-
50
-
51
-
52
-
53
-
54
- ## [1.33.5](https://github.com/cosmology-tech/chain-registry/compare/@chain-registry/keplr@1.33.4...@chain-registry/keplr@1.33.5) (2024-02-27)
55
-
56
- **Note:** Version bump only for package @chain-registry/keplr
57
-
58
-
59
-
60
-
61
-
62
- ## [1.33.4](https://github.com/cosmology-tech/chain-registry/compare/@chain-registry/keplr@1.33.3...@chain-registry/keplr@1.33.4) (2024-02-27)
63
-
64
- **Note:** Version bump only for package @chain-registry/keplr
65
-
66
-
67
-
68
-
69
-
70
- ## [1.33.3](https://github.com/cosmology-tech/chain-registry/compare/@chain-registry/keplr@1.33.2...@chain-registry/keplr@1.33.3) (2024-02-26)
71
-
72
- **Note:** Version bump only for package @chain-registry/keplr
73
-
74
-
75
-
76
-
77
-
78
- ## [1.33.2](https://github.com/cosmology-tech/chain-registry/compare/@chain-registry/keplr@1.33.1...@chain-registry/keplr@1.33.2) (2024-02-26)
79
-
80
- **Note:** Version bump only for package @chain-registry/keplr
81
-
82
-
83
-
84
-
85
-
86
- ## [1.33.1](https://github.com/cosmology-tech/chain-registry/compare/@chain-registry/keplr@1.33.0...@chain-registry/keplr@1.33.1) (2024-02-11)
87
-
88
- **Note:** Version bump only for package @chain-registry/keplr
89
-
90
-
91
-
92
-
93
-
94
- # [1.33.0](https://github.com/cosmology-tech/chain-registry/compare/@chain-registry/keplr@1.32.0...@chain-registry/keplr@1.33.0) (2024-01-31)
95
-
96
- **Note:** Version bump only for package @chain-registry/keplr
97
-
98
-
99
-
100
-
101
-
102
- # [1.32.0](https://github.com/cosmology-tech/chain-registry/compare/@chain-registry/keplr@1.31.0...@chain-registry/keplr@1.32.0) (2024-01-25)
103
-
104
- **Note:** Version bump only for package @chain-registry/keplr
105
-
106
-
107
-
108
-
109
-
110
- # [1.31.0](https://github.com/cosmology-tech/chain-registry/compare/@chain-registry/keplr@1.30.4...@chain-registry/keplr@1.31.0) (2024-01-25)
111
-
112
- **Note:** Version bump only for package @chain-registry/keplr
113
-
114
-
115
-
116
-
117
-
118
- ## [1.30.4](https://github.com/cosmology-tech/chain-registry/compare/@chain-registry/keplr@1.30.3...@chain-registry/keplr@1.30.4) (2024-01-19)
119
-
120
- **Note:** Version bump only for package @chain-registry/keplr
121
-
122
-
123
-
124
-
125
-
126
- ## [1.30.3](https://github.com/cosmology-tech/chain-registry/compare/@chain-registry/keplr@1.30.2...@chain-registry/keplr@1.30.3) (2024-01-19)
127
-
128
- **Note:** Version bump only for package @chain-registry/keplr
129
-
130
-
131
-
132
-
133
-
134
- ## [1.30.2](https://github.com/cosmology-tech/chain-registry/compare/@chain-registry/keplr@1.30.1...@chain-registry/keplr@1.30.2) (2024-01-19)
135
-
136
- **Note:** Version bump only for package @chain-registry/keplr
137
-
138
-
139
-
140
-
141
-
142
- ## [1.30.1](https://github.com/cosmology-tech/chain-registry/compare/@chain-registry/keplr@1.30.0...@chain-registry/keplr@1.30.1) (2024-01-17)
143
-
144
- **Note:** Version bump only for package @chain-registry/keplr
145
-
146
-
147
-
148
-
149
-
150
- # [1.30.0](https://github.com/cosmology-tech/chain-registry/compare/@chain-registry/keplr@1.29.1...@chain-registry/keplr@1.30.0) (2023-12-20)
151
-
152
- **Note:** Version bump only for package @chain-registry/keplr
153
-
154
-
155
-
156
-
157
-
158
- ## [1.29.1](https://github.com/cosmology-tech/chain-registry/compare/@chain-registry/keplr@1.29.0...@chain-registry/keplr@1.29.1) (2023-12-15)
159
-
160
- **Note:** Version bump only for package @chain-registry/keplr
161
-
162
-
163
-
164
-
165
-
166
- # [1.29.0](https://github.com/cosmology-tech/chain-registry/compare/@chain-registry/keplr@1.28.0...@chain-registry/keplr@1.29.0) (2023-12-15)
167
-
168
- **Note:** Version bump only for package @chain-registry/keplr
169
-
170
-
171
-
172
-
173
-
174
- # [1.28.0](https://github.com/cosmology-tech/chain-registry/compare/@chain-registry/keplr@1.27.0...@chain-registry/keplr@1.28.0) (2023-12-15)
175
-
176
- **Note:** Version bump only for package @chain-registry/keplr
177
-
178
-
179
-
180
-
181
-
182
- # [1.27.0](https://github.com/cosmology-tech/chain-registry/compare/@chain-registry/keplr@1.26.0...@chain-registry/keplr@1.27.0) (2023-12-15)
183
-
184
- **Note:** Version bump only for package @chain-registry/keplr
185
-
186
-
187
-
188
-
189
-
190
- # [1.26.0](https://github.com/cosmology-tech/chain-registry/compare/@chain-registry/keplr@1.25.1...@chain-registry/keplr@1.26.0) (2023-12-12)
191
-
192
- **Note:** Version bump only for package @chain-registry/keplr
193
-
194
-
195
-
196
-
197
-
198
- ## [1.25.1](https://github.com/cosmology-tech/chain-registry/compare/@chain-registry/keplr@1.25.0...@chain-registry/keplr@1.25.1) (2023-09-27)
199
-
200
-
201
- ### Bug Fixes
202
-
203
- * keplr cleanVer containing repo ([356eabc](https://github.com/cosmology-tech/chain-registry/commit/356eabc3d4bf832e9336a40c457f4f0be0915b6e))
204
-
205
-
206
-
207
-
208
-
209
- # [1.25.0](https://github.com/cosmology-tech/chain-registry/compare/@chain-registry/keplr@1.24.0...@chain-registry/keplr@1.25.0) (2023-09-27)
210
-
211
- **Note:** Version bump only for package @chain-registry/keplr
212
-
213
-
214
-
215
-
216
-
217
- # [1.24.0](https://github.com/cosmology-tech/chain-registry/compare/@chain-registry/keplr@1.23.0...@chain-registry/keplr@1.24.0) (2023-09-15)
218
-
219
- **Note:** Version bump only for package @chain-registry/keplr
220
-
221
-
222
-
223
-
224
-
225
- # [1.23.0](https://github.com/cosmology-tech/chain-registry/compare/@chain-registry/keplr@1.22.1...@chain-registry/keplr@1.23.0) (2023-08-16)
226
-
227
- **Note:** Version bump only for package @chain-registry/keplr
228
-
229
-
230
-
231
-
232
-
233
- ## [1.22.1](https://github.com/cosmology-tech/chain-registry/compare/@chain-registry/keplr@1.22.0...@chain-registry/keplr@1.22.1) (2023-07-30)
234
-
235
- **Note:** Version bump only for package @chain-registry/keplr
236
-
237
-
238
-
239
-
240
-
241
- # [1.22.0](https://github.com/cosmology-tech/chain-registry/compare/@chain-registry/keplr@1.21.1...@chain-registry/keplr@1.22.0) (2023-07-16)
242
-
243
- **Note:** Version bump only for package @chain-registry/keplr
244
-
245
-
246
-
247
-
248
-
249
- ## [1.21.1](https://github.com/cosmology-tech/chain-registry/compare/@chain-registry/keplr@1.21.0...@chain-registry/keplr@1.21.1) (2023-07-12)
250
-
251
- **Note:** Version bump only for package @chain-registry/keplr
252
-
253
-
254
-
255
-
256
-
257
- # [1.21.0](https://github.com/cosmology-tech/chain-registry/compare/@chain-registry/keplr@1.20.0...@chain-registry/keplr@1.21.0) (2023-07-11)
258
-
259
- **Note:** Version bump only for package @chain-registry/keplr
260
-
261
-
262
-
263
-
264
-
265
- # [1.20.0](https://github.com/cosmology-tech/chain-registry/compare/@chain-registry/keplr@1.19.0...@chain-registry/keplr@1.20.0) (2023-07-08)
266
-
267
- **Note:** Version bump only for package @chain-registry/keplr
268
-
269
-
270
-
271
-
272
-
273
- # [1.19.0](https://github.com/cosmology-tech/chain-registry/compare/@chain-registry/keplr@1.18.0...@chain-registry/keplr@1.19.0) (2023-06-27)
274
-
275
- **Note:** Version bump only for package @chain-registry/keplr
276
-
277
-
278
-
279
-
280
-
281
- # [1.18.0](https://github.com/cosmology-tech/chain-registry/compare/@chain-registry/keplr@1.17.0...@chain-registry/keplr@1.18.0) (2023-05-24)
282
-
283
- **Note:** Version bump only for package @chain-registry/keplr
284
-
285
-
286
-
287
-
288
-
289
- # [1.17.0](https://github.com/cosmology-tech/chain-registry/compare/@chain-registry/keplr@1.16.1...@chain-registry/keplr@1.17.0) (2023-04-20)
290
-
291
- **Note:** Version bump only for package @chain-registry/keplr
292
-
293
-
294
-
295
-
296
-
297
- ## [1.16.1](https://github.com/cosmology-tech/chain-registry/compare/@chain-registry/keplr@1.16.0...@chain-registry/keplr@1.16.1) (2023-04-20)
298
-
299
- **Note:** Version bump only for package @chain-registry/keplr
300
-
301
-
302
-
303
-
304
-
305
- # [1.16.0](https://github.com/cosmology-tech/chain-registry/compare/@chain-registry/keplr@1.15.1...@chain-registry/keplr@1.16.0) (2023-04-18)
306
-
307
- **Note:** Version bump only for package @chain-registry/keplr
308
-
309
-
310
-
311
-
312
-
313
- ## [1.15.1](https://github.com/cosmology-tech/chain-registry/compare/@chain-registry/keplr@1.15.0...@chain-registry/keplr@1.15.1) (2023-04-18)
314
-
315
- **Note:** Version bump only for package @chain-registry/keplr
316
-
317
-
318
-
319
-
320
-
321
- # [1.15.0](https://github.com/cosmology-tech/chain-registry/compare/@chain-registry/keplr@1.14.0...@chain-registry/keplr@1.15.0) (2023-04-18)
322
-
323
- **Note:** Version bump only for package @chain-registry/keplr
324
-
325
-
326
-
327
-
328
-
329
- # [1.14.0](https://github.com/cosmology-tech/chain-registry/compare/@chain-registry/keplr@1.13.0...@chain-registry/keplr@1.14.0) (2023-03-29)
330
-
331
- **Note:** Version bump only for package @chain-registry/keplr
332
-
333
-
334
-
335
-
336
-
337
- # [1.13.0](https://github.com/cosmology-tech/chain-registry/compare/@chain-registry/keplr@1.12.0...@chain-registry/keplr@1.13.0) (2023-03-02)
338
-
339
- **Note:** Version bump only for package @chain-registry/keplr
340
-
341
-
342
-
343
-
344
-
345
- # [1.12.0](https://github.com/cosmology-tech/chain-registry/compare/@chain-registry/keplr@1.11.0...@chain-registry/keplr@1.12.0) (2023-02-23)
346
-
347
- **Note:** Version bump only for package @chain-registry/keplr
348
-
349
-
350
-
351
-
352
-
353
- # [1.11.0](https://github.com/cosmology-tech/chain-registry/compare/@chain-registry/keplr@1.10.1...@chain-registry/keplr@1.11.0) (2023-02-08)
354
-
355
- **Note:** Version bump only for package @chain-registry/keplr
356
-
357
-
358
-
359
-
360
-
361
- ## [1.10.1](https://github.com/cosmology-tech/chain-registry/compare/@chain-registry/keplr@1.10.0...@chain-registry/keplr@1.10.1) (2023-01-17)
362
-
363
- **Note:** Version bump only for package @chain-registry/keplr
364
-
365
-
366
-
367
-
368
-
369
- # [1.10.0](https://github.com/cosmology-tech/chain-registry/compare/@chain-registry/keplr@1.9.0...@chain-registry/keplr@1.10.0) (2022-12-08)
370
-
371
- **Note:** Version bump only for package @chain-registry/keplr
372
-
373
-
374
-
375
-
376
-
377
- # [1.9.0](https://github.com/cosmology-tech/chain-registry/compare/@chain-registry/keplr@1.8.0...@chain-registry/keplr@1.9.0) (2022-12-08)
378
-
379
- **Note:** Version bump only for package @chain-registry/keplr
380
-
381
-
382
-
383
-
384
-
385
- # [1.8.0](https://github.com/cosmology-tech/chain-registry/compare/@chain-registry/keplr@1.7.0...@chain-registry/keplr@1.8.0) (2022-11-16)
386
-
387
- **Note:** Version bump only for package @chain-registry/keplr
388
-
389
-
390
-
391
-
392
-
393
- # [1.7.0](https://github.com/cosmology-tech/chain-registry/compare/@chain-registry/keplr@1.6.0...@chain-registry/keplr@1.7.0) (2022-11-10)
394
-
395
- **Note:** Version bump only for package @chain-registry/keplr
396
-
397
-
398
-
399
-
400
-
401
- # [1.6.0](https://github.com/cosmology-tech/chain-registry/compare/@chain-registry/keplr@1.5.0...@chain-registry/keplr@1.6.0) (2022-11-10)
402
-
403
- **Note:** Version bump only for package @chain-registry/keplr
404
-
405
-
406
-
407
-
408
-
409
- # [1.5.0](https://github.com/cosmology-tech/chain-registry/compare/@chain-registry/keplr@1.4.0...@chain-registry/keplr@1.5.0) (2022-11-05)
410
-
411
- **Note:** Version bump only for package @chain-registry/keplr
412
-
413
-
414
-
415
-
416
-
417
- # [1.4.0](https://github.com/cosmology-tech/chain-registry/compare/@chain-registry/keplr@1.3.1...@chain-registry/keplr@1.4.0) (2022-11-03)
418
-
419
- **Note:** Version bump only for package @chain-registry/keplr
420
-
421
-
422
-
423
-
424
-
425
- ## [1.3.1](https://github.com/cosmology-tech/chain-registry/compare/@chain-registry/keplr@1.3.0...@chain-registry/keplr@1.3.1) (2022-10-27)
426
-
427
- **Note:** Version bump only for package @chain-registry/keplr
428
-
429
-
430
-
431
-
432
-
433
- # [1.3.0](https://github.com/cosmology-tech/chain-registry/compare/@chain-registry/keplr@1.2.0...@chain-registry/keplr@1.3.0) (2022-10-26)
434
-
435
- **Note:** Version bump only for package @chain-registry/keplr
436
-
437
-
438
-
439
-
440
-
441
- # [1.2.0](https://github.com/cosmology-tech/chain-registry/compare/@chain-registry/keplr@1.1.0...@chain-registry/keplr@1.2.0) (2022-10-20)
442
-
443
- **Note:** Version bump only for package @chain-registry/keplr
444
-
445
-
446
-
447
-
448
-
449
- # [1.1.0](https://github.com/cosmology-tech/chain-registry/compare/@chain-registry/keplr@1.0.1...@chain-registry/keplr@1.1.0) (2022-10-20)
450
-
451
- **Note:** Version bump only for package @chain-registry/keplr
452
-
453
-
454
-
455
-
456
-
457
- ## [1.0.1](https://github.com/cosmology-tech/chain-registry/compare/@chain-registry/keplr@1.0.0...@chain-registry/keplr@1.0.1) (2022-10-20)
458
-
459
- **Note:** Version bump only for package @chain-registry/keplr
460
-
461
-
462
-
463
-
464
-
465
- # [1.0.0](https://github.com/cosmology-tech/chain-registry/compare/@chain-registry/keplr@0.12.0...@chain-registry/keplr@1.0.0) (2022-09-29)
466
-
467
- **Note:** Version bump only for package @chain-registry/keplr
468
-
469
-
470
-
471
-
472
-
473
- # [0.12.0](https://github.com/cosmology-tech/chain-registry/compare/@chain-registry/keplr@0.11.2...@chain-registry/keplr@0.12.0) (2022-09-20)
474
-
475
- **Note:** Version bump only for package @chain-registry/keplr
476
-
477
-
478
-
479
-
480
-
481
- ## [0.11.2](https://github.com/cosmology-tech/chain-registry/compare/@chain-registry/keplr@0.11.1...@chain-registry/keplr@0.11.2) (2022-09-19)
482
-
483
- **Note:** Version bump only for package @chain-registry/keplr
484
-
485
-
486
-
487
-
488
-
489
- ## [0.11.1](https://github.com/cosmology-tech/chain-registry/compare/@chain-registry/keplr@0.11.0...@chain-registry/keplr@0.11.1) (2022-09-19)
490
-
491
- **Note:** Version bump only for package @chain-registry/keplr
492
-
493
-
494
-
495
-
496
-
497
- # [0.11.0](https://github.com/cosmology-tech/chain-registry/compare/@chain-registry/keplr@0.10.0...@chain-registry/keplr@0.11.0) (2022-09-19)
498
-
499
- **Note:** Version bump only for package @chain-registry/keplr
500
-
501
-
502
-
503
-
504
-
505
- # [0.10.0](https://github.com/cosmology-tech/chain-registry/compare/@chain-registry/keplr@0.9.0...@chain-registry/keplr@0.10.0) (2022-09-16)
506
-
507
- **Note:** Version bump only for package @chain-registry/keplr
508
-
509
-
510
-
511
-
512
-
513
- # [0.9.0](https://github.com/cosmology-tech/chain-registry/compare/@chain-registry/keplr@0.8.3...@chain-registry/keplr@0.9.0) (2022-09-14)
514
-
515
- **Note:** Version bump only for package @chain-registry/keplr
516
-
517
-
518
-
519
-
520
-
521
- ## [0.8.3](https://github.com/cosmology-tech/chain-registry/compare/@chain-registry/keplr@0.8.2...@chain-registry/keplr@0.8.3) (2022-09-08)
522
-
523
- **Note:** Version bump only for package @chain-registry/keplr
524
-
525
-
526
-
527
-
528
-
529
- ## [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)
530
-
531
- **Note:** Version bump only for package @chain-registry/keplr
532
-
533
-
534
-
535
-
536
-
537
- ## [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)
538
-
539
- **Note:** Version bump only for package @chain-registry/keplr
540
-
541
-
542
-
543
-
544
-
545
- # [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)
546
-
547
- **Note:** Version bump only for package @chain-registry/keplr
548
-
549
-
550
-
551
-
552
-
553
- ## [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)
554
-
555
- **Note:** Version bump only for package @chain-registry/keplr
556
-
557
-
558
-
559
-
560
-
561
- ## [0.7.2](https://github.com/cosmology-tech/chain-registry/compare/@chain-registry/keplr@0.7.1...@chain-registry/keplr@0.7.2) (2022-08-31)
562
-
563
- **Note:** Version bump only for package @chain-registry/keplr
564
-
565
-
566
-
567
-
568
-
569
- ## [0.7.1](https://github.com/cosmology-tech/chain-registry/compare/@chain-registry/keplr@0.7.0...@chain-registry/keplr@0.7.1) (2022-08-31)
570
-
571
- **Note:** Version bump only for package @chain-registry/keplr
572
-
573
-
574
-
575
-
576
-
577
- # [0.7.0](https://github.com/cosmology-tech/chain-registry/compare/@chain-registry/keplr@0.6.1...@chain-registry/keplr@0.7.0) (2022-08-31)
578
-
579
- **Note:** Version bump only for package @chain-registry/keplr
580
-
581
-
582
-
583
-
584
-
585
- ## [0.6.1](https://github.com/cosmology-tech/chain-registry/compare/@chain-registry/keplr@0.6.0...@chain-registry/keplr@0.6.1) (2022-08-23)
586
-
587
- **Note:** Version bump only for package @chain-registry/keplr
588
-
589
-
590
-
591
-
592
-
593
- # [0.6.0](https://github.com/cosmology-tech/chain-registry/compare/@chain-registry/keplr@0.5.0...@chain-registry/keplr@0.6.0) (2022-08-23)
594
-
595
- **Note:** Version bump only for package @chain-registry/keplr
596
-
597
-
598
-
599
-
600
-
601
- # [0.5.0](https://github.com/cosmology-tech/chain-registry/compare/@chain-registry/keplr@0.4.7...@chain-registry/keplr@0.5.0) (2022-08-20)
602
-
603
- **Note:** Version bump only for package @chain-registry/keplr
604
-
605
-
606
-
607
-
608
-
609
- ## [0.4.7](https://github.com/cosmology-tech/chain-registry/compare/@chain-registry/keplr@0.4.6...@chain-registry/keplr@0.4.7) (2022-08-18)
610
-
611
- **Note:** Version bump only for package @chain-registry/keplr
612
-
613
-
614
-
615
-
616
-
617
- ## [0.4.6](https://github.com/cosmology-tech/chain-registry/compare/@chain-registry/keplr@0.4.5...@chain-registry/keplr@0.4.6) (2022-08-18)
618
-
619
- **Note:** Version bump only for package @chain-registry/keplr
620
-
621
-
622
-
623
-
624
-
625
- ## [0.4.5](https://github.com/cosmology-tech/chain-registry/compare/@chain-registry/keplr@0.4.4...@chain-registry/keplr@0.4.5) (2022-08-18)
626
-
627
- **Note:** Version bump only for package @chain-registry/keplr
628
-
629
-
630
-
631
-
632
-
633
- ## [0.4.4](https://github.com/cosmology-tech/chain-registry/compare/@chain-registry/keplr@0.4.3...@chain-registry/keplr@0.4.4) (2022-08-17)
634
-
635
- **Note:** Version bump only for package @chain-registry/keplr
636
-
637
-
638
-
639
-
640
-
641
- ## [0.4.3](https://github.com/cosmology-tech/chain-registry/compare/@chain-registry/keplr@0.4.2...@chain-registry/keplr@0.4.3) (2022-08-17)
642
-
643
- **Note:** Version bump only for package @chain-registry/keplr
644
-
645
-
646
-
647
-
648
-
649
- ## [0.4.2](https://github.com/cosmology-tech/chain-registry/compare/@chain-registry/keplr@0.4.1...@chain-registry/keplr@0.4.2) (2022-08-17)
650
-
651
- **Note:** Version bump only for package @chain-registry/keplr
652
-
653
-
654
-
655
-
656
-
657
- ## [0.4.1](https://github.com/cosmology-tech/chain-registry/compare/@chain-registry/keplr@0.4.0...@chain-registry/keplr@0.4.1) (2022-08-17)
658
-
659
- **Note:** Version bump only for package @chain-registry/keplr
660
-
661
-
662
-
663
-
664
-
665
- # [0.4.0](https://github.com/cosmology-tech/chain-registry/compare/@chain-registry/keplr@0.3.1...@chain-registry/keplr@0.4.0) (2022-08-14)
666
-
667
- **Note:** Version bump only for package @chain-registry/keplr
668
-
669
-
670
-
671
-
672
-
673
- ## [0.3.1](https://github.com/cosmology-tech/chain-registry/compare/@chain-registry/keplr@0.3.0...@chain-registry/keplr@0.3.1) (2022-08-13)
674
-
675
- **Note:** Version bump only for package @chain-registry/keplr
676
-
677
-
678
-
679
-
680
-
681
- # [0.3.0](https://github.com/cosmology-tech/chain-registry/compare/@chain-registry/keplr@0.2.1...@chain-registry/keplr@0.3.0) (2022-08-13)
682
-
683
- **Note:** Version bump only for package @chain-registry/keplr
684
-
685
-
686
-
687
-
688
-
689
- ## 0.2.1 (2022-08-13)
690
-
691
- **Note:** Version bump only for package @chain-registry/keplr