chain-registry 1.69.177 → 1.69.178

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 (45) hide show
  1. package/esm/mainnet/axelar/ibc.js +30 -2
  2. package/esm/mainnet/babylon/ibc.js +117 -0
  3. package/esm/mainnet/babylon/index.js +2 -0
  4. package/esm/mainnet/cosmoshub/ibc.js +29 -0
  5. package/esm/mainnet/ibc.js +2 -0
  6. package/esm/mainnet/jackal/ibc.js +2 -2
  7. package/esm/mainnet/mantrachain/ibc.js +29 -0
  8. package/esm/mainnet/neutron/ibc.js +29 -0
  9. package/esm/mainnet/noble/ibc.js +28 -0
  10. package/esm/mainnet/osmosis/assets.js +16 -4
  11. package/esm/mainnet/osmosis/chain.js +5 -5
  12. package/esm/mainnet/osmosis/ibc.js +29 -0
  13. package/esm/testnet/assets.js +2 -0
  14. package/esm/testnet/chains.js +2 -0
  15. package/esm/testnet/lombardledgertestnet/assets.js +49 -0
  16. package/esm/testnet/lombardledgertestnet/chain.js +46 -0
  17. package/esm/testnet/lombardledgertestnet/index.js +4 -0
  18. package/esm/testnet/named.js +1 -0
  19. package/esm/testnet/osmosistestnet/chain.js +2 -17
  20. package/mainnet/axelar/ibc.js +30 -2
  21. package/mainnet/babylon/ibc.d.ts +3 -0
  22. package/mainnet/babylon/ibc.js +119 -0
  23. package/mainnet/babylon/index.d.ts +1 -0
  24. package/mainnet/babylon/index.js +3 -1
  25. package/mainnet/cosmoshub/ibc.js +29 -0
  26. package/mainnet/ibc.js +2 -0
  27. package/mainnet/jackal/ibc.js +2 -2
  28. package/mainnet/mantrachain/ibc.js +29 -0
  29. package/mainnet/neutron/ibc.js +29 -0
  30. package/mainnet/noble/ibc.js +28 -0
  31. package/mainnet/osmosis/assets.js +16 -4
  32. package/mainnet/osmosis/chain.js +5 -5
  33. package/mainnet/osmosis/ibc.js +29 -0
  34. package/package.json +4 -4
  35. package/testnet/assets.js +2 -0
  36. package/testnet/chains.js +2 -0
  37. package/testnet/lombardledgertestnet/assets.d.ts +3 -0
  38. package/testnet/lombardledgertestnet/assets.js +51 -0
  39. package/testnet/lombardledgertestnet/chain.d.ts +3 -0
  40. package/testnet/lombardledgertestnet/chain.js +48 -0
  41. package/testnet/lombardledgertestnet/index.d.ts +2 -0
  42. package/testnet/lombardledgertestnet/index.js +10 -0
  43. package/testnet/named.d.ts +1 -0
  44. package/testnet/named.js +3 -2
  45. package/testnet/osmosistestnet/chain.js +2 -17
@@ -116,6 +116,34 @@ const info = [
116
116
  }
117
117
  }]
118
118
  },
