chain-registry 2.0.212 → 2.0.214

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 (53) hide show
  1. package/esm/mainnet/agoric/ibc-data.js +31 -0
  2. package/esm/mainnet/akash/chain.js +10 -0
  3. package/esm/mainnet/axelar/asset-list.js +0 -1
  4. package/esm/mainnet/bandchain/chain.js +10 -0
  5. package/esm/mainnet/cosmoshub/chain.js +10 -0
  6. package/esm/mainnet/dyson/asset-list.js +1 -2
  7. package/esm/mainnet/fetchhub/chain.js +10 -0
  8. package/esm/mainnet/ibc-data.js +2 -0
  9. package/esm/mainnet/initia/ibc-data.js +31 -0
  10. package/esm/mainnet/injective/chain.js +19 -0
  11. package/esm/mainnet/injective/ibc-data.js +93 -0
  12. package/esm/mainnet/irisnet/chain.js +10 -0
  13. package/esm/mainnet/namada/asset-list.js +0 -1
  14. package/esm/mainnet/neutron/asset-list.js +1 -2
  15. package/esm/mainnet/nolus/asset-list.js +1 -2
  16. package/esm/mainnet/nolus/chain.js +2 -2
  17. package/esm/mainnet/osmosis/asset-list.js +1 -2
  18. package/esm/mainnet/osmosis/ibc-data.js +31 -0
  19. package/esm/mainnet/persistence/chain.js +10 -0
  20. package/esm/mainnet/provenance/chain.js +10 -0
  21. package/esm/mainnet/terra2/chain.js +10 -0
  22. package/esm/mainnet/turkchain/chain.js +4 -0
  23. package/esm/mainnet/turkchain/ibc-data.js +32 -0
  24. package/esm/mainnet/turkchain/index.js +2 -0
  25. package/esm/mainnet/zigchain/ibc-data.js +31 -0
  26. package/mainnet/agoric/ibc-data.js +31 -0
  27. package/mainnet/akash/chain.js +10 -0
  28. package/mainnet/axelar/asset-list.js +0 -1
  29. package/mainnet/bandchain/chain.js +10 -0
  30. package/mainnet/cosmoshub/chain.js +10 -0
  31. package/mainnet/dyson/asset-list.js +1 -2
  32. package/mainnet/fetchhub/chain.js +10 -0
  33. package/mainnet/ibc-data.js +2 -0
  34. package/mainnet/initia/ibc-data.js +31 -0
  35. package/mainnet/injective/chain.js +19 -0
  36. package/mainnet/injective/ibc-data.js +93 -0
  37. package/mainnet/irisnet/chain.js +10 -0
  38. package/mainnet/namada/asset-list.js +0 -1
  39. package/mainnet/neutron/asset-list.js +1 -2
  40. package/mainnet/nolus/asset-list.js +1 -2
  41. package/mainnet/nolus/chain.js +2 -2
  42. package/mainnet/osmosis/asset-list.js +1 -2
  43. package/mainnet/osmosis/ibc-data.js +31 -0
  44. package/mainnet/persistence/chain.js +10 -0
  45. package/mainnet/provenance/chain.js +10 -0
  46. package/mainnet/terra2/chain.js +10 -0
  47. package/mainnet/turkchain/chain.js +4 -0
  48. package/mainnet/turkchain/ibc-data.d.ts +3 -0
  49. package/mainnet/turkchain/ibc-data.js +34 -0
  50. package/mainnet/turkchain/index.d.ts +1 -0
  51. package/mainnet/turkchain/index.js +3 -1
  52. package/mainnet/zigchain/ibc-data.js +31 -0
  53. package/package.json +3 -3
@@ -215,6 +215,37 @@ const info = [
215
215
  }
216
216
  }]
217
217
  },
