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