chain-registry 1.69.179 → 1.69.182
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/arkeo/chain.js +6 -0
- package/esm/mainnet/babylon/assets.js +388 -4
- package/esm/mainnet/babylon/chain.js +45 -2
- package/esm/mainnet/babylon/ibc.js +29 -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/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 +2 -10
- package/esm/mainnet/kujira/chain.js +0 -8
- package/esm/mainnet/lombardledger/assets.js +9 -1
- package/esm/mainnet/lombardledger/ibc.js +26 -0
- package/esm/mainnet/lombardledger/index.js +2 -0
- package/esm/mainnet/neutron/assets.js +26 -0
- package/esm/mainnet/neutron/ibc.js +29 -0
- package/esm/mainnet/osmosis/assets.js +1744 -1231
- package/esm/mainnet/pryzm/chain.js +6 -6
- package/esm/mainnet/seda/chain.js +12 -0
- package/esm/mainnet/sei/chain.js +4 -4
- package/esm/testnet/pryzmtestnet/chain.js +0 -14
- package/esm/testnet/uniontestnet/chain.js +0 -4
- package/mainnet/agoric/chain.js +3 -3
- package/mainnet/arkeo/chain.js +6 -0
- package/mainnet/babylon/assets.js +388 -4
- package/mainnet/babylon/chain.js +45 -2
- package/mainnet/babylon/ibc.js +29 -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/ethereum/assets.js +177 -0
- package/mainnet/evmos/chain.js +0 -8
- package/mainnet/ibc.js +2 -0
- package/mainnet/juno/chain.js +2 -10
- package/mainnet/kujira/chain.js +0 -8
- package/mainnet/lombardledger/assets.js +9 -1
- package/mainnet/lombardledger/ibc.d.ts +3 -0
- package/mainnet/lombardledger/ibc.js +28 -0
- package/mainnet/lombardledger/index.d.ts +1 -0
- package/mainnet/lombardledger/index.js +3 -1
- package/mainnet/neutron/assets.js +26 -0
- package/mainnet/neutron/ibc.js +29 -0
- package/mainnet/osmosis/assets.js +1744 -1231
- package/mainnet/pryzm/chain.js +6 -6
- package/mainnet/seda/chain.js +12 -0
- package/mainnet/sei/chain.js +4 -4
- package/package.json +4 -4
- package/testnet/pryzmtestnet/chain.js +0 -14
- package/testnet/uniontestnet/chain.js +0 -4
package/mainnet/evmos/chain.js
CHANGED
|
@@ -81,10 +81,6 @@ const info = {
|
|
|
81
81
|
address: 'https://rpc.evmos.testnet.run',
|
|
82
82
|
provider: 'TestNetRun'
|
|
83
83
|
},
|
|
84
|
-
{
|
|
85
|
-
address: 'https://rpc.evmos.chaintools.tech/',
|
|
86
|
-
provider: 'ChainTools'
|
|
87
|
-
},
|
|
88
84
|
{
|
|
89
85
|
address: 'https://evmos-rpc.polkachu.com',
|
|
90
86
|
provider: 'Polkachu'
|
|
@@ -253,10 +249,6 @@ const info = {
|
|
|
253
249
|
address: 'grpc-evmos.cosmos-spaces.cloud:1190',
|
|
254
250
|
provider: 'Cosmos Spaces'
|
|
255
251
|
},
|
|
256
|
-
{
|
|
257
|
-
address: 'evmos.grpcui.chaintools.host:443',
|
|
258
|
-
provider: 'ChainTools'
|
|
259
|
-
},
|
|
260
252
|
{
|
|
261
253
|
address: 'evmos-grpc.polkachu.com:13490',
|
|
262
254
|
provider: 'Polkachu'
|
package/mainnet/ibc.js
CHANGED
|
@@ -101,6 +101,7 @@ const _kyve = __importStar(require("./kyve"));
|
|
|
101
101
|
const _lambda = __importStar(require("./lambda"));
|
|
102
102
|
const _lava = __importStar(require("./lava"));
|
|
103
103
|
const _likecoin = __importStar(require("./likecoin"));
|
|
104
|
+
const _lombardledger = __importStar(require("./lombardledger"));
|
|
104
105
|
const _lorenzo = __importStar(require("./lorenzo"));
|
|
105
106
|
const _lumnetwork = __importStar(require("./lumnetwork"));
|
|
106
107
|
const _mande = __importStar(require("./mande"));
|
|
@@ -254,6 +255,7 @@ const ibc = [
|
|
|
254
255
|
..._lambda.ibc,
|
|
255
256
|
..._lava.ibc,
|
|
256
257
|
..._likecoin.ibc,
|
|
258
|
+
..._lombardledger.ibc,
|
|
257
259
|
..._lorenzo.ibc,
|
|
258
260
|
..._lumnetwork.ibc,
|
|
259
261
|
..._mande.ibc,
|
package/mainnet/juno/chain.js
CHANGED
|
@@ -73,7 +73,7 @@ const info = {
|
|
|
73
73
|
provider: 'itastakers'
|
|
74
74
|
},
|
|
75
75
|
{
|
|
76
|
-
address: '
|
|
76
|
+
address: 'https://juno.rpc.m.stavr.tech',
|
|
77
77
|
provider: '🔥STAVR🔥'
|
|
78
78
|
},
|
|
79
79
|
{
|
|
@@ -96,10 +96,6 @@ const info = {
|
|
|
96
96
|
address: 'https://rpc-juno-ia.cosmosia.notional.ventures/',
|
|
97
97
|
provider: 'Notional'
|
|
98
98
|
},
|
|
99
|
-
{
|
|
100
|
-
address: 'https://rpc.juno.chaintools.tech/',
|
|
101
|
-
provider: 'ChainTools'
|
|
102
|
-
},
|
|
103
99
|
{
|
|
104
100
|
address: 'https://juno-rpc.kleomedes.network',
|
|
105
101
|
provider: 'Kleomedes'
|
|
@@ -202,10 +198,6 @@ const info = {
|
|
|
202
198
|
address: 'https://api-juno-ia.cosmosia.notional.ventures/',
|
|
203
199
|
provider: 'Notional'
|
|
204
200
|
},
|
|
205
|
-
{
|
|
206
|
-
address: 'https://api.juno.chaintools.tech/',
|
|
207
|
-
provider: 'ChainTools'
|
|
208
|
-
},
|
|
209
201
|
{
|
|
210
202
|
address: 'https://juno-api.polkachu.com',
|
|
211
203
|
provider: 'Polkachu'
|
|
@@ -297,7 +289,7 @@ const info = {
|
|
|
297
289
|
provider: 'Polkachu'
|
|
298
290
|
},
|
|
299
291
|
{
|
|
300
|
-
address: '
|
|
292
|
+
address: 'https://juno.grpc.m.stavr.tech:443',
|
|
301
293
|
provider: '🔥STAVR🔥'
|
|
302
294
|
},
|
|
303
295
|
{
|
package/mainnet/kujira/chain.js
CHANGED
|
@@ -174,10 +174,6 @@ const info = {
|
|
|
174
174
|
address: 'https://rpc.lavenderfive.com:443/kujira',
|
|
175
175
|
provider: 'Lavender.Five Nodes 🐝'
|
|
176
176
|
},
|
|
177
|
-
{
|
|
178
|
-
address: 'https://rpc.kujira.chaintools.tech/',
|
|
179
|
-
provider: 'ChainTools'
|
|
180
|
-
},
|
|
181
177
|
{
|
|
182
178
|
address: 'https://rpc-kujira-ia.cosmosia.notional.ventures/',
|
|
183
179
|
provider: 'Notional'
|
|
@@ -298,10 +294,6 @@ const info = {
|
|
|
298
294
|
}
|
|
299
295
|
],
|
|
300
296
|
grpc: [
|
|
301
|
-
{
|
|
302
|
-
address: 'kujira.grpcui.chaintools.host:443',
|
|
303
|
-
provider: 'ChainTools'
|
|
304
|
-
},
|
|
305
297
|
{
|
|
306
298
|
address: 'grpc-kujira-ia.cosmosia.notional.ventures:443',
|
|
307
299
|
provider: 'Notional'
|
|
@@ -32,7 +32,15 @@ const info = {
|
|
|
32
32
|
name: 'Liquid Bitcoin',
|
|
33
33
|
display: 'lbtc',
|
|
34
34
|
symbol: 'LBTC',
|
|
35
|
-
type_asset: 'sdk.coin'
|
|
35
|
+
type_asset: 'sdk.coin',
|
|
36
|
+
traces: [{
|
|
37
|
+
type: 'additional-mintage',
|
|
38
|
+
counterparty: {
|
|
39
|
+
chain_name: 'ethereum',
|
|
40
|
+
base_denom: '0x8236a87084f8B84306f72007F36F2618A5634494'
|
|
41
|
+
},
|
|
42
|
+
provider: 'Lombard'
|
|
43
|
+
}]
|
|
36
44
|
},
|
|
37
45
|
{
|
|
38
46
|
description: 'ustake is a syntetic token to implement a PoA with BFT features over CometBFT',
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
const info = [{
|
|
4
|
+
$schema: '../ibc_data.schema.json',
|
|
5
|
+
chain_1: {
|
|
6
|
+
chain_name: 'cosmoshub',
|
|
7
|
+
client_id: '07-tendermint-1380',
|
|
8
|
+
connection_id: 'connection-1103'
|
|
9
|
+
},
|
|
10
|
+
chain_2: {
|
|
11
|
+
chain_name: 'lombardledger',
|
|
12
|
+
client_id: '07-tendermint-1',
|
|
13
|
+
connection_id: 'connection-0'
|
|
14
|
+
},
|
|
15
|
+
channels: [{
|
|
16
|
+
chain_1: {
|
|
17
|
+
channel_id: 'channel-1340',
|
|
18
|
+
port_id: 'transfer'
|
|
19
|
+
},
|
|
20
|
+
chain_2: {
|
|
21
|
+
channel_id: 'channel-0',
|
|
22
|
+
port_id: 'transfer'
|
|
23
|
+
},
|
|
24
|
+
ordering: 'unordered',
|
|
25
|
+
version: 'ics20-1'
|
|
26
|
+
}]
|
|
27
|
+
}];
|
|
28
|
+
exports.default = info;
|
|
@@ -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;
|
|
@@ -1083,6 +1083,32 @@ const info = {
|
|
|
1083
1083
|
},
|
|
1084
1084
|
type_asset: 'sdk.coin'
|
|
1085
1085
|
},
|
|
1086
|
+
{
|
|
1087
|
+
description: 'Drop staked NTRN',
|
|
1088
|
+
extended_description: 'Drop protocol token for the interchain liquidity',
|
|
1089
|
+
denom_units: [{
|
|
1090
|
+
denom: 'factory/neutron1frc0p5czd9uaaymdkug2njz7dc7j65jxukp9apmt9260a8egujkspms2t2/udntrn',
|
|
1091
|
+
exponent: 0
|
|
1092
|
+
}, {
|
|
1093
|
+
denom: 'dNTRN',
|
|
1094
|
+
exponent: 6
|
|
1095
|
+
}],
|
|
1096
|
+
base: 'factory/neutron1frc0p5czd9uaaymdkug2njz7dc7j65jxukp9apmt9260a8egujkspms2t2/udntrn',
|
|
1097
|
+
name: 'dNTRN',
|
|
1098
|
+
display: 'dNTRN',
|
|
1099
|
+
symbol: 'dNTRN',
|
|
1100
|
+
images: [{
|
|
1101
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/dNTRN.svg'
|
|
1102
|
+
}],
|
|
1103
|
+
logo_URIs: {
|
|
1104
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/dNTRN.svg'
|
|
1105
|
+
},
|
|
1106
|
+
socials: {
|
|
1107
|
+
website: 'https://www.drop.money/',
|
|
1108
|
+
twitter: 'https://x.com/Dropdotmoney'
|
|
1109
|
+
},
|
|
1110
|
+
type_asset: 'sdk.coin'
|
|
1111
|
+
},
|
|
1086
1112
|
{
|
|
1087
1113
|
description: 'Drop staked ATOM',
|
|
1088
1114
|
extended_description: 'Drop protocol token for the interchain liquidity',
|
package/mainnet/neutron/ibc.js
CHANGED
|
@@ -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: 'babylon',
|
|
95
|
+
client_id: '07-tendermint-5',
|
|
96
|
+
connection_id: 'connection-5'
|
|
97
|
+
},
|
|
98
|
+
chain_2: {
|
|
99
|
+
chain_name: 'neutron',
|
|
100
|
+
client_id: '07-tendermint-164',
|
|
101
|
+
connection_id: 'connection-123'
|
|
102
|
+
},
|
|
103
|
+
channels: [{
|
|
104
|
+
chain_1: {
|
|
105
|
+
channel_id: 'channel-5',
|
|
106
|
+
port_id: 'transfer'
|
|
107
|
+
},
|
|
108
|
+
chain_2: {
|
|
109
|
+
channel_id: 'channel-6980',
|
|
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: {
|