218
+ {
219
+ $schema: '../ibc_data.schema.json',
220
+ chain1: {
221
+ chainName: 'agoric',
222
+ chainId: 'agoric-3',
223
+ clientId: '07-tendermint-126',
224
+ connectionId: 'connection-118'
225
+ },
226
+ chain2: {
227
+ chainName: 'injective',
228
+ chainId: 'injective-1',
229
+ clientId: '07-tendermint-328',
230
+ connectionId: 'connection-333'
231
+ },
232
+ channels: [{
233
+ chain1: {
234
+ channelId: 'channel-492',
235
+ portId: 'transfer'
236
+ },
237
+ chain2: {
238
+ channelId: 'channel-454',
239
+ portId: 'transfer'
240
+ },
241
+ ordering: 'unordered',
242
+ version: 'ics20-1',
243
+ tags: {
244
+ status: 'ACTIVE',
245
+ preferred: true
246
+ }
247
+ }]
248
+ },
218
249
  {
219
250
  $schema: '../ibc_data.schema.json',
220
251
  chain1: {
@@ -206,6 +206,16 @@ const info = {
206
206
  images: [{
207
207
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/akash/images/akt.png',
208
208
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/akash/images/akt.svg'
209
+ }],
210
+ snapshots: [{
211
+ provider: 'High Stakes 🇨🇭',
212
+ url: 'https://tools.highstakes.ch/snapshots/akash',
213
+ latestUrl: 'https://tools.highstakes.ch/files/akash.tar.gz',
214
+ type: 'pruned',
215
+ dbBackend: 'goleveldb',
216
+ frequency: 'every 3h',
217
+ compression: 'tar',
218
+ checksumAvailable: true
209
219
  }]
210
220
  };
211
221
  export default info;
@@ -221,7 +221,6 @@ const info = {
221
221
  name: 'Wrapped Bitcoin',
222
222
  display: 'wbtc',
223
223
  symbol: 'WBTC',
224
- coingeckoId: 'axlwbtc',
225
224
  traces: [{
226
225
  type: 'bridge',
227
226
  counterparty: {
@@ -273,6 +273,16 @@ const info = {
273
273
  images: [{
274
274
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bandchain/images/band.png',
275
275
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bandchain/images/band.svg'
276
+ }],
277
+ snapshots: [{
278
+ provider: 'High Stakes 🇨🇭',
279
+ url: 'https://tools.highstakes.ch/snapshots/bandprotocol',
280
+ latestUrl: 'https://tools.highstakes.ch/files/bandprotocol.tar.gz',
281
+ type: 'pruned',
282
+ dbBackend: 'goleveldb',
283
+ frequency: 'every 3h',
284
+ compression: 'tar',
285
+ checksumAvailable: true
276
286
  }]
277
287
  };
278
288
  export default info;
@@ -631,6 +631,16 @@ const info = {
631
631
  images: [{
632
632
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.png',
633
633
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.svg'
634
+ }],
635
+ snapshots: [{
636
+ provider: 'High Stakes 🇨🇭',
637
+ url: 'https://tools.highstakes.ch/snapshots/cosmos',
638
+ latestUrl: 'https://tools.highstakes.ch/files/cosmos.tar.gz',
639
+ type: 'pruned',
640
+ dbBackend: 'goleveldb',
641
+ frequency: 'every 3h',
642
+ compression: 'tar',
643
+ checksumAvailable: true
634
644
  }]
635
645
  };
636
646
  export default info;
@@ -110,8 +110,7 @@ const info = {
110
110
  logoURIs: {
111
111
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/wbtc.png',
112
112
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/wbtc.svg'
113
- },
114
- coingeckoId: 'axlwbtc'
113
+ }
115
114
  },
116
115
  {
117
116
  denomUnits: [{
@@ -291,6 +291,16 @@ const info = {
291
291
  images: [{
292
292
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/fetchhub/images/fet.png',
293
293
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/fetchhub/images/fet.svg'
294
+ }],
295
+ snapshots: [{
296
+ provider: 'High Stakes 🇨🇭',
297
+ url: 'https://tools.highstakes.ch/snapshots/fetchai',
298
+ latestUrl: 'https://tools.highstakes.ch/files/fetchai.tar.gz',
299
+ type: 'pruned',
300
+ dbBackend: 'goleveldb',
301
+ frequency: 'every 3h',
302
+ compression: 'tar',
303
+ checksumAvailable: true
294
304
  }]
295
305
  };
296
306
  export default info;
@@ -170,6 +170,7 @@ import * as _terra2 from './terra2';
170
170
  import * as _tgrade from './tgrade';
171
171
  import * as _thejaynetwork from './thejaynetwork';
172
172
  import * as _titan from './titan';
173
+ import * as _turkchain from './turkchain';
173
174
  import * as _umee from './umee';
174
175
  import * as _unification from './unification';
175
176
  import * as _uptick from './uptick';
@@ -352,6 +353,7 @@ const ibcData = [
352
353
  ..._tgrade.ibcData,
353
354
  ..._thejaynetwork.ibcData,
354
355
  ..._titan.ibcData,
356
+ ..._turkchain.ibcData,
355
357
  ..._umee.ibcData,
356
358
  ..._unification.ibcData,
357
359
  ..._uptick.ibcData,
@@ -1,4 +1,35 @@
1
1
  const info = [
2
+ {
3
+ $schema: '../ibc_data.schema.json',
4
+ chain1: {
5
+ chainName: 'initia',
6
+ chainId: 'interwoven-1',
7
+ clientId: '07-tendermint-64',
8
+ connectionId: 'connection-55'
9
+ },
10
+ chain2: {
11
+ chainName: 'injective',
12
+ chainId: 'injective-1',
13
+ clientId: '07-tendermint-329',
14
+ connectionId: 'connection-334'
15
+ },
16
+ channels: [{
17
+ chain1: {
18
+ channelId: 'channel-112',
19
+ portId: 'transfer'
20
+ },
21
+ chain2: {
22
+ channelId: 'channel-455',
23
+ portId: 'transfer'
24
+ },
25
+ ordering: 'unordered',
26
+ version: 'ics20-1',
27
+ tags: {
28
+ status: 'ACTIVE',
29
+ preferred: true
30
+ }
31
+ }]
32
+ },
2
33
  {
3
34
  $schema: '../ibc_data.schema.json',
4
35
  chain1: {
@@ -239,6 +239,25 @@ const info = {
239
239
  images: [{
240
240
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/inj.png',
241
241
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/inj.svg'
242
+ }],
243
+ snapshots: [{
244
+ provider: 'High Stakes 🇨🇭',
245
+ url: 'https://tools.highstakes.ch/snapshots/injective',
246
+ latestUrl: 'https://tools.highstakes.ch/files/injective.tar.gz',
247
+ type: 'pruned',
248
+ dbBackend: 'goleveldb',
249
+ frequency: 'every 3h',
250
+ compression: 'tar',
251
+ checksumAvailable: true
252
+ }, {
253
+ provider: 'High Stakes 🇨🇭',
254
+ url: 'https://tools.highstakes.ch/snapshots/injective',
255
+ latestUrl: 'https://tools.highstakes.ch/files/injective_pebbledb.tar.gz',
256
+ type: 'pruned',
257
+ dbBackend: 'pebbledb',
258
+ frequency: 'every 3h',
259
+ compression: 'tar',
260
+ checksumAvailable: true
242
261
  }]
243
262
  };
244
263
  export default info;
@@ -1,4 +1,35 @@
1
1
  const info = [
2
+ {
3
+ $schema: '../ibc_data.schema.json',
4
+ chain1: {
5
+ chainName: 'agoric',
6
+ chainId: 'agoric-3',
7
+ clientId: '07-tendermint-126',
8
+ connectionId: 'connection-118'
9
+ },
10
+ chain2: {
11
+ chainName: 'injective',
12
+ chainId: 'injective-1',
13
+ clientId: '07-tendermint-328',
14
+ connectionId: 'connection-333'
15
+ },
16
+ channels: [{
17
+ chain1: {
18
+ channelId: 'channel-492',
19
+ portId: 'transfer'
20
+ },
21
+ chain2: {
22
+ channelId: 'channel-454',
23
+ portId: 'transfer'
24
+ },
25
+ ordering: 'unordered',
26
+ version: 'ics20-1',
27
+ tags: {
28
+ status: 'ACTIVE',
29
+ preferred: true
30
+ }
31
+ }]
32
+ },
2
33
  {
3
34
  $schema: '../ibc_data.schema.json',
4
35
  chain1: {
@@ -278,6 +309,37 @@ const info = [
278
309
  }
279
310
  }]
280
311
  },
312
+ {
313
+ $schema: '../ibc_data.schema.json',
314
+ chain1: {
315
+ chainName: 'initia',
316
+ chainId: 'interwoven-1',
317
+ clientId: '07-tendermint-64',
318
+ connectionId: 'connection-55'
319
+ },
320
+ chain2: {
321
+ chainName: 'injective',
322
+ chainId: 'injective-1',
323
+ clientId: '07-tendermint-329',
324
+ connectionId: 'connection-334'
325
+ },
326
+ channels: [{
327
+ chain1: {
328
+ channelId: 'channel-112',
329
+ portId: 'transfer'
330
+ },
331
+ chain2: {
332
+ channelId: 'channel-455',
333
+ portId: 'transfer'
334
+ },
335
+ ordering: 'unordered',
336
+ version: 'ics20-1',
337
+ tags: {
338
+ status: 'ACTIVE',
339
+ preferred: true
340
+ }
341
+ }]
342
+ },
281
343
  {
282
344
  $schema: '../ibc_data.schema.json',
283
345
  chain1: {
@@ -1117,6 +1179,37 @@ const info = [
1117
1179
  status: 'ACTIVE'
1118
1180
  }
1119
1181
  }]
1182
+ },
1183
+ {
1184
+ $schema: '../ibc_data.schema.json',
1185
+ chain1: {
1186
+ chainName: 'injective',
1187
+ chainId: 'injective-1',
1188
+ clientId: '07-tendermint-330',
1189
+ connectionId: 'connection-335'
1190
+ },
1191
+ chain2: {
1192
+ chainName: 'zigchain',
1193
+ chainId: 'zigchain-1',
1194
+ clientId: '07-tendermint-5',
1195
+ connectionId: 'connection-5'
1196
+ },
1197
+ channels: [{
1198
+ chain1: {
1199
+ channelId: 'channel-456',
1200
+ portId: 'transfer'
1201
+ },
1202
+ chain2: {
1203
+ channelId: 'channel-12',
1204
+ portId: 'transfer'
1205
+ },
1206
+ ordering: 'unordered',
1207
+ version: 'ics20-1',
1208
+ tags: {
1209
+ status: 'ACTIVE',
1210
+ preferred: true
1211
+ }
1212
+ }]
1120
1213
  }
1121
1214
  ];
1122
1215
  export default info;
@@ -191,6 +191,16 @@ const info = {
191
191
  images: [{
192
192
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/irisnet/images/iris.png',
193
193
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/irisnet/images/iris.svg'
194
+ }],
195
+ snapshots: [{
196
+ provider: 'High Stakes 🇨🇭',
197
+ url: 'https://tools.highstakes.ch/snapshots/iris',
198
+ latestUrl: 'https://tools.highstakes.ch/files/iris.tar.gz',
199
+ type: 'pruned',
200
+ dbBackend: 'goleveldb',
201
+ frequency: 'every 3h',
202
+ compression: 'tar',
203
+ checksumAvailable: true
194
204
  }]
195
205
  };
196
206
  export default info;
@@ -25,7 +25,6 @@ const info = {
25
25
  website: 'https://namada.net/',
26
26
  x: 'https://x.com/namada'
27
27
  },
28
- coingeckoId: 'namada',
29
28
  images: [{
30
29
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/namada/images/namada.svg'
31
30
  }]
@@ -1227,8 +1227,7 @@ const info = {
1227
1227
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/wbtc.svg'
1228
1228
  }, {
1229
1229
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/wbtc.png'
1230
- }],
1231
- coingeckoId: 'axlwbtc'
1230
+ }]
1232
1231
  },
1233
1232
  {
1234
1233
  description: 'IBC Axelar weth-wei through axelar-dojo-1 transfer/channel-2',
@@ -394,8 +394,7 @@ const info = {
394
394
  logoURIs: {
395
395
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/wbtc.png',
396
396
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/wbtc.svg'
397
- },
398
- coingeckoId: 'axlwbtc'
397
+ }
399
398
  },
400
399
  {
401
400
  description: 'AKT transferred from the Osmosis mainnet that is supported on the Nolus chain',
@@ -102,7 +102,7 @@ const info = {
102
102
  apis: {
103
103
  rpc: [
104
104
  {
105
- address: 'rpc.nolus.network',
105
+ address: 'https://rpc.nolus.network',
106
106
  provider: 'NolusProtocol'
107
107
  },
108
108
  {
@@ -144,7 +144,7 @@ const info = {
144
144
  ],
145
145
  rest: [
146
146
  {
147
- address: 'lcd.nolus.network',
147
+ address: 'https://lcd.nolus.network',
148
148
  provider: 'NolusProtocol'
149
149
  },
150
150
  {
@@ -206,8 +206,7 @@ const info = {
206
206
  },
207
207
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/wbtc.png',
208
208
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/wbtc.svg'
209
- }],
210
- coingeckoId: 'axlwbtc'
209
+ }]
211
210
  },
212
211
  {
213
212
  description: 'Tether\'s USD stablecoin on Axelar',
@@ -5531,6 +5531,37 @@ const info = [
5531
5531
  }
5532
5532
  }]
5533
5533
  },
5534
+ {
5535
+ $schema: '../ibc_data.schema.json',
5536
+ chain1: {
5537
+ chainName: 'osmosis',
5538
+ chainId: 'osmosis-1',
5539
+ clientId: '07-tendermint-3712',
5540
+ connectionId: 'connection-11065'
5541
+ },
5542
+ chain2: {
5543
+ chainName: 'turkchain',
5544
+ chainId: '1919',
5545
+ clientId: '07-tendermint-0',
5546
+ connectionId: 'connection-2'
5547
+ },
5548
+ channels: [{
5549
+ chain1: {
5550
+ channelId: 'channel-110319',
5551
+ portId: 'transfer'
5552
+ },
5553
+ chain2: {
5554
+ channelId: 'channel-1',
5555
+ portId: 'transfer'
5556
+ },
5557
+ ordering: 'unordered',
5558
+ version: 'ics20-1',
5559
+ tags: {
5560
+ preferred: true,
5561
+ status: 'ACTIVE'
5562
+ }
5563
+ }]
5564
+ },
5534
5565
  {
5535
5566
  $schema: '../ibc_data.schema.json',
5536
5567
  chain1: {
@@ -365,6 +365,16 @@ const info = {
365
365
  images: [{
366
366
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/xprt.png',
367
367
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/xprt.svg'
368
+ }],
369
+ snapshots: [{
370
+ provider: 'High Stakes 🇨🇭',
371
+ url: 'https://tools.highstakes.ch/snapshots/persistence',
372
+ latestUrl: 'https://tools.highstakes.ch/files/persistence.tar.gz',
373
+ type: 'pruned',
374
+ dbBackend: 'goleveldb',
375
+ frequency: 'every 3h',
376
+ compression: 'tar',
377
+ checksumAvailable: true
368
378
  }]
369
379
  };
370
380
  export default info;
@@ -252,6 +252,16 @@ const info = {
252
252
  images: [{
253
253
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/provenance/images/prov.png',
254
254
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/provenance/images/prov.svg'
255
+ }],
256
+ snapshots: [{
257
+ provider: 'High Stakes 🇨🇭',
258
+ url: 'https://tools.highstakes.ch/snapshots/provenance',
259
+ latestUrl: 'https://tools.highstakes.ch/files/provenance_goleveldb.tar.gz',
260
+ type: 'pruned',
261
+ dbBackend: 'goleveldb',
262
+ frequency: 'every 3h',
263
+ compression: 'tar',
264
+ checksumAvailable: true
255
265
  }]
256
266
  };
257
267
  export default info;
@@ -240,6 +240,16 @@ const info = {
240
240
  images: [{
241
241
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/luna.png',
242
242
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/luna.svg'
243
+ }],
244
+ snapshots: [{
245
+ provider: 'High Stakes 🇨🇭',
246
+ url: 'https://tools.highstakes.ch/snapshots/terra',
247
+ latestUrl: 'https://tools.highstakes.ch/files/terra.tar.gz',
248
+ type: 'pruned',
249
+ dbBackend: 'goleveldb',
250
+ frequency: 'every 3h',
251
+ compression: 'tar',
252
+ checksumAvailable: true
243
253
  }]
244
254
  };
245
255
  export default info;
@@ -42,6 +42,10 @@ const info = {
42
42
  address: 'https://api.turkscan.com',
43
43
  provider: 'turkchain'
44
44
  }],
45
+ grpc: [{
46
+ address: 'grpc.turkscan.com:443',
47
+ provider: 'turkchain'
48
+ }],
45
49
  evmHttpJsonrpc: [{
46
50
  address: 'https://rpc.turkscan.com',
47
51
  provider: 'turkchain'
@@ -0,0 +1,32 @@
1
+ const info = [{
2
+ $schema: '../ibc_data.schema.json',
3
+ chain1: {
4
+ chainName: 'osmosis',
5
+ chainId: 'osmosis-1',
6
+ clientId: '07-tendermint-3712',
7
+ connectionId: 'connection-11065'
8
+ },
9
+ chain2: {
10
+ chainName: 'turkchain',
11
+ chainId: '1919',
12
+ clientId: '07-tendermint-0',
13
+ connectionId: 'connection-2'
14
+ },
15
+ channels: [{
16
+ chain1: {
17
+ channelId: 'channel-110319',
18
+ portId: 'transfer'
19
+ },
20
+ chain2: {
21
+ channelId: 'channel-1',
22
+ portId: 'transfer'
23
+ },
24
+ ordering: 'unordered',
25
+ version: 'ics20-1',
26
+ tags: {
27
+ preferred: true,
28
+ status: 'ACTIVE'
29
+ }
30
+ }]
31
+ }];
32
+ export default info;
@@ -1,4 +1,6 @@
1
1
  import _assetList from './asset-list';
2
2
  import _chain from './chain';
3
+ import _ibcData from './ibc-data';
3
4
  export const assetList = _assetList;
4
5
  export const chain = _chain;
6
+ export const ibcData = _ibcData;
@@ -61,6 +61,37 @@ const info = [
61
61
  }
62
62
  }]
63
63
  },
64
+ {
65
+ $schema: '../ibc_data.schema.json',
66
+ chain1: {
67
+ chainName: 'injective',
68
+ chainId: 'injective-1',
69
+ clientId: '07-tendermint-330',
70
+ connectionId: 'connection-335'
71
+ },
72
+ chain2: {
73
+ chainName: 'zigchain',
74
+ chainId: 'zigchain-1',
75
+ clientId: '07-tendermint-5',
76
+ connectionId: 'connection-5'
77
+ },
78
+ channels: [{
79
+ chain1: {
80
+ channelId: 'channel-456',
81
+ portId: 'transfer'
82
+ },
83
+ chain2: {
84
+ channelId: 'channel-12',
85
+ portId: 'transfer'
86
+ },
87
+ ordering: 'unordered',
88
+ version: 'ics20-1',
89
+ tags: {
90
+ status: 'ACTIVE',
91
+ preferred: true
92
+ }
93
+ }]
94
+ },
64
95
  {
65
96
  $schema: '../ibc_data.schema.json',
66
97
  chain1: {
@@ -217,6 +217,37 @@ const info = [
217
217
  }
218
218
  }]
219
219
  },
220
+ {
221
+ $schema: '../ibc_data.schema.json',
222
+ chain1: {
223
+ chainName: 'agoric',
224
+ chainId: 'agoric-3',
225
+ clientId: '07-tendermint-126',
226
+ connectionId: 'connection-118'
227
+ },
228
+ chain2: {
229
+ chainName: 'injective',
230
+ chainId: 'injective-1',
231
+ clientId: '07-tendermint-328',
232
+ connectionId: 'connection-333'
233
+ },
234
+ channels: [{
235
+ chain1: {
236
+ channelId: 'channel-492',
237
+ portId: 'transfer'
238
+ },
239
+ chain2: {
240
+ channelId: 'channel-454',
241
+ portId: 'transfer'
242
+ },
243
+ ordering: 'unordered',
244
+ version: 'ics20-1',
245
+ tags: {
246
+ status: 'ACTIVE',
247
+ preferred: true
248
+ }
249
+ }]
250
+ },
220
251
  {
221
252
  $schema: '../ibc_data.schema.json',
222
253
  chain1: {
@@ -208,6 +208,16 @@ const info = {
208
208
  images: [{
209
209
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/akash/images/akt.png',
210
210
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/akash/images/akt.svg'
211
+ }],
212
+ snapshots: [{
213
+ provider: 'High Stakes 🇨🇭',
214
+ url: 'https://tools.highstakes.ch/snapshots/akash',
215
+ latestUrl: 'https://tools.highstakes.ch/files/akash.tar.gz',
216
+ type: 'pruned',
217
+ dbBackend: 'goleveldb',
218
+ frequency: 'every 3h',
219
+ compression: 'tar',
220
+ checksumAvailable: true
211
221
  }]
212
222
  };
213
223
  exports.default = info;
@@ -223,7 +223,6 @@ const info = {
223
223
  name: 'Wrapped Bitcoin',
224
224
  display: 'wbtc',
225
225
  symbol: 'WBTC',
226
- coingeckoId: 'axlwbtc',
227
226
  traces: [{
228
227
  type: 'bridge',
229
228
  counterparty: {
@@ -275,6 +275,16 @@ const info = {
275
275
  images: [{
276
276
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bandchain/images/band.png',
277
277
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bandchain/images/band.svg'
278
+ }],
279
+ snapshots: [{
280
+ provider: 'High Stakes 🇨🇭',
281
+ url: 'https://tools.highstakes.ch/snapshots/bandprotocol',
282
+ latestUrl: 'https://tools.highstakes.ch/files/bandprotocol.tar.gz',
283
+ type: 'pruned',
284
+ dbBackend: 'goleveldb',
285
+ frequency: 'every 3h',
286
+ compression: 'tar',
287
+ checksumAvailable: true
278
288
  }]
279
289
  };
280
290
  exports.default = info;
@@ -633,6 +633,16 @@ const info = {
633
633
  images: [{
634
634
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.png',
635
635
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.svg'
636
+ }],
637
+ snapshots: [{
638
+ provider: 'High Stakes 🇨🇭',
639
+ url: 'https://tools.highstakes.ch/snapshots/cosmos',
640
+ latestUrl: 'https://tools.highstakes.ch/files/cosmos.tar.gz',
641
+ type: 'pruned',
642
+ dbBackend: 'goleveldb',
643
+ frequency: 'every 3h',
644
+ compression: 'tar',
645
+ checksumAvailable: true
636
646
  }]
637
647
  };
638
648
  exports.default = info;
@@ -112,8 +112,7 @@ const info = {
112
112
  logoURIs: {
113
113
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/wbtc.png',
114
114
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/wbtc.svg'
115
- },
116
- coingeckoId: 'axlwbtc'
115
+ }
117
116
  },
118
117
  {
119
118
  denomUnits: [{
@@ -293,6 +293,16 @@ const info = {
293
293
  images: [{
294
294
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/fetchhub/images/fet.png',
295
295
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/fetchhub/images/fet.svg'
296
+ }],
297
+ snapshots: [{
298
+ provider: 'High Stakes 🇨🇭',
299
+ url: 'https://tools.highstakes.ch/snapshots/fetchai',
300
+ latestUrl: 'https://tools.highstakes.ch/files/fetchai.tar.gz',
301
+ type: 'pruned',
302
+ dbBackend: 'goleveldb',
303
+ frequency: 'every 3h',
304
+ compression: 'tar',
305
+ checksumAvailable: true
296
306
  }]
297
307
  };
298
308
  exports.default = info;
@@ -195,6 +195,7 @@ const _terra2 = __importStar(require("./terra2"));
195
195
  const _tgrade = __importStar(require("./tgrade"));
196
196
  const _thejaynetwork = __importStar(require("./thejaynetwork"));
197
197
  const _titan = __importStar(require("./titan"));
198
+ const _turkchain = __importStar(require("./turkchain"));
198
199
  const _umee = __importStar(require("./umee"));
199
200
  const _unification = __importStar(require("./unification"));
200
201
  const _uptick = __importStar(require("./uptick"));
@@ -377,6 +378,7 @@ const ibcData = [
377
378
  ..._tgrade.ibcData,
378
379
  ..._thejaynetwork.ibcData,
379
380
  ..._titan.ibcData,
381
+ ..._turkchain.ibcData,
380
382
  ..._umee.ibcData,
381
383
  ..._unification.ibcData,
382
384
  ..._uptick.ibcData,
@@ -1,6 +1,37 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  const info = [
4
+ {
5
+ $schema: '../ibc_data.schema.json',
6
+ chain1: {
7
+ chainName: 'initia',
8
+ chainId: 'interwoven-1',
9
+ clientId: '07-tendermint-64',
10
+ connectionId: 'connection-55'
11
+ },
12
+ chain2: {
13
+ chainName: 'injective',
14
+ chainId: 'injective-1',
15
+ clientId: '07-tendermint-329',
16
+ connectionId: 'connection-334'
17
+ },
18
+ channels: [{
19
+ chain1: {
20
+ channelId: 'channel-112',
21
+ portId: 'transfer'
22
+ },
23
+ chain2: {
24
+ channelId: 'channel-455',
25
+ portId: 'transfer'
26
+ },
27
+ ordering: 'unordered',
28
+ version: 'ics20-1',
29
+ tags: {
30
+ status: 'ACTIVE',
31
+ preferred: true
32
+ }
33
+ }]
34
+ },
4
35
  {
5
36
  $schema: '../ibc_data.schema.json',
6
37
  chain1: {
@@ -241,6 +241,25 @@ const info = {
241
241
  images: [{
242
242
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/inj.png',
243
243
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/inj.svg'
244
+ }],
245
+ snapshots: [{
246
+ provider: 'High Stakes 🇨🇭',
247
+ url: 'https://tools.highstakes.ch/snapshots/injective',
248
+ latestUrl: 'https://tools.highstakes.ch/files/injective.tar.gz',
249
+ type: 'pruned',
250
+ dbBackend: 'goleveldb',
251
+ frequency: 'every 3h',
252
+ compression: 'tar',
253
+ checksumAvailable: true
254
+ }, {
255
+ provider: 'High Stakes 🇨🇭',
256
+ url: 'https://tools.highstakes.ch/snapshots/injective',
257
+ latestUrl: 'https://tools.highstakes.ch/files/injective_pebbledb.tar.gz',
258
+ type: 'pruned',
259
+ dbBackend: 'pebbledb',
260
+ frequency: 'every 3h',
261
+ compression: 'tar',
262
+ checksumAvailable: true
244
263
  }]
245
264
  };
246
265
  exports.default = info;
@@ -1,6 +1,37 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  const info = [
4
+ {
5
+ $schema: '../ibc_data.schema.json',
6
+ chain1: {
7
+ chainName: 'agoric',
8
+ chainId: 'agoric-3',
9
+ clientId: '07-tendermint-126',
10
+ connectionId: 'connection-118'
11
+ },
12
+ chain2: {
13
+ chainName: 'injective',
14
+ chainId: 'injective-1',
15
+ clientId: '07-tendermint-328',
16
+ connectionId: 'connection-333'
17
+ },
18
+ channels: [{
19
+ chain1: {
20
+ channelId: 'channel-492',
21
+ portId: 'transfer'
22
+ },
23
+ chain2: {
24
+ channelId: 'channel-454',
25
+ portId: 'transfer'
26
+ },
27
+ ordering: 'unordered',
28
+ version: 'ics20-1',
29
+ tags: {
30
+ status: 'ACTIVE',
31
+ preferred: true
32
+ }
33
+ }]
34
+ },
4
35
  {
5
36
  $schema: '../ibc_data.schema.json',
6
37
  chain1: {
@@ -280,6 +311,37 @@ const info = [
280
311
  }
281
312
  }]
282
313
  },
314
+ {
315
+ $schema: '../ibc_data.schema.json',
316
+ chain1: {
317
+ chainName: 'initia',
318
+ chainId: 'interwoven-1',
319
+ clientId: '07-tendermint-64',
320
+ connectionId: 'connection-55'
321
+ },
322
+ chain2: {
323
+ chainName: 'injective',
324
+ chainId: 'injective-1',
325
+ clientId: '07-tendermint-329',
326
+ connectionId: 'connection-334'
327
+ },
328
+ channels: [{
329
+ chain1: {
330
+ channelId: 'channel-112',
331
+ portId: 'transfer'
332
+ },
333
+ chain2: {
334
+ channelId: 'channel-455',
335
+ portId: 'transfer'
336
+ },
337
+ ordering: 'unordered',
338
+ version: 'ics20-1',
339
+ tags: {
340
+ status: 'ACTIVE',
341
+ preferred: true
342
+ }
343
+ }]
344
+ },
283
345
  {
284
346
  $schema: '../ibc_data.schema.json',
285
347
  chain1: {
@@ -1119,6 +1181,37 @@ const info = [
1119
1181
  status: 'ACTIVE'
1120
1182
  }
1121
1183
  }]
1184
+ },
1185
+ {
1186
+ $schema: '../ibc_data.schema.json',
1187
+ chain1: {
1188
+ chainName: 'injective',
1189
+ chainId: 'injective-1',
1190
+ clientId: '07-tendermint-330',
1191
+ connectionId: 'connection-335'
1192
+ },
1193
+ chain2: {
1194
+ chainName: 'zigchain',
1195
+ chainId: 'zigchain-1',
1196
+ clientId: '07-tendermint-5',
1197
+ connectionId: 'connection-5'
1198
+ },
1199
+ channels: [{
1200
+ chain1: {
1201
+ channelId: 'channel-456',
1202
+ portId: 'transfer'
1203
+ },
1204
+ chain2: {
1205
+ channelId: 'channel-12',
1206
+ portId: 'transfer'
1207
+ },
1208
+ ordering: 'unordered',
1209
+ version: 'ics20-1',
1210
+ tags: {
1211
+ status: 'ACTIVE',
1212
+ preferred: true
1213
+ }
1214
+ }]
1122
1215
  }
1123
1216
  ];
1124
1217
  exports.default = info;
@@ -193,6 +193,16 @@ const info = {
193
193
  images: [{
194
194
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/irisnet/images/iris.png',
195
195
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/irisnet/images/iris.svg'
196
+ }],
197
+ snapshots: [{
198
+ provider: 'High Stakes 🇨🇭',
199
+ url: 'https://tools.highstakes.ch/snapshots/iris',
200
+ latestUrl: 'https://tools.highstakes.ch/files/iris.tar.gz',
201
+ type: 'pruned',
202
+ dbBackend: 'goleveldb',
203
+ frequency: 'every 3h',
204
+ compression: 'tar',
205
+ checksumAvailable: true
196
206
  }]
197
207
  };
198
208
  exports.default = info;
@@ -27,7 +27,6 @@ const info = {
27
27
  website: 'https://namada.net/',
28
28
  x: 'https://x.com/namada'
29
29
  },
30
- coingeckoId: 'namada',
31
30
  images: [{
32
31
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/namada/images/namada.svg'
33
32
  }]
@@ -1229,8 +1229,7 @@ const info = {
1229
1229
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/wbtc.svg'
1230
1230
  }, {
1231
1231
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/wbtc.png'
1232
- }],
1233
- coingeckoId: 'axlwbtc'
1232
+ }]
1234
1233
  },
1235
1234
  {
1236
1235
  description: 'IBC Axelar weth-wei through axelar-dojo-1 transfer/channel-2',
@@ -396,8 +396,7 @@ const info = {
396
396
  logoURIs: {
397
397
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/wbtc.png',
398
398
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/wbtc.svg'
399
- },
400
- coingeckoId: 'axlwbtc'
399
+ }
401
400
  },
402
401
  {
403
402
  description: 'AKT transferred from the Osmosis mainnet that is supported on the Nolus chain',
@@ -104,7 +104,7 @@ const info = {
104
104
  apis: {
105
105
  rpc: [
106
106
  {
107
- address: 'rpc.nolus.network',
107
+ address: 'https://rpc.nolus.network',
108
108
  provider: 'NolusProtocol'
109
109
  },
110
110
  {
@@ -146,7 +146,7 @@ const info = {
146
146
  ],
147
147
  rest: [
148
148
  {
149
- address: 'lcd.nolus.network',
149
+ address: 'https://lcd.nolus.network',
150
150
  provider: 'NolusProtocol'
151
151
  },
152
152
  {
@@ -208,8 +208,7 @@ const info = {
208
208
  },
209
209
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/wbtc.png',
210
210
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/wbtc.svg'
211
- }],
212
- coingeckoId: 'axlwbtc'
211
+ }]
213
212
  },
214
213
  {
215
214
  description: 'Tether\'s USD stablecoin on Axelar',
@@ -5533,6 +5533,37 @@ const info = [
5533
5533
  }
5534
5534
  }]
5535
5535
  },
5536
+ {
5537
+ $schema: '../ibc_data.schema.json',
5538
+ chain1: {
5539
+ chainName: 'osmosis',
5540
+ chainId: 'osmosis-1',
5541
+ clientId: '07-tendermint-3712',
5542
+ connectionId: 'connection-11065'
5543
+ },
5544
+ chain2: {
5545
+ chainName: 'turkchain',
5546
+ chainId: '1919',
5547
+ clientId: '07-tendermint-0',
5548
+ connectionId: 'connection-2'
5549
+ },
5550
+ channels: [{
5551
+ chain1: {
5552
+ channelId: 'channel-110319',
5553
+ portId: 'transfer'
5554
+ },
5555
+ chain2: {
5556
+ channelId: 'channel-1',
5557
+ portId: 'transfer'
5558
+ },
5559
+ ordering: 'unordered',
5560
+ version: 'ics20-1',
5561
+ tags: {
5562
+ preferred: true,
5563
+ status: 'ACTIVE'
5564
+ }
5565
+ }]
5566
+ },
5536
5567
  {
5537
5568
  $schema: '../ibc_data.schema.json',
5538
5569
  chain1: {
@@ -367,6 +367,16 @@ const info = {
367
367
  images: [{
368
368
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/xprt.png',
369
369
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/xprt.svg'
370
+ }],
371
+ snapshots: [{
372
+ provider: 'High Stakes 🇨🇭',
373
+ url: 'https://tools.highstakes.ch/snapshots/persistence',
374
+ latestUrl: 'https://tools.highstakes.ch/files/persistence.tar.gz',
375
+ type: 'pruned',
376
+ dbBackend: 'goleveldb',
377
+ frequency: 'every 3h',
378
+ compression: 'tar',
379
+ checksumAvailable: true
370
380
  }]
371
381
  };
372
382
  exports.default = info;
@@ -254,6 +254,16 @@ const info = {
254
254
  images: [{
255
255
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/provenance/images/prov.png',
256
256
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/provenance/images/prov.svg'
257
+ }],
258
+ snapshots: [{
259
+ provider: 'High Stakes 🇨🇭',
260
+ url: 'https://tools.highstakes.ch/snapshots/provenance',
261
+ latestUrl: 'https://tools.highstakes.ch/files/provenance_goleveldb.tar.gz',
262
+ type: 'pruned',
263
+ dbBackend: 'goleveldb',
264
+ frequency: 'every 3h',
265
+ compression: 'tar',
266
+ checksumAvailable: true
257
267
  }]
258
268
  };
259
269
  exports.default = info;
@@ -242,6 +242,16 @@ const info = {
242
242
  images: [{
243
243
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/luna.png',
244
244
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/luna.svg'
245
+ }],
246
+ snapshots: [{
247
+ provider: 'High Stakes 🇨🇭',
248
+ url: 'https://tools.highstakes.ch/snapshots/terra',
249
+ latestUrl: 'https://tools.highstakes.ch/files/terra.tar.gz',
250
+ type: 'pruned',
251
+ dbBackend: 'goleveldb',
252
+ frequency: 'every 3h',
253
+ compression: 'tar',
254
+ checksumAvailable: true
245
255
  }]
246
256
  };
247
257
  exports.default = info;
@@ -44,6 +44,10 @@ const info = {
44
44
  address: 'https://api.turkscan.com',
45
45
  provider: 'turkchain'
46
46
  }],
47
+ grpc: [{
48
+ address: 'grpc.turkscan.com:443',
49
+ provider: 'turkchain'
50
+ }],
47
51
  evmHttpJsonrpc: [{
48
52
  address: 'https://rpc.turkscan.com',
49
53
  provider: 'turkchain'
@@ -0,0 +1,3 @@
1
+ import { IBCData } from '@chain-registry/types';
2
+ declare const info: IBCData[];
3
+ export default info;
@@ -0,0 +1,34 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ const info = [{
4
+ $schema: '../ibc_data.schema.json',
5
+ chain1: {
6
+ chainName: 'osmosis',
7
+ chainId: 'osmosis-1',
8
+ clientId: '07-tendermint-3712',
9
+ connectionId: 'connection-11065'
10
+ },
11
+ chain2: {
12
+ chainName: 'turkchain',
13
+ chainId: '1919',
14
+ clientId: '07-tendermint-0',
15
+ connectionId: 'connection-2'
16
+ },
17
+ channels: [{
18
+ chain1: {
19
+ channelId: 'channel-110319',
20
+ portId: 'transfer'
21
+ },
22
+ chain2: {
23
+ channelId: 'channel-1',
24
+ portId: 'transfer'
25
+ },
26
+ ordering: 'unordered',
27
+ version: 'ics20-1',
28
+ tags: {
29
+ preferred: true,
30
+ status: 'ACTIVE'
31
+ }
32
+ }]
33
+ }];
34
+ exports.default = info;
@@ -1,2 +1,3 @@
1
1
  export declare const assetList: import("@chain-registry/types").AssetList;
2
2
  export declare const chain: import("@chain-registry/types").Chain;
3
+ export declare const ibcData: import("@chain-registry/types").IBCData[];
@@ -3,8 +3,10 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
3
3
  return (mod && mod.__esModule) ? mod : { "default": mod };
4
4
  };
5
5
  Object.defineProperty(exports, "__esModule", { value: true });
6
- exports.chain = exports.assetList = void 0;
6
+ exports.ibcData = exports.chain = exports.assetList = void 0;
7
7
  const asset_list_1 = __importDefault(require("./asset-list"));
8
8
  const chain_1 = __importDefault(require("./chain"));
9
+ const ibc_data_1 = __importDefault(require("./ibc-data"));
9
10
  exports.assetList = asset_list_1.default;
10
11
  exports.chain = chain_1.default;
12
+ exports.ibcData = ibc_data_1.default;
@@ -63,6 +63,37 @@ const info = [
63
63
  }
64
64
  }]
65
65
  },
66
+ {
67
+ $schema: '../ibc_data.schema.json',
68
+ chain1: {
69
+ chainName: 'injective',
70
+ chainId: 'injective-1',
71
+ clientId: '07-tendermint-330',
72
+ connectionId: 'connection-335'
73
+ },
74
+ chain2: {
75
+ chainName: 'zigchain',
76
+ chainId: 'zigchain-1',
77
+ clientId: '07-tendermint-5',
78
+ connectionId: 'connection-5'
79
+ },
80
+ channels: [{
81
+ chain1: {
82
+ channelId: 'channel-456',
83
+ portId: 'transfer'
84
+ },
85
+ chain2: {
86
+ channelId: 'channel-12',
87
+ portId: 'transfer'
88
+ },
89
+ ordering: 'unordered',
90
+ version: 'ics20-1',
91
+ tags: {
92
+ status: 'ACTIVE',
93
+ preferred: true
94
+ }
95
+ }]
96
+ },
66
97
  {
67
98
  $schema: '../ibc_data.schema.json',
68
99
  chain1: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "chain-registry",
3
- "version": "2.0.212",
3
+ "version": "2.0.214",
4
4
  "description": "Cosmos chain registry ⚛️",
5
5
  "author": "Dan Lynch <pyramation@gmail.com>",
6
6
  "homepage": "https://github.com/hyperweb-io/chain-registry/tree/master/packages/chain-registry#readme",
@@ -29,7 +29,7 @@
29
29
  "test:watch": "jest --watch"
30
30
  },
31
31
  "dependencies": {
32
- "@chain-registry/types": "^2.0.212"
32
+ "@chain-registry/types": "^2.0.214"
33
33
  },
34
34
  "keywords": [
35
35
  "chain-registry",
@@ -39,5 +39,5 @@
39
39
  "interchain",
40
40
  "tokens"
41
41
  ],
42
- "gitHead": "7f305d45e7c333eacd42cbd94de36464465461ec"
42
+ "gitHead": "e227a8dad43558b6e2b8112fb2a823b8d3d5aabe"
43
43
  }