119
+ {
120
+ $schema: '../ibc_data.schema.json',
121
+ chain_1: {
122
+ chain_name: 'axelar',
123
+ client_id: '07-tendermint-244',
124
+ connection_id: 'connection-233'
125
+ },
126
+ chain_2: {
127
+ chain_name: 'babylon',
128
+ client_id: '07-tendermint-2',
129
+ connection_id: 'connection-2'
130
+ },
131
+ channels: [{
132
+ chain_1: {
133
+ channel_id: 'channel-175',
134
+ port_id: 'transfer'
135
+ },
136
+ chain_2: {
137
+ channel_id: 'channel-2',
138
+ port_id: 'transfer'
139
+ },
140
+ ordering: 'unordered',
141
+ version: 'ics20-1',
142
+ tags: {
143
+ status: 'live'
144
+ }
145
+ }]
146
+ },
119
147
  {
120
148
  $schema: '../ibc_data.schema.json',
121
149
  chain_1: {
@@ -568,11 +596,11 @@ const info = [
568
596
  },
569
597
  channels: [{
570
598
  chain_1: {
571
- channel_id: 'channel-168',
599
+ channel_id: 'channel-137',
572
600
  port_id: 'transfer'
573
601
  },
574
602
  chain_2: {
575
- channel_id: 'channel-153',
603
+ channel_id: 'channel-49',
576
604
  port_id: 'transfer'
577
605
  },
578
606
  ordering: 'unordered',
@@ -0,0 +1,3 @@
1
+ import { IBCInfo } from '@chain-registry/types';
2
+ declare const info: IBCInfo[];
3
+ export default info;
@@ -0,0 +1,119 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ const info = [
4
+ {
5
+ $schema: '../ibc_data.schema.json',
6
+ chain_1: {
7
+ chain_name: 'axelar',
8
+ client_id: '07-tendermint-244',
9
+ connection_id: 'connection-233'
10
+ },
11
+ chain_2: {
12
+ chain_name: 'babylon',
13
+ client_id: '07-tendermint-2',
14
+ connection_id: 'connection-2'
15
+ },
16
+ channels: [{
17
+ chain_1: {
18
+ channel_id: 'channel-175',
19
+ port_id: 'transfer'
20
+ },
21
+ chain_2: {
22
+ channel_id: 'channel-2',
23
+ port_id: 'transfer'
24
+ },
25
+ ordering: 'unordered',
26
+ version: 'ics20-1',
27
+ tags: {
28
+ status: 'live'
29
+ }
30
+ }]
31
+ },
32
+ {
33
+ $schema: '../ibc_data.schema.json',
34
+ chain_1: {
35
+ chain_name: 'babylon',
36
+ client_id: '07-tendermint-0',
37
+ connection_id: 'connection-0'
38
+ },
39
+ chain_2: {
40
+ chain_name: 'cosmoshub',
41
+ client_id: '07-tendermint-1381',
42
+ connection_id: 'connection-1104'
43
+ },
44
+ channels: [{
45
+ chain_1: {
46
+ channel_id: 'channel-0',
47
+ port_id: 'transfer'
48
+ },
49
+ chain_2: {
50
+ channel_id: 'channel-1341',
51
+ port_id: 'transfer'
52
+ },
53
+ ordering: 'unordered',
54
+ version: 'ics20-1',
55
+ tags: {
56
+ status: 'live',
57
+ preferred: true
58
+ }
59
+ }]
60
+ },
61
+ {
62
+ $schema: '../ibc_data.schema.json',
63
+ chain_1: {
64
+ chain_name: 'babylon',
65
+ client_id: '07-tendermint-1',
66
+ connection_id: 'connection-1'
67
+ },
68
+ chain_2: {
69
+ chain_name: 'noble',
70
+ client_id: '07-tendermint-147',
71
+ connection_id: 'connection-140'
72
+ },
73
+ channels: [{
74
+ chain_1: {
75
+ channel_id: 'channel-1',
76
+ port_id: 'transfer'
77
+ },
78
+ chain_2: {
79
+ channel_id: 'channel-132',
80
+ port_id: 'transfer'
81
+ },
82
+ ordering: 'unordered',
83
+ version: 'ics20-1',
84
+ tags: {
85
+ status: 'live'
86
+ }
87
+ }]
88
+ },
89
+ {
90
+ $schema: '../ibc_data.schema.json',
91
+ chain_1: {
92
+ chain_name: 'babylon',
93
+ client_id: '07-tendermint-3',
94
+ connection_id: 'connection-3'
95
+ },
96
+ chain_2: {
97
+ chain_name: 'osmosis',
98
+ client_id: '07-tendermint-3470',
99
+ connection_id: 'connection-10694'
100
+ },
101
+ channels: [{
102
+ chain_1: {
103
+ channel_id: 'channel-3',
104
+ port_id: 'transfer'
105
+ },
106
+ chain_2: {
107
+ channel_id: 'channel-101635',
108
+ port_id: 'transfer'
109
+ },
110
+ ordering: 'unordered',
111
+ version: 'ics20-1',
112
+ tags: {
113
+ status: 'live',
114
+ preferred: true
115
+ }
116
+ }]
117
+ }
118
+ ];
119
+ exports.default = info;
@@ -1,2 +1,3 @@
1
1
  export declare const assets: import("@chain-registry/types").AssetList;
2
2
  export declare const chain: import("@chain-registry/types").Chain;
3
+ export declare const ibc: import("@chain-registry/types").IBCInfo[];
@@ -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.assets = void 0;
6
+ exports.ibc = exports.chain = exports.assets = void 0;
7
7
  const assets_1 = __importDefault(require("./assets"));
8
8
  const chain_1 = __importDefault(require("./chain"));
9
+ const ibc_1 = __importDefault(require("./ibc"));
9
10
  exports.assets = assets_1.default;
10
11
  exports.chain = chain_1.default;
12
+ exports.ibc = ibc_1.default;
@@ -200,6 +200,35 @@ const info = [
200
200
  }
201
201
  }]
202
202
  },
203
+ {
204
+ $schema: '../ibc_data.schema.json',
205
+ chain_1: {
206
+ chain_name: 'babylon',
207
+ client_id: '07-tendermint-0',
208
+ connection_id: 'connection-0'
209
+ },
210
+ chain_2: {
211
+ chain_name: 'cosmoshub',
212
+ client_id: '07-tendermint-1381',
213
+ connection_id: 'connection-1104'
214
+ },
215
+ channels: [{
216
+ chain_1: {
217
+ channel_id: 'channel-0',
218
+ port_id: 'transfer'
219
+ },
220
+ chain_2: {
221
+ channel_id: 'channel-1341',
222
+ port_id: 'transfer'
223
+ },
224
+ ordering: 'unordered',
225
+ version: 'ics20-1',
226
+ tags: {
227
+ status: 'live',
228
+ preferred: true
229
+ }
230
+ }]
231
+ },
203
232
  {
204
233
  $schema: '../ibc_data.schema.json',
205
234
  chain_1: {
package/mainnet/ibc.js CHANGED
@@ -37,6 +37,7 @@ const _assetmantle = __importStar(require("./assetmantle"));
37
37
  const _atomone = __importStar(require("./atomone"));
38
38
  const _aura = __importStar(require("./aura"));
39
39
  const _axelar = __importStar(require("./axelar"));
40
+ const _babylon = __importStar(require("./babylon"));
40
41
  const _bandchain = __importStar(require("./bandchain"));
41
42
  const _beezee = __importStar(require("./beezee"));
42
43
  const _bitcanna = __importStar(require("./bitcanna"));
@@ -189,6 +190,7 @@ const ibc = [
189
190
  ..._atomone.ibc,
190
191
  ..._aura.ibc,
191
192
  ..._axelar.ibc,
193
+ ..._babylon.ibc,
192
194
  ..._bandchain.ibc,
193
195
  ..._beezee.ibc,
194
196
  ..._bitcanna.ibc,
@@ -64,11 +64,11 @@ const info = [
64
64
  },
65
65
  channels: [{
66
66
  chain_1: {
67
- channel_id: 'channel-168',
67
+ channel_id: 'channel-137',
68
68
  port_id: 'transfer'
69
69
  },
70
70
  chain_2: {
71
- channel_id: 'channel-153',
71
+ channel_id: 'channel-49',
72
72
  port_id: 'transfer'
73
73
  },
74
74
  ordering: 'unordered',
@@ -88,6 +88,35 @@ const info = [
88
88
  }
89
89
  }]
90
90
  },
91
+ {
92
+ $schema: '../ibc_data.schema.json',
93
+ chain_1: {
94
+ chain_name: 'mantrachain',
95
+ client_id: '07-tendermint-7',
96
+ connection_id: 'connection-7'
97
+ },
98
+ chain_2: {
99
+ chain_name: 'neutron',
100
+ client_id: '07-tendermint-162',
101
+ connection_id: 'connection-119'
102
+ },
103
+ channels: [{
104
+ chain_1: {
105
+ channel_id: 'channel-7',
106
+ port_id: 'transfer'
107
+ },
108
+ chain_2: {
109
+ channel_id: 'channel-6964',
110
+ port_id: 'transfer'
111
+ },
112
+ ordering: 'unordered',
113
+ version: 'ics20-1',
114
+ tags: {
115
+ status: 'live',
116
+ preferred: true
117
+ }
118
+ }]
119
+ },
91
120
  {
92
121
  $schema: '../ibc_data.schema.json',
93
122
  chain_1: {
@@ -452,6 +452,35 @@ const info = [
452
452
  }
453
453
  }]
454
454
  },
455
+ {
456
+ $schema: '../ibc_data.schema.json',
457
+ chain_1: {
458
+ chain_name: 'mantrachain',
459
+ client_id: '07-tendermint-7',
460
+ connection_id: 'connection-7'
461
+ },
462
+ chain_2: {
463
+ chain_name: 'neutron',
464
+ client_id: '07-tendermint-162',
465
+ connection_id: 'connection-119'
466
+ },
467
+ channels: [{
468
+ chain_1: {
469
+ channel_id: 'channel-7',
470
+ port_id: 'transfer'
471
+ },
472
+ chain_2: {
473
+ channel_id: 'channel-6964',
474
+ port_id: 'transfer'
475
+ },
476
+ ordering: 'unordered',
477
+ version: 'ics20-1',
478
+ tags: {
479
+ status: 'live',
480
+ preferred: true
481
+ }
482
+ }]
483
+ },
455
484
  {
456
485
  $schema: '../ibc_data.schema.json',
457
486
  chain_1: {
@@ -87,6 +87,34 @@ const info = [
87
87
  }
88
88
  }]
89
89
  },
90
+ {
91
+ $schema: '../ibc_data.schema.json',
92
+ chain_1: {
93
+ chain_name: 'babylon',
94
+ client_id: '07-tendermint-1',
95
+ connection_id: 'connection-1'
96
+ },
97
+ chain_2: {
98
+ chain_name: 'noble',
99
+ client_id: '07-tendermint-147',
100
+ connection_id: 'connection-140'
101
+ },
102
+ channels: [{
103
+ chain_1: {
104
+ channel_id: 'channel-1',
105
+ port_id: 'transfer'
106
+ },
107
+ chain_2: {
108
+ channel_id: 'channel-132',
109
+ port_id: 'transfer'
110
+ },
111
+ ordering: 'unordered',
112
+ version: 'ics20-1',
113
+ tags: {
114
+ status: 'live'
115
+ }
116
+ }]
117
+ },
90
118
  {
91
119
  $schema: '../ibc_data.schema.json',
92
120
  chain_1: {
@@ -667,10 +667,16 @@ const info = {
667
667
  }
668
668
  ],
669
669
  logo_URIs: {
670
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/polygon/images/matic-purple.png',
671
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/polygon/images/matic-purple.svg'
670
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/pol.axl.svg',
671
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/pol.axl.png'
672
672
  },
673
673
  images: [{
674
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/pol.axl.svg',
675
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/pol.axl.png',
676
+ theme: {
677
+ primary_color_hex: '#8444e4'
678
+ }
679
+ }, {
674
680
  image_sync: {
675
681
  chain_name: 'polygon',
676
682
  base_denom: 'wei'
@@ -13575,10 +13581,16 @@ const info = {
13575
13581
  }
13576
13582
  }],
13577
13583
  logo_URIs: {
13578
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dymension/images/dymension-logo.png',
13579
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dymension/images/dymension-logo.svg'
13584
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/dym.dym.svg',
13585
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/dym.dym.png'
13580
13586
  },
13581
13587
  images: [{
13588
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/dym.dym.svg',
13589
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/dym.dym.png',
13590
+ theme: {
13591
+ primary_color_hex: '#f4e4d4'
13592
+ }
13593
+ }, {
13582
13594
  image_sync: {
13583
13595
  chain_name: 'dymension',
13584
13596
  base_denom: 'adym'
@@ -526,7 +526,7 @@ const info = {
526
526
  genesis_url: 'https://github.com/osmosis-labs/networks/raw/main/osmosis-1/genesis.json'
527
527
  },
528
528
  recommended_version: '29.0.0',
529
- compatible_versions: ['29.0.0-rc1'],
529
+ compatible_versions: ['29.0.0'],
530
530
  consensus: {
531
531
  type: 'cometbft',
532
532
  version: '0.38.17',
@@ -547,9 +547,9 @@ const info = {
547
547
  },
548
548
  ibc: {
549
549
  type: 'go',
550
- version: 'v8.7.0',
550
+ version: '8.7.0',
551
551
  repo: 'https://github.com/cosmos/ibc-go',
552
- tag: '8.7.0',
552
+ tag: 'v8.7.0',
553
553
  ics_enabled: ['ics20-1']
554
554
  },
555
555
  language: {
@@ -557,8 +557,8 @@ const info = {
557
557
  version: '1.22.11'
558
558
  },
559
559
  binaries: {
560
- "linux/amd64": 'https://github.com/osmosis-labs/osmosis/releases/download/v29.0.0-rc1/osmosisd-29.0.0-rc1-linux-amd64',
561
- "linux/arm64": 'https://github.com/osmosis-labs/osmosis/releases/download/v29.0.0-rc1/osmosisd-29.0.0-rc1-linux-arm64'
560
+ "linux/amd64": 'https://github.com/osmosis-labs/osmosis/releases/download/v29.0.0/osmosisd-29.0.0-linux-amd64?checksum=6999331507e5119228456a64f733eb1d945f5392ffcfd4673bdad25886b19a7e',
561
+ "linux/arm64": 'https://github.com/osmosis-labs/osmosis/releases/download/v29.0.0/osmosisd-29.0.0-linux-arm64?checksum=079d836d1bf009aab09149eb79d3c187980c5116b8319e09c66a8cae7fa0704c'
562
562
  }
563
563
  },
564
564
  images: [{
@@ -415,6 +415,35 @@ const info = [
415
415
  }
416
416
  }]
417
417
  },
418
+ {
419
+ $schema: '../ibc_data.schema.json',
420
+ chain_1: {
421
+ chain_name: 'babylon',
422
+ client_id: '07-tendermint-3',
423
+ connection_id: 'connection-3'
424
+ },
425
+ chain_2: {
426
+ chain_name: 'osmosis',
427
+ client_id: '07-tendermint-3470',
428
+ connection_id: 'connection-10694'
429
+ },
430
+ channels: [{
431
+ chain_1: {
432
+ channel_id: 'channel-3',
433
+ port_id: 'transfer'
434
+ },
435
+ chain_2: {
436
+ channel_id: 'channel-101635',
437
+ port_id: 'transfer'
438
+ },
439
+ ordering: 'unordered',
440
+ version: 'ics20-1',
441
+ tags: {
442
+ status: 'live',
443
+ preferred: true
444
+ }
445
+ }]
446
+ },
418
447
  {
419
448
  $schema: '../ibc_data.schema.json',
420
449
  chain_1: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "chain-registry",
3
- "version": "1.69.177",
3
+ "version": "1.69.178",
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,11 +29,11 @@
29
29
  "test:watch": "jest --watch"
30
30
  },
31
31
  "devDependencies": {
32
- "@chain-registry/utils": "^1.51.109",
32
+ "@chain-registry/utils": "^1.51.110",
33
33
  "deepmerge": "^4.2.2"
34
34
  },
35
35
  "dependencies": {
36
- "@chain-registry/types": "^0.50.109"
36
+ "@chain-registry/types": "^0.50.110"
37
37
  },
38
38
  "keywords": [
39
39
  "chain-registry",
@@ -43,5 +43,5 @@
43
43
  "interchain",
44
44
  "tokens"
45
45
  ],
46
- "gitHead": "a680b676e2f51d9a25462e77f0070f8d3bfe8484"
46
+ "gitHead": "53063537b3f2ed8a646b6176c2395cf3ce239989"
47
47
  }
package/testnet/assets.js CHANGED
@@ -85,6 +85,7 @@ const _kujiratestnet = __importStar(require("./kujiratestnet"));
85
85
  const _kyvetestnet = __importStar(require("./kyvetestnet"));
86
86
  const _lavatestnet = __importStar(require("./lavatestnet"));
87
87
  const _likecointestnet = __importStar(require("./likecointestnet"));
88
+ const _lombardledgertestnet = __importStar(require("./lombardledgertestnet"));
88
89
  const _lumenxtestnet = __importStar(require("./lumenxtestnet"));
89
90
  const _manifesttestnet = __importStar(require("./manifesttestnet"));
90
91
  const _mantrachaintestnet = __importStar(require("./mantrachaintestnet"));
@@ -215,6 +216,7 @@ const assets = [
215
216
  _kyvetestnet.assets,
216
217
  _lavatestnet.assets,
217
218
  _likecointestnet.assets,
219
+ _lombardledgertestnet.assets,
218
220
  _lumenxtestnet.assets,
219
221
  _manifesttestnet.assets,
220
222
  _mantrachaintestnet.assets,
package/testnet/chains.js CHANGED
@@ -85,6 +85,7 @@ const _kujiratestnet = __importStar(require("./kujiratestnet"));
85
85
  const _kyvetestnet = __importStar(require("./kyvetestnet"));
86
86
  const _lavatestnet = __importStar(require("./lavatestnet"));
87
87
  const _likecointestnet = __importStar(require("./likecointestnet"));
88
+ const _lombardledgertestnet = __importStar(require("./lombardledgertestnet"));
88
89
  const _lumenxtestnet = __importStar(require("./lumenxtestnet"));
89
90
  const _manifesttestnet = __importStar(require("./manifesttestnet"));
90
91
  const _mantrachaintestnet = __importStar(require("./mantrachaintestnet"));
@@ -215,6 +216,7 @@ const chains = [
215
216
  _kyvetestnet.chain,
216
217
  _lavatestnet.chain,
217
218
  _likecointestnet.chain,
219
+ _lombardledgertestnet.chain,
218
220
  _lumenxtestnet.chain,
219
221
  _manifesttestnet.chain,
220
222
  _mantrachaintestnet.chain,
@@ -0,0 +1,3 @@
1
+ import { AssetList } from '@chain-registry/types';
2
+ declare const info: AssetList;
3
+ export default info;
@@ -0,0 +1,51 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ const info = {
4
+ $schema: '../../assetlist.schema.json',
5
+ chain_name: 'lombardledgertestnet',
6
+ assets: [
7
+ {
8
+ description: 'LOM is the native fee token of Lombard Ledger',
9
+ denom_units: [{
10
+ denom: 'ulom',
11
+ exponent: 0
12
+ }, {
13
+ denom: 'lom',
14
+ exponent: 6
15
+ }],
16
+ base: 'ulom',
17
+ name: 'Lom',
18
+ display: 'lom',
19
+ symbol: 'LOM',
20
+ type_asset: 'sdk.coin'
21
+ },
22
+ {
23
+ description: 'LBTC is liquid Bitcoin; it\'s yield-bearing, cross-chain, and 1:1 backed by BTC. LBTC enables yield-bearing BTC to move cross-chain without fragmenting liquidity, and is designed to seamlessly integrate Bitcoin into the decentralized finance (DeFi) ecosystem while maintaining the security and integrity of the underlying asset',
24
+ denom_units: [{
25
+ denom: 'uclbtc',
26
+ exponent: 0
27
+ }, {
28
+ denom: 'lbtc',
29
+ exponent: 8
30
+ }],
31
+ base: 'uclbtc',
32
+ name: 'Liquid Bitcoin',
33
+ display: 'lbtc',
34
+ symbol: 'LBTC',
35
+ type_asset: 'sdk.coin'
36
+ },
37
+ {
38
+ description: 'ustake is a syntetic token to implement a PoA with BFT features over CometBFT',
39
+ denom_units: [{
40
+ denom: 'ustake',
41
+ exponent: 0
42
+ }],
43
+ base: 'ustake',
44
+ name: 'ustake',
45
+ display: 'ustake',
46
+ symbol: 'USTAKE',
47
+ type_asset: 'sdk.coin'
48
+ }
49
+ ]
50
+ };
51
+ exports.default = info;
@@ -0,0 +1,3 @@
1
+ import { Chain } from '@chain-registry/types';
2
+ declare const info: Chain;
3
+ export default info;
@@ -0,0 +1,48 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ const info = {
4
+ $schema: '../../chain.schema.json',
5
+ chain_name: 'lombardledgertestnet',
6
+ chain_type: 'cosmos',
7
+ chain_id: 'ledger-testnet-1',
8
+ status: 'live',
9
+ network_type: 'testnet',
10
+ bech32_prefix: 'lom',
11
+ daemon_name: 'ledgerd',
12
+ node_home: '$HOME/.ledgerd',
13
+ key_algos: ['secp256k1'],
14
+ pretty_name: 'Lombard Ledger Testnet',
15
+ slip44: 118,
16
+ fees: {
17
+ fee_tokens: [{
18
+ denom: 'ulom',
19
+ fixed_min_gas_price: 1,
20
+ low_gas_price: 1,
21
+ average_gas_price: 1,
22
+ high_gas_price: 1
23
+ }]
24
+ },
25
+ staking: {
26
+ staking_tokens: [{
27
+ denom: 'ustake'
28
+ }]
29
+ },
30
+ codebase: {
31
+ git_repo: 'https://github.com/lombard-finance/ledger',
32
+ recommended_version: 'v1.1.0',
33
+ genesis: {
34
+ genesis_url: 'https://github.com/lombard-finance/ledger-testnets/blob/d9a6a4e1ca48bd6f9cbe5330d3e10eb157c38252/gastald/config/genesis.json'
35
+ }
36
+ },
37
+ apis: {
38
+ rpc: [],
39
+ rest: [],
40
+ grpc: []
41
+ },
42
+ explorers: [{
43
+ kind: 'Mintscan',
44
+ url: 'https://www.mintscan.io/lombard-testnet',
45
+ tx_page: 'https://www.mintscan.io/lombard-testnet/tx/${txHash}'
46
+ }]
47
+ };
48
+ exports.default = info;
@@ -0,0 +1,2 @@
1
+ export declare const assets: import("@chain-registry/types").AssetList;
2
+ export declare const chain: import("@chain-registry/types").Chain;
@@ -0,0 +1,10 @@
1
+ "use strict";
2
+ var __importDefault = (this && this.__importDefault) || function (mod) {
3
+ return (mod && mod.__esModule) ? mod : { "default": mod };
4
+ };
5
+ Object.defineProperty(exports, "__esModule", { value: true });
6
+ exports.chain = exports.assets = void 0;
7
+ const assets_1 = __importDefault(require("./assets"));
8
+ const chain_1 = __importDefault(require("./chain"));
9
+ exports.assets = assets_1.default;
10
+ exports.chain = chain_1.default;