chain-registry 1.69.178 → 1.69.181
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/agoric/chain.js +3 -3
- package/esm/mainnet/akash/chain.js +13 -0
- package/esm/mainnet/arkeo/chain.js +6 -0
- package/esm/mainnet/assets.js +2 -0
- package/esm/mainnet/atomone/chain.js +18 -0
- package/esm/mainnet/babylon/assets.js +388 -4
- package/esm/mainnet/babylon/chain.js +37 -2
- package/esm/mainnet/babylon/ibc.js +29 -0
- package/esm/mainnet/chains.js +2 -0
- package/esm/mainnet/comdex/chain.js +0 -12
- package/esm/mainnet/cosmoshub/assets.js +331 -0
- package/esm/mainnet/cosmoshub/ibc.js +25 -0
- package/esm/mainnet/elys/chain.js +16 -8
- package/esm/mainnet/elys/ibc.js +29 -0
- package/esm/mainnet/ethereum/assets.js +177 -0
- package/esm/mainnet/evmos/chain.js +0 -8
- package/esm/mainnet/ibc.js +2 -0
- package/esm/mainnet/juno/chain.js +0 -8
- package/esm/mainnet/kujira/chain.js +0 -8
- package/esm/mainnet/lombardledger/assets.js +57 -0
- package/esm/mainnet/lombardledger/chain.js +46 -0
- package/esm/mainnet/lombardledger/ibc.js +26 -0
- package/esm/mainnet/lombardledger/index.js +6 -0
- package/esm/mainnet/named.js +1 -0
- package/esm/mainnet/neutron/assets.js +67 -0
- package/esm/mainnet/neutron/ibc.js +58 -0
- package/esm/mainnet/osmosis/assets.js +1701 -1250
- package/esm/mainnet/pryzm/chain.js +6 -6
- package/esm/testnet/lombardledgertestnet/chain.js +1 -1
- package/esm/testnet/titantestnet/assets.js +34 -0
- package/mainnet/agoric/chain.js +3 -3
- package/mainnet/akash/chain.js +13 -0
- package/mainnet/arkeo/chain.js +6 -0
- package/mainnet/assets.js +2 -0
- package/mainnet/atomone/chain.js +18 -0
- package/mainnet/babylon/assets.js +388 -4
- package/mainnet/babylon/chain.js +37 -2
- package/mainnet/babylon/ibc.js +29 -0
- package/mainnet/chains.js +2 -0
- package/mainnet/comdex/chain.js +0 -12
- package/mainnet/cosmoshub/assets.js +331 -0
- package/mainnet/cosmoshub/ibc.js +25 -0
- package/mainnet/elys/chain.js +16 -8
- package/mainnet/elys/ibc.js +29 -0
- package/mainnet/ethereum/assets.js +177 -0
- package/mainnet/evmos/chain.js +0 -8
- package/mainnet/ibc.js +2 -0
- package/mainnet/juno/chain.js +0 -8
- package/mainnet/kujira/chain.js +0 -8
- package/mainnet/lombardledger/assets.d.ts +3 -0
- package/mainnet/lombardledger/assets.js +59 -0
- package/mainnet/lombardledger/chain.d.ts +3 -0
- package/mainnet/lombardledger/chain.js +48 -0
- package/mainnet/lombardledger/ibc.d.ts +3 -0
- package/mainnet/lombardledger/ibc.js +28 -0
- package/mainnet/lombardledger/index.d.ts +3 -0
- package/mainnet/lombardledger/index.js +12 -0
- package/mainnet/named.d.ts +1 -0
- package/mainnet/named.js +3 -2
- package/mainnet/neutron/assets.js +67 -0
- package/mainnet/neutron/ibc.js +58 -0
- package/mainnet/osmosis/assets.js +1701 -1250
- package/mainnet/pryzm/chain.js +6 -6
- package/package.json +4 -4
- package/testnet/lombardledgertestnet/chain.js +1 -1
- package/testnet/titantestnet/assets.js +34 -0
|
@@ -79,10 +79,6 @@ const info = {
|
|
|
79
79
|
address: 'https://rpc.evmos.testnet.run',
|
|
80
80
|
provider: 'TestNetRun'
|
|
81
81
|
},
|
|
82
|
-
{
|
|
83
|
-
address: 'https://rpc.evmos.chaintools.tech/',
|
|
84
|
-
provider: 'ChainTools'
|
|
85
|
-
},
|
|
86
82
|
{
|
|
87
83
|
address: 'https://evmos-rpc.polkachu.com',
|
|
88
84
|
provider: 'Polkachu'
|
|
@@ -251,10 +247,6 @@ const info = {
|
|
|
251
247
|
address: 'grpc-evmos.cosmos-spaces.cloud:1190',
|
|
252
248
|
provider: 'Cosmos Spaces'
|
|
253
249
|
},
|
|
254
|
-
{
|
|
255
|
-
address: 'evmos.grpcui.chaintools.host:443',
|
|
256
|
-
provider: 'ChainTools'
|
|
257
|
-
},
|
|
258
250
|
{
|
|
259
251
|
address: 'evmos-grpc.polkachu.com:13490',
|
|
260
252
|
provider: 'Polkachu'
|
package/esm/mainnet/ibc.js
CHANGED
|
@@ -76,6 +76,7 @@ import * as _kyve from './kyve';
|
|
|
76
76
|
import * as _lambda from './lambda';
|
|
77
77
|
import * as _lava from './lava';
|
|
78
78
|
import * as _likecoin from './likecoin';
|
|
79
|
+
import * as _lombardledger from './lombardledger';
|
|
79
80
|
import * as _lorenzo from './lorenzo';
|
|
80
81
|
import * as _lumnetwork from './lumnetwork';
|
|
81
82
|
import * as _mande from './mande';
|
|
@@ -229,6 +230,7 @@ const ibc = [
|
|
|
229
230
|
..._lambda.ibc,
|
|
230
231
|
..._lava.ibc,
|
|
231
232
|
..._likecoin.ibc,
|
|
233
|
+
..._lombardledger.ibc,
|
|
232
234
|
..._lorenzo.ibc,
|
|
233
235
|
..._lumnetwork.ibc,
|
|
234
236
|
..._mande.ibc,
|
|
@@ -94,10 +94,6 @@ const info = {
|
|
|
94
94
|
address: 'https://rpc-juno-ia.cosmosia.notional.ventures/',
|
|
95
95
|
provider: 'Notional'
|
|
96
96
|
},
|
|
97
|
-
{
|
|
98
|
-
address: 'https://rpc.juno.chaintools.tech/',
|
|
99
|
-
provider: 'ChainTools'
|
|
100
|
-
},
|
|
101
97
|
{
|
|
102
98
|
address: 'https://juno-rpc.kleomedes.network',
|
|
103
99
|
provider: 'Kleomedes'
|
|
@@ -200,10 +196,6 @@ const info = {
|
|
|
200
196
|
address: 'https://api-juno-ia.cosmosia.notional.ventures/',
|
|
201
197
|
provider: 'Notional'
|
|
202
198
|
},
|
|
203
|
-
{
|
|
204
|
-
address: 'https://api.juno.chaintools.tech/',
|
|
205
|
-
provider: 'ChainTools'
|
|
206
|
-
},
|
|
207
199
|
{
|
|
208
200
|
address: 'https://juno-api.polkachu.com',
|
|
209
201
|
provider: 'Polkachu'
|
|
@@ -172,10 +172,6 @@ const info = {
|
|
|
172
172
|
address: 'https://rpc.lavenderfive.com:443/kujira',
|
|
173
173
|
provider: 'Lavender.Five Nodes 🐝'
|
|
174
174
|
},
|
|
175
|
-
{
|
|
176
|
-
address: 'https://rpc.kujira.chaintools.tech/',
|
|
177
|
-
provider: 'ChainTools'
|
|
178
|
-
},
|
|
179
175
|
{
|
|
180
176
|
address: 'https://rpc-kujira-ia.cosmosia.notional.ventures/',
|
|
181
177
|
provider: 'Notional'
|
|
@@ -296,10 +292,6 @@ const info = {
|
|
|
296
292
|
}
|
|
297
293
|
],
|
|
298
294
|
grpc: [
|
|
299
|
-
{
|
|
300
|
-
address: 'kujira.grpcui.chaintools.host:443',
|
|
301
|
-
provider: 'ChainTools'
|
|
302
|
-
},
|
|
303
295
|
{
|
|
304
296
|
address: 'grpc-kujira-ia.cosmosia.notional.ventures:443',
|
|
305
297
|
provider: 'Notional'
|
|
@@ -0,0 +1,57 @@
|
|
|
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
|
+
traces: [{
|
|
35
|
+
type: 'additional-mintage',
|
|
36
|
+
counterparty: {
|
|
37
|
+
chain_name: 'ethereum',
|
|
38
|
+
base_denom: '0x8236a87084f8B84306f72007F36F2618A5634494'
|
|
39
|
+
},
|
|
40
|
+
provider: 'Lombard'
|
|
41
|
+
}]
|
|
42
|
+
},
|
|
43
|
+
{
|
|
44
|
+
description: 'ustake is a syntetic token to implement a PoA with BFT features over CometBFT',
|
|
45
|
+
denom_units: [{
|
|
46
|
+
denom: 'ustake',
|
|
47
|
+
exponent: 0
|
|
48
|
+
}],
|
|
49
|
+
base: 'ustake',
|
|
50
|
+
name: 'ustake',
|
|
51
|
+
display: 'ustake',
|
|
52
|
+
symbol: 'USTAKE',
|
|
53
|
+
type_asset: 'sdk.coin'
|
|
54
|
+
}
|
|
55
|
+
]
|
|
56
|
+
};
|
|
57
|
+
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,26 @@
|
|
|
1
|
+
const info = [{
|
|
2
|
+
$schema: '../ibc_data.schema.json',
|
|
3
|
+
chain_1: {
|
|
4
|
+
chain_name: 'cosmoshub',
|
|
5
|
+
client_id: '07-tendermint-1380',
|
|
6
|
+
connection_id: 'connection-1103'
|
|
7
|
+
},
|
|
8
|
+
chain_2: {
|
|
9
|
+
chain_name: 'lombardledger',
|
|
10
|
+
client_id: '07-tendermint-1',
|
|
11
|
+
connection_id: 'connection-0'
|
|
12
|
+
},
|
|
13
|
+
channels: [{
|
|
14
|
+
chain_1: {
|
|
15
|
+
channel_id: 'channel-1340',
|
|
16
|
+
port_id: 'transfer'
|
|
17
|
+
},
|
|
18
|
+
chain_2: {
|
|
19
|
+
channel_id: 'channel-0',
|
|
20
|
+
port_id: 'transfer'
|
|
21
|
+
},
|
|
22
|
+
ordering: 'unordered',
|
|
23
|
+
version: 'ics20-1'
|
|
24
|
+
}]
|
|
25
|
+
}];
|
|
26
|
+
export default info;
|
package/esm/mainnet/named.js
CHANGED
|
@@ -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: [{
|
|
@@ -1040,6 +1081,32 @@ const info = {
|
|
|
1040
1081
|
},
|
|
1041
1082
|
type_asset: 'sdk.coin'
|
|
1042
1083
|
},
|
|
1084
|
+
{
|
|
1085
|
+
description: 'Drop staked NTRN',
|
|
1086
|
+
extended_description: 'Drop protocol token for the interchain liquidity',
|
|
1087
|
+
denom_units: [{
|
|
1088
|
+
denom: 'factory/neutron1frc0p5czd9uaaymdkug2njz7dc7j65jxukp9apmt9260a8egujkspms2t2/udntrn',
|
|
1089
|
+
exponent: 0
|
|
1090
|
+
}, {
|
|
1091
|
+
denom: 'dNTRN',
|
|
1092
|
+
exponent: 6
|
|
1093
|
+
}],
|
|
1094
|
+
base: 'factory/neutron1frc0p5czd9uaaymdkug2njz7dc7j65jxukp9apmt9260a8egujkspms2t2/udntrn',
|
|
1095
|
+
name: 'dNTRN',
|
|
1096
|
+
display: 'dNTRN',
|
|
1097
|
+
symbol: 'dNTRN',
|
|
1098
|
+
images: [{
|
|
1099
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/dNTRN.svg'
|
|
1100
|
+
}],
|
|
1101
|
+
logo_URIs: {
|
|
1102
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/dNTRN.svg'
|
|
1103
|
+
},
|
|
1104
|
+
socials: {
|
|
1105
|
+
website: 'https://www.drop.money/',
|
|
1106
|
+
twitter: 'https://x.com/Dropdotmoney'
|
|
1107
|
+
},
|
|
1108
|
+
type_asset: 'sdk.coin'
|
|
1109
|
+
},
|
|
1043
1110
|
{
|
|
1044
1111
|
description: 'Drop staked ATOM',
|
|
1045
1112
|
extended_description: 'Drop protocol token for the interchain liquidity',
|
|
@@ -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: 'babylon',
|
|
93
|
+
client_id: '07-tendermint-5',
|
|
94
|
+
connection_id: 'connection-5'
|
|
95
|
+
},
|
|
96
|
+
chain_2: {
|
|
97
|
+
chain_name: 'neutron',
|
|
98
|
+
client_id: '07-tendermint-164',
|
|
99
|
+
connection_id: 'connection-123'
|
|
100
|
+
},
|
|
101
|
+
channels: [{
|
|
102
|
+
chain_1: {
|
|
103
|
+
channel_id: 'channel-5',
|
|
104
|
+
port_id: 'transfer'
|
|
105
|
+
},
|
|
106
|
+
chain_2: {
|
|
107
|
+
channel_id: 'channel-6980',
|
|
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: {
|
|
@@ -305,6 +334,35 @@ const info = [
|
|
|
305
334
|
}
|
|
306
335
|
}]
|
|
307
336
|
},
|
|
337
|
+
{
|
|
338
|
+
$schema: '../ibc_data.schema.json',
|
|
339
|
+
chain_1: {
|
|
340
|
+
chain_name: 'elys',
|
|
341
|
+
client_id: '07-tendermint-36',
|
|
342
|
+
connection_id: 'connection-19'
|
|
343
|
+
},
|
|
344
|
+
chain_2: {
|
|
345
|
+
chain_name: 'neutron',
|
|
346
|
+
client_id: '07-tendermint-152',
|
|
347
|
+
connection_id: 'connection-112'
|
|
348
|
+
},
|
|
349
|
+
channels: [{
|
|
350
|
+
chain_1: {
|
|
351
|
+
channel_id: 'channel-16',
|
|
352
|
+
port_id: 'transfer'
|
|
353
|
+
},
|
|
354
|
+
chain_2: {
|
|
355
|
+
channel_id: 'channel-6476',
|
|
356
|
+
port_id: 'transfer'
|
|
357
|
+
},
|
|
358
|
+
ordering: 'unordered',
|
|
359
|
+
version: 'ics20-1',
|
|
360
|
+
tags: {
|
|
361
|
+
status: 'live',
|
|
362
|
+
preferred: true
|
|
363
|
+
}
|
|
364
|
+
}]
|
|
365
|
+
},
|
|
308
366
|
{
|
|
309
367
|
$schema: '../ibc_data.schema.json',
|
|
310
368
|
chain_1: {
|