chain-registry 1.69.178 → 1.69.179

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.
@@ -93,6 +93,10 @@ const info = {
93
93
  {
94
94
  address: 'https://rpc.akash.bronbro.io:443',
95
95
  provider: 'Bro_n_Bro'
96
+ },
97
+ {
98
+ address: 'https://akash.rpc.arcturian.tech/',
99
+ provider: 'Arcturian Tech'
96
100
  }
97
101
  ],
98
102
  rest: [
@@ -143,6 +147,10 @@ const info = {
143
147
  {
144
148
  address: 'https://lcd.akash.bronbro.io:443',
145
149
  provider: 'Bro_n_Bro'
150
+ },
151
+ {
152
+ address: 'https://akash.api.arcturian.tech',
153
+ provider: 'Arcturian Tech'
146
154
  }
147
155
  ],
148
156
  grpc: [{
@@ -198,6 +206,11 @@ const info = {
198
206
  url: 'https://mainnet.whispernode.com/akash',
199
207
  tx_page: 'https://mainnet.whispernode.com/akash/tx/${txHash}',
200
208
  account_page: 'https://mainnet.whispernode.com/akash/account/${accountAddress}'
209
+ },
210
+ {
211
+ kind: 'Arcturian Tech',
212
+ url: 'https://explorer.arcturian.tech',
213
+ tx_page: 'https://explorer.arcturian.tech/akash/tx/${txHash}'
201
214
  }
202
215
  ],
203
216
  images: [{
@@ -100,6 +100,7 @@ import * as _lava from './lava';
100
100
  import * as _lefeef from './lefeef';
101
101
  import * as _likecoin from './likecoin';
102
102
  import * as _logos from './logos';
103
+ import * as _lombardledger from './lombardledger';
103
104
  import * as _loop from './loop';
104
105
  import * as _lorenzo from './lorenzo';
105
106
  import * as _loyal from './loyal';
@@ -300,6 +301,7 @@ const assets = [
300
301
  _lefeef.assets,
301
302
  _likecoin.assets,
302
303
  _logos.assets,
304
+ _lombardledger.assets,
303
305
  _loop.assets,
304
306
  _lorenzo.assets,
305
307
  _loyal.assets,
@@ -128,6 +128,10 @@ const info = {
128
128
  {
129
129
  address: 'https://rpc.atomone.roomit.xyz',
130
130
  provider: 'Roomit'
131
+ },
132
+ {
133
+ address: 'https://rpc.atomone.chaintools.tech',
134
+ provider: 'ChainTools'
131
135
  }
132
136
  ],
133
137
  rest: [
@@ -202,6 +206,10 @@ const info = {
202
206
  {
203
207
  address: 'https://api.atomone.roomit.xyz',
204
208
  provider: 'Roomit'
209
+ },
210
+ {
211
+ address: 'https://api.atomone.chaintools.tech',
212
+ provider: 'ChainTools'
205
213
  }
206
214
  ],
207
215
  grpc: [
@@ -248,6 +256,10 @@ const info = {
248
256
  {
249
257
  address: 'grpc.atomone.roomit.xyz:8443',
250
258
  provider: 'Roomit'
259
+ },
260
+ {
261
+ address: 'grps.aomone.chaintools.tech:443',
262
+ provider: 'ChainTools'
251
263
  }
252
264
  ]
253
265
  },
@@ -299,6 +311,12 @@ const info = {
299
311
  url: 'https://explorer.tendermint.roomit.xyz/atomone-mainnet',
300
312
  tx_page: 'https://explorer.tendermint.roomit.xyz/atomone-mainnet/tx/${txHash}',
301
313
  account_page: 'https://explorer.tendermint.roomit.xyz/atomone-mainnet/account/${accountAddress}'
314
+ },
315
+ {
316
+ kind: 'ChainTools',
317
+ url: 'https://explorer.chaintools.tech/atomone',
318
+ tx_page: 'https://explorer.chaintools.tech/atomone/tx/${txHash}',
319
+ account_page: 'https://explorer.chaintools.tech/atomone/account/${accountAddress}'
302
320
  }
303
321
  ],
304
322
  images: [{
@@ -100,6 +100,7 @@ import * as _lava from './lava';
100
100
  import * as _lefeef from './lefeef';
101
101
  import * as _likecoin from './likecoin';
102
102
  import * as _logos from './logos';
103
+ import * as _lombardledger from './lombardledger';
103
104
  import * as _loop from './loop';
104
105
  import * as _lorenzo from './lorenzo';
105
106
  import * as _loyal from './loyal';
@@ -300,6 +301,7 @@ const chains = [
300
301
  _lefeef.chain,
301
302
  _likecoin.chain,
302
303
  _logos.chain,
304
+ _lombardledger.chain,
303
305
  _loop.chain,
304
306
  _lorenzo.chain,
305
307
  _loyal.chain,
@@ -130,6 +130,35 @@ const info = [
130
130
  }
131
131
  }]
132
132
  },
133
+ {
134
+ $schema: '../ibc_data.schema.json',
135
+ chain_1: {
136
+ chain_name: 'elys',
137
+ client_id: '07-tendermint-36',
138
+ connection_id: 'connection-19'
139
+ },
140
+ chain_2: {
141
+ chain_name: 'neutron',
142
+ client_id: '07-tendermint-152',
143
+ connection_id: 'connection-112'
144
+ },
145
+ channels: [{
146
+ chain_1: {
147
+ channel_id: 'channel-16',
148
+ port_id: 'transfer'
149
+ },
150
+ chain_2: {
151
+ channel_id: 'channel-6476',
152
+ port_id: 'transfer'
153
+ },
154
+ ordering: 'unordered',
155
+ version: 'ics20-1',
156
+ tags: {
157
+ status: 'live',
158
+ preferred: true
159
+ }
160
+ }]
161
+ },
133
162
  {
134
163
  $schema: '../ibc_data.schema.json',
135
164
  chain_1: {
@@ -0,0 +1,49 @@
1
+ const info = {
2
+ $schema: '../assetlist.schema.json',
3
+ chain_name: 'lombardledger',
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: 'lombardledger',
4
+ chain_type: 'cosmos',
5
+ chain_id: 'ledger-mainnet-1',
6
+ status: 'live',
7
+ network_type: 'mainnet',
8
+ bech32_prefix: 'lom',
9
+ daemon_name: 'ledgerd',
10
+ node_home: '$HOME/.ledgerd',
11
+ key_algos: ['secp256k1'],
12
+ pretty_name: 'Lombard Ledger',
13
+ slip44: 118,
14
+ fees: {
15
+ fee_tokens: [{
16
+ denom: 'ulom',
17
+ fixed_min_gas_price: 100,
18
+ low_gas_price: 100,
19
+ average_gas_price: 100,
20
+ high_gas_price: 100
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.2.0',
31
+ genesis: {
32
+ genesis_url: 'https://github.com/lombard-finance/ledger-testnets/blob/441861abd12e5149663079c6e36db3064ec4745a/mainnet/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',
43
+ tx_page: 'https://www.mintscan.io/lombard/tx/${txHash}'
44
+ }]
45
+ };
46
+ export default info;
@@ -0,0 +1,4 @@
1
+ import _assets from './assets';
2
+ import _chain from './chain';
3
+ export const assets = _assets;
4
+ export const chain = _chain;
@@ -100,6 +100,7 @@ export * as lava from './lava';
100
100
  export * as lefeef from './lefeef';
101
101
  export * as likecoin from './likecoin';
102
102
  export * as logos from './logos';
103
+ export * as lombardledger from './lombardledger';
103
104
  export * as loop from './loop';
104
105
  export * as lorenzo from './lorenzo';
105
106
  export * as loyal from './loyal';
@@ -168,6 +168,47 @@ const info = {
168
168
  },
169
169
  coingecko_id: 'celestia'
170
170
  },
171
+ {
172
+ description: 'ELYS on Neutron',
173
+ denom_units: [{
174
+ denom: 'ibc/28FC965E05DB1A4C0A6DE6B720F67AFF8CAB571FE262824976DDDFF49A4BAAF7',
175
+ exponent: 0,
176
+ aliases: ['uelys']
177
+ }, {
178
+ denom: 'elys',
179
+ exponent: 6
180
+ }],
181
+ type_asset: 'ics20',
182
+ base: 'ibc/28FC965E05DB1A4C0A6DE6B720F67AFF8CAB571FE262824976DDDFF49A4BAAF7',
183
+ name: 'ELYS',
184
+ display: 'elys',
185
+ symbol: 'ELYS',
186
+ traces: [{
187
+ type: 'ibc',
188
+ counterparty: {
189
+ chain_name: 'elys',
190
+ base_denom: 'uelys',
191
+ channel_id: 'channel-16'
192
+ },
193
+ chain: {
194
+ channel_id: 'channel-6476',
195
+ path: 'transfer/channel-6476/uelys'
196
+ }
197
+ }],
198
+ images: [{
199
+ image_sync: {
200
+ chain_name: 'elys',
201
+ base_denom: 'uelys'
202
+ },
203
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/elys/images/elys.png',
204
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/elys/images/elys.svg'
205
+ }],
206
+ logo_URIs: {
207
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/elys/images/elys.png',
208
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/elys/images/elys.svg'
209
+ },
210
+ coingecko_id: 'elys-network'
211
+ },
171
212
  {
172
213
  description: 'Astropepe meme coin',
173
214
  denom_units: [{
@@ -305,6 +305,35 @@ const info = [
305
305
  }
306
306
  }]
307
307
  },
308
+ {
309
+ $schema: '../ibc_data.schema.json',
310
+ chain_1: {
311
+ chain_name: 'elys',
312
+ client_id: '07-tendermint-36',
313
+ connection_id: 'connection-19'
314
+ },
315
+ chain_2: {
316
+ chain_name: 'neutron',
317
+ client_id: '07-tendermint-152',
318
+ connection_id: 'connection-112'
319
+ },
320
+ channels: [{
321
+ chain_1: {
322
+ channel_id: 'channel-16',
323
+ port_id: 'transfer'
324
+ },
325
+ chain_2: {
326
+ channel_id: 'channel-6476',
327
+ port_id: 'transfer'
328
+ },
329
+ ordering: 'unordered',
330
+ version: 'ics20-1',
331
+ tags: {
332
+ status: 'live',
333
+ preferred: true
334
+ }
335
+ }]
336
+ },
308
337
  {
309
338
  $schema: '../ibc_data.schema.json',
310
339
  chain_1: {
@@ -27,7 +27,7 @@ const info = {
27
27
  },
28
28
  codebase: {
29
29
  git_repo: 'https://github.com/lombard-finance/ledger',
30
- recommended_version: 'v1.1.0',
30
+ recommended_version: 'v1.2.0',
31
31
  genesis: {
32
32
  genesis_url: 'https://github.com/lombard-finance/ledger-testnets/blob/d9a6a4e1ca48bd6f9cbe5330d3e10eb157c38252/gastald/config/genesis.json'
33
33
  }
@@ -126,6 +126,40 @@ const info = {
126
126
  primary_color_hex: '#f39444'
127
127
  }
128
128
  }]
129
+ },
130
+ {
131
+ description: 'Ethereum (ETH) is ETH token bridged from Sepolia to titan chain through Titan Power flow bridge https://dev.powerflow.asia/bridge',
132
+ denom_units: [{
133
+ denom: 'factory/titan16gyvmp43st00s220zypex4lgvwqc3ve8l4657rhxj8myeadswmkq75slkc/eth',
134
+ exponent: 0,
135
+ aliases: ['wei']
136
+ }, {
137
+ denom: 'eth',
138
+ exponent: 18
139
+ }],
140
+ type_asset: 'sdk.coin',
141
+ base: 'factory/titan16gyvmp43st00s220zypex4lgvwqc3ve8l4657rhxj8myeadswmkq75slkc/eth',
142
+ name: 'Ethereum',
143
+ display: 'eth',
144
+ symbol: 'ETH',
145
+ traces: [{
146
+ type: 'bridge',
147
+ counterparty: {
148
+ chain_name: 'ethereumtestnet',
149
+ base_denom: 'wei',
150
+ contract: '0x63e4dAcAFbBf0a02d70e5b47506eebEDDe49b1c6'
151
+ },
152
+ chain: {
153
+ contract: 'titan16gyvmp43st00s220zypex4lgvwqc3ve8l4657rhxj8myeadswmkq75slkc'
154
+ },
155
+ provider: 'powerflow.asia, titanlab.io'
156
+ }],
157
+ logo_URIs: {
158
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth.svg'
159
+ },
160
+ images: [{
161
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth.svg'
162
+ }]
129
163
  }
130
164
  ]
131
165
  };
@@ -95,6 +95,10 @@ const info = {
95
95
  {
96
96
  address: 'https://rpc.akash.bronbro.io:443',
97
97
  provider: 'Bro_n_Bro'
98
+ },
99
+ {
100
+ address: 'https://akash.rpc.arcturian.tech/',
101
+ provider: 'Arcturian Tech'
98
102
  }
99
103
  ],
100
104
  rest: [
@@ -145,6 +149,10 @@ const info = {
145
149
  {
146
150
  address: 'https://lcd.akash.bronbro.io:443',
147
151
  provider: 'Bro_n_Bro'
152
+ },
153
+ {
154
+ address: 'https://akash.api.arcturian.tech',
155
+ provider: 'Arcturian Tech'
148
156
  }
149
157
  ],
150
158
  grpc: [{
@@ -200,6 +208,11 @@ const info = {
200
208
  url: 'https://mainnet.whispernode.com/akash',
201
209
  tx_page: 'https://mainnet.whispernode.com/akash/tx/${txHash}',
202
210
  account_page: 'https://mainnet.whispernode.com/akash/account/${accountAddress}'
211
+ },
212
+ {
213
+ kind: 'Arcturian Tech',
214
+ url: 'https://explorer.arcturian.tech',
215
+ tx_page: 'https://explorer.arcturian.tech/akash/tx/${txHash}'
203
216
  }
204
217
  ],
205
218
  images: [{
package/mainnet/assets.js CHANGED
@@ -125,6 +125,7 @@ const _lava = __importStar(require("./lava"));
125
125
  const _lefeef = __importStar(require("./lefeef"));
126
126
  const _likecoin = __importStar(require("./likecoin"));
127
127
  const _logos = __importStar(require("./logos"));
128
+ const _lombardledger = __importStar(require("./lombardledger"));
128
129
  const _loop = __importStar(require("./loop"));
129
130
  const _lorenzo = __importStar(require("./lorenzo"));
130
131
  const _loyal = __importStar(require("./loyal"));
@@ -325,6 +326,7 @@ const assets = [
325
326
  _lefeef.assets,
326
327
  _likecoin.assets,
327
328
  _logos.assets,
329
+ _lombardledger.assets,
328
330
  _loop.assets,
329
331
  _lorenzo.assets,
330
332
  _loyal.assets,
@@ -130,6 +130,10 @@ const info = {
130
130
  {
131
131
  address: 'https://rpc.atomone.roomit.xyz',
132
132
  provider: 'Roomit'
133
+ },
134
+ {
135
+ address: 'https://rpc.atomone.chaintools.tech',
136
+ provider: 'ChainTools'
133
137
  }
134
138
  ],
135
139
  rest: [
@@ -204,6 +208,10 @@ const info = {
204
208
  {
205
209
  address: 'https://api.atomone.roomit.xyz',
206
210
  provider: 'Roomit'
211
+ },
212
+ {
213
+ address: 'https://api.atomone.chaintools.tech',
214
+ provider: 'ChainTools'
207
215
  }
208
216
  ],
209
217
  grpc: [
@@ -250,6 +258,10 @@ const info = {
250
258
  {
251
259
  address: 'grpc.atomone.roomit.xyz:8443',
252
260
  provider: 'Roomit'
261
+ },
262
+ {
263
+ address: 'grps.aomone.chaintools.tech:443',
264
+ provider: 'ChainTools'
253
265
  }
254
266
  ]
255
267
  },
@@ -301,6 +313,12 @@ const info = {
301
313
  url: 'https://explorer.tendermint.roomit.xyz/atomone-mainnet',
302
314
  tx_page: 'https://explorer.tendermint.roomit.xyz/atomone-mainnet/tx/${txHash}',
303
315
  account_page: 'https://explorer.tendermint.roomit.xyz/atomone-mainnet/account/${accountAddress}'
316
+ },
317
+ {
318
+ kind: 'ChainTools',
319
+ url: 'https://explorer.chaintools.tech/atomone',
320
+ tx_page: 'https://explorer.chaintools.tech/atomone/tx/${txHash}',
321
+ account_page: 'https://explorer.chaintools.tech/atomone/account/${accountAddress}'
304
322
  }
305
323
  ],
306
324
  images: [{
package/mainnet/chains.js CHANGED
@@ -125,6 +125,7 @@ const _lava = __importStar(require("./lava"));
125
125
  const _lefeef = __importStar(require("./lefeef"));
126
126
  const _likecoin = __importStar(require("./likecoin"));
127
127
  const _logos = __importStar(require("./logos"));
128
+ const _lombardledger = __importStar(require("./lombardledger"));
128
129
  const _loop = __importStar(require("./loop"));
129
130
  const _lorenzo = __importStar(require("./lorenzo"));
130
131
  const _loyal = __importStar(require("./loyal"));
@@ -325,6 +326,7 @@ const chains = [
325
326
  _lefeef.chain,
326
327
  _likecoin.chain,
327
328
  _logos.chain,
329
+ _lombardledger.chain,
328
330
  _loop.chain,
329
331
  _lorenzo.chain,
330
332
  _loyal.chain,
@@ -132,6 +132,35 @@ const info = [
132
132
  }
133
133
  }]
134
134
  },
135
+ {
136
+ $schema: '../ibc_data.schema.json',
137
+ chain_1: {
138
+ chain_name: 'elys',
139
+ client_id: '07-tendermint-36',
140
+ connection_id: 'connection-19'
141
+ },
142
+ chain_2: {
143
+ chain_name: 'neutron',
144
+ client_id: '07-tendermint-152',
145
+ connection_id: 'connection-112'
146
+ },
147
+ channels: [{
148
+ chain_1: {
149
+ channel_id: 'channel-16',
150
+ port_id: 'transfer'
151
+ },
152
+ chain_2: {
153
+ channel_id: 'channel-6476',
154
+ port_id: 'transfer'
155
+ },
156
+ ordering: 'unordered',
157
+ version: 'ics20-1',
158
+ tags: {
159
+ status: 'live',
160
+ preferred: true
161
+ }
162
+ }]
163
+ },
135
164
  {
136
165
  $schema: '../ibc_data.schema.json',
137
166
  chain_1: {
@@ -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: 'lombardledger',
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: 'lombardledger',
6
+ chain_type: 'cosmos',
7
+ chain_id: 'ledger-mainnet-1',
8
+ status: 'live',
9
+ network_type: 'mainnet',
10
+ bech32_prefix: 'lom',
11
+ daemon_name: 'ledgerd',
12
+ node_home: '$HOME/.ledgerd',
13
+ key_algos: ['secp256k1'],
14
+ pretty_name: 'Lombard Ledger',
15
+ slip44: 118,
16
+ fees: {
17
+ fee_tokens: [{
18
+ denom: 'ulom',
19
+ fixed_min_gas_price: 100,
20
+ low_gas_price: 100,
21
+ average_gas_price: 100,
22
+ high_gas_price: 100
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.2.0',
33
+ genesis: {
34
+ genesis_url: 'https://github.com/lombard-finance/ledger-testnets/blob/441861abd12e5149663079c6e36db3064ec4745a/mainnet/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',
45
+ tx_page: 'https://www.mintscan.io/lombard/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;
@@ -100,6 +100,7 @@ export * as lava from './lava';
100
100
  export * as lefeef from './lefeef';
101
101
  export * as likecoin from './likecoin';
102
102
  export * as logos from './logos';
103
+ export * as lombardledger from './lombardledger';
103
104
  export * as loop from './loop';
104
105
  export * as lorenzo from './lorenzo';
105
106
  export * as loyal from './loyal';
package/mainnet/named.js CHANGED
@@ -25,8 +25,8 @@ var __importStar = (this && this.__importStar) || function (mod) {
25
25
  Object.defineProperty(exports, "__esModule", { value: true });
26
26
  exports.cryptoorgchain = exports.cronos = exports.crescent = exports.coss = exports.cosmoshub = exports.coreum = exports.conscious = exports.composable = exports.commercionetwork = exports.comdex = exports.cnhostables = exports.cifer = exports.chimba = exports.chihuahua = exports.cheqd = exports.chain4energy = exports.celestia = exports.carbon = exports.canto = exports.bouachain = exports.bostrom = exports.bluzelle = exports.bluechip = exports.blockx = exports.bitsong = exports.bitcanna = exports.bitbadges = exports.beezee = exports.bandchain = exports.babylon = exports.axelar = exports.aura = exports.atomone = exports.assetmantle = exports.arkh = exports.arkeo = exports.archway = exports.andromeda = exports.althea = exports.allora = exports.akash = exports.aioz = exports.agoric = exports.acrechain = exports.aaronetwork = exports.tron = exports.ton = exports.solana = exports.rootstock = exports.ethereum = void 0;
27
27
  exports.lefeef = exports.lava = exports.lambda = exports.kyve = exports.kujira = exports.kopi = exports.konstellation = exports.kimanetwork = exports.kichain = exports.kava = exports.juno = exports.joltify = exports.jackal = exports.irisnet = exports.int3face = exports.injective = exports.imversed = exports.impacthub = exports.idep = exports.humans = exports.highbury = exports.heli = exports.haqq = exports.gravitybridge = exports.govgen = exports.gitopia = exports.ggezchain = exports.genesisl1 = exports.gateway = exports.galaxy = exports.fxcore = exports.furya = exports.firmachain = exports.finschia = exports.fetchhub = exports.evmos = exports.ethos = exports.epix = exports.empowerchain = exports.emoney = exports.elys = exports.echelon = exports.dyson = exports.dymension = exports.dydx = exports.dungeon = exports.doravota = exports.dhealth = exports.desmos = exports.decentr = void 0;
28
- exports.quasar = exports.qfs = exports.pylons = exports.pundix = exports.pryzm = exports.provenance = exports.point = exports.pocket = exports.planq = exports.persistence = exports.passage = exports.panacea = exports.paloma = exports.osmosis = exports.oraichain = exports.opct = exports.onomy = exports.onex = exports.omniflixhub = exports.okexchain = exports.odin = exports.octa = exports.nyx = exports.nomic = exports.nolus = exports.noble = exports.nim = exports.nillion = exports.nibiru = exports.neutron = exports.neutaro = exports.neura = exports.mythos = exports.mun = exports.mtgbp = exports.mises = exports.milkyway = exports.migaloo = exports.meme = exports.medasdigital = exports.mayachain = exports.mantrachain = exports.manifest = exports.mande = exports.lumnetwork = exports.loyal = exports.lorenzo = exports.loop = exports.logos = exports.likecoin = void 0;
29
- exports.zetachain = exports.zenrock = exports.xpla = exports.xion = exports.vector = exports.uptick = exports.ununifi = exports.unification = exports.unicorn = exports.umee = exports.titan = exports.thorchain = exports.tgrade = exports.terra2 = exports.terra = exports.terpnetwork = exports.teritori = exports.tenet = exports.taketitan = exports.synternet = exports.sunrise = exports.stride = exports.stratos = exports.starname = exports.stargaze = exports.stafihub = exports.source = exports.sommelier = exports.six = exports.sifchain = exports.sidechain = exports.shido = exports.shentu = exports.shareledger = exports.sge = exports.sentinel = exports.self = exports.sei = exports.seda = exports.secretnetwork = exports.scorum = exports.saga = exports.routerchain = exports.rizon = exports.regen = exports.rebus = exports.realio = exports.qwoyn = exports.quicksilver = void 0;
28
+ exports.qfs = exports.pylons = exports.pundix = exports.pryzm = exports.provenance = exports.point = exports.pocket = exports.planq = exports.persistence = exports.passage = exports.panacea = exports.paloma = exports.osmosis = exports.oraichain = exports.opct = exports.onomy = exports.onex = exports.omniflixhub = exports.okexchain = exports.odin = exports.octa = exports.nyx = exports.nomic = exports.nolus = exports.noble = exports.nim = exports.nillion = exports.nibiru = exports.neutron = exports.neutaro = exports.neura = exports.mythos = exports.mun = exports.mtgbp = exports.mises = exports.milkyway = exports.migaloo = exports.meme = exports.medasdigital = exports.mayachain = exports.mantrachain = exports.manifest = exports.mande = exports.lumnetwork = exports.loyal = exports.lorenzo = exports.loop = exports.lombardledger = exports.logos = exports.likecoin = void 0;
29
+ exports.zetachain = exports.zenrock = exports.xpla = exports.xion = exports.vector = exports.uptick = exports.ununifi = exports.unification = exports.unicorn = exports.umee = exports.titan = exports.thorchain = exports.tgrade = exports.terra2 = exports.terra = exports.terpnetwork = exports.teritori = exports.tenet = exports.taketitan = exports.synternet = exports.sunrise = exports.stride = exports.stratos = exports.starname = exports.stargaze = exports.stafihub = exports.source = exports.sommelier = exports.six = exports.sifchain = exports.sidechain = exports.shido = exports.shentu = exports.shareledger = exports.sge = exports.sentinel = exports.self = exports.sei = exports.seda = exports.secretnetwork = exports.scorum = exports.saga = exports.routerchain = exports.rizon = exports.regen = exports.rebus = exports.realio = exports.qwoyn = exports.quicksilver = exports.quasar = void 0;
30
30
  exports.ethereum = __importStar(require("./ethereum"));
31
31
  exports.rootstock = __importStar(require("./rootstock"));
32
32
  exports.solana = __importStar(require("./solana"));
@@ -129,6 +129,7 @@ exports.lava = __importStar(require("./lava"));
129
129
  exports.lefeef = __importStar(require("./lefeef"));
130
130
  exports.likecoin = __importStar(require("./likecoin"));
131
131
  exports.logos = __importStar(require("./logos"));
132
+ exports.lombardledger = __importStar(require("./lombardledger"));
132
133
  exports.loop = __importStar(require("./loop"));
133
134
  exports.lorenzo = __importStar(require("./lorenzo"));
134
135
  exports.loyal = __importStar(require("./loyal"));
@@ -170,6 +170,47 @@ const info = {
170
170
  },
171
171
  coingecko_id: 'celestia'
172
172
  },
173
+ {
174
+ description: 'ELYS on Neutron',
175
+ denom_units: [{
176
+ denom: 'ibc/28FC965E05DB1A4C0A6DE6B720F67AFF8CAB571FE262824976DDDFF49A4BAAF7',
177
+ exponent: 0,
178
+ aliases: ['uelys']
179
+ }, {
180
+ denom: 'elys',
181
+ exponent: 6
182
+ }],
183
+ type_asset: 'ics20',
184
+ base: 'ibc/28FC965E05DB1A4C0A6DE6B720F67AFF8CAB571FE262824976DDDFF49A4BAAF7',
185
+ name: 'ELYS',
186
+ display: 'elys',
187
+ symbol: 'ELYS',
188
+ traces: [{
189
+ type: 'ibc',
190
+ counterparty: {
191
+ chain_name: 'elys',
192
+ base_denom: 'uelys',
193
+ channel_id: 'channel-16'
194
+ },
195
+ chain: {
196
+ channel_id: 'channel-6476',
197
+ path: 'transfer/channel-6476/uelys'
198
+ }
199
+ }],
200
+ images: [{
201
+ image_sync: {
202
+ chain_name: 'elys',
203
+ base_denom: 'uelys'
204
+ },
205
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/elys/images/elys.png',
206
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/elys/images/elys.svg'
207
+ }],
208
+ logo_URIs: {
209
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/elys/images/elys.png',
210
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/elys/images/elys.svg'
211
+ },
212
+ coingecko_id: 'elys-network'
213
+ },
173
214
  {
174
215
  description: 'Astropepe meme coin',
175
216
  denom_units: [{
@@ -307,6 +307,35 @@ const info = [
307
307
  }
308
308
  }]
309
309
  },
310
+ {
311
+ $schema: '../ibc_data.schema.json',
312
+ chain_1: {
313
+ chain_name: 'elys',
314
+ client_id: '07-tendermint-36',
315
+ connection_id: 'connection-19'
316
+ },
317
+ chain_2: {
318
+ chain_name: 'neutron',
319
+ client_id: '07-tendermint-152',
320
+ connection_id: 'connection-112'
321
+ },
322
+ channels: [{
323
+ chain_1: {
324
+ channel_id: 'channel-16',
325
+ port_id: 'transfer'
326
+ },
327
+ chain_2: {
328
+ channel_id: 'channel-6476',
329
+ port_id: 'transfer'
330
+ },
331
+ ordering: 'unordered',
332
+ version: 'ics20-1',
333
+ tags: {
334
+ status: 'live',
335
+ preferred: true
336
+ }
337
+ }]
338
+ },
310
339
  {
311
340
  $schema: '../ibc_data.schema.json',
312
341
  chain_1: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "chain-registry",
3
- "version": "1.69.178",
3
+ "version": "1.69.179",
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.110",
32
+ "@chain-registry/utils": "^1.51.111",
33
33
  "deepmerge": "^4.2.2"
34
34
  },
35
35
  "dependencies": {
36
- "@chain-registry/types": "^0.50.110"
36
+ "@chain-registry/types": "^0.50.111"
37
37
  },
38
38
  "keywords": [
39
39
  "chain-registry",
@@ -43,5 +43,5 @@
43
43
  "interchain",
44
44
  "tokens"
45
45
  ],
46
- "gitHead": "53063537b3f2ed8a646b6176c2395cf3ce239989"
46
+ "gitHead": "5a9c4b31de55f8221b8407b5782313d583dc0b30"
47
47
  }
@@ -29,7 +29,7 @@ const info = {
29
29
  },
30
30
  codebase: {
31
31
  git_repo: 'https://github.com/lombard-finance/ledger',
32
- recommended_version: 'v1.1.0',
32
+ recommended_version: 'v1.2.0',
33
33
  genesis: {
34
34
  genesis_url: 'https://github.com/lombard-finance/ledger-testnets/blob/d9a6a4e1ca48bd6f9cbe5330d3e10eb157c38252/gastald/config/genesis.json'
35
35
  }
@@ -128,6 +128,40 @@ const info = {
128
128
  primary_color_hex: '#f39444'
129
129
  }
130
130
  }]
131
+ },
132
+ {
133
+ description: 'Ethereum (ETH) is ETH token bridged from Sepolia to titan chain through Titan Power flow bridge https://dev.powerflow.asia/bridge',
134
+ denom_units: [{
135
+ denom: 'factory/titan16gyvmp43st00s220zypex4lgvwqc3ve8l4657rhxj8myeadswmkq75slkc/eth',
136
+ exponent: 0,
137
+ aliases: ['wei']
138
+ }, {
139
+ denom: 'eth',
140
+ exponent: 18
141
+ }],
142
+ type_asset: 'sdk.coin',
143
+ base: 'factory/titan16gyvmp43st00s220zypex4lgvwqc3ve8l4657rhxj8myeadswmkq75slkc/eth',
144
+ name: 'Ethereum',
145
+ display: 'eth',
146
+ symbol: 'ETH',
147
+ traces: [{
148
+ type: 'bridge',
149
+ counterparty: {
150
+ chain_name: 'ethereumtestnet',
151
+ base_denom: 'wei',
152
+ contract: '0x63e4dAcAFbBf0a02d70e5b47506eebEDDe49b1c6'
153
+ },
154
+ chain: {
155
+ contract: 'titan16gyvmp43st00s220zypex4lgvwqc3ve8l4657rhxj8myeadswmkq75slkc'
156
+ },
157
+ provider: 'powerflow.asia, titanlab.io'
158
+ }],
159
+ logo_URIs: {
160
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth.svg'
161
+ },
162
+ images: [{
163
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth.svg'
164
+ }]
131
165
  }
132
166
  ]
133
167
  };