chain-registry 2.0.55 → 2.0.57
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/asset-lists.js +2 -0
- package/esm/mainnet/atomone/chain.js +18 -0
- package/esm/mainnet/chain4energy/chain.js +18 -0
- package/esm/mainnet/chains.js +2 -0
- package/esm/mainnet/doravota/chain.js +17 -0
- package/esm/mainnet/gonka/asset-list.js +38 -0
- package/esm/mainnet/gonka/chain.js +154 -0
- package/esm/mainnet/gonka/index.js +4 -0
- package/esm/mainnet/sunrise/asset-list.js +1 -1
- package/esm/mainnet/sunrise/chain.js +36 -0
- package/esm/mainnet/terra/asset-list.js +26 -0
- package/esm/mainnet/terra/chain.js +25 -41
- package/esm/testnet/ibc-data.js +2 -0
- package/esm/testnet/lumeratestnet/asset-list.js +43 -0
- package/esm/testnet/lumeratestnet/chain.js +3 -3
- package/esm/testnet/lumeratestnet/ibc-data.js +31 -0
- package/esm/testnet/lumeratestnet/index.js +2 -0
- package/esm/testnet/osmosistestnet/ibc-data.js +30 -0
- package/esm/testnet/sunrisetestnet/asset-list.js +1 -1
- package/mainnet/asset-lists.js +2 -0
- package/mainnet/atomone/chain.js +18 -0
- package/mainnet/chain4energy/chain.js +18 -0
- package/mainnet/chains.js +2 -0
- package/mainnet/doravota/chain.js +17 -0
- package/mainnet/gonka/asset-list.d.ts +3 -0
- package/mainnet/gonka/asset-list.js +40 -0
- package/mainnet/gonka/chain.d.ts +3 -0
- package/mainnet/gonka/chain.js +156 -0
- package/mainnet/gonka/index.d.ts +2 -0
- package/mainnet/gonka/index.js +10 -0
- package/mainnet/sunrise/asset-list.js +1 -1
- package/mainnet/sunrise/chain.js +36 -0
- package/mainnet/terra/asset-list.js +26 -0
- package/mainnet/terra/chain.js +25 -41
- package/package.json +3 -3
- package/testnet/ibc-data.js +2 -0
- package/testnet/lumeratestnet/asset-list.js +43 -0
- package/testnet/lumeratestnet/chain.js +3 -3
- package/testnet/lumeratestnet/ibc-data.d.ts +3 -0
- package/testnet/lumeratestnet/ibc-data.js +33 -0
- package/testnet/lumeratestnet/index.d.ts +1 -0
- package/testnet/lumeratestnet/index.js +3 -1
- package/testnet/osmosistestnet/ibc-data.js +30 -0
- package/testnet/sunrisetestnet/asset-list.js +1 -1
package/mainnet/terra/chain.js
CHANGED
|
@@ -162,11 +162,11 @@ const info = {
|
|
|
162
162
|
},
|
|
163
163
|
codebase: {
|
|
164
164
|
gitRepo: 'https://github.com/classic-terra/core',
|
|
165
|
-
recommendedVersion: '
|
|
166
|
-
compatibleVersions: ['
|
|
165
|
+
recommendedVersion: 'v3.5.0',
|
|
166
|
+
compatibleVersions: ['v3.5.0'],
|
|
167
167
|
genesis: {
|
|
168
168
|
name: '1.0.5',
|
|
169
|
-
genesisUrl: 'https://
|
|
169
|
+
genesisUrl: 'https://snapshots.hexxagon.io/cosmos/terra-classic/columbus-5/genesis.json'
|
|
170
170
|
}
|
|
171
171
|
},
|
|
172
172
|
logoURIs: {
|
|
@@ -180,20 +180,16 @@ const info = {
|
|
|
180
180
|
provider: 'Allnodes ⚡️ Nodes & Staking'
|
|
181
181
|
},
|
|
182
182
|
{
|
|
183
|
-
address: 'https://rpc
|
|
184
|
-
provider: '
|
|
183
|
+
address: 'https://rpc.terra-classic.hexxagon.io/',
|
|
184
|
+
provider: 'Hexxagon'
|
|
185
185
|
},
|
|
186
186
|
{
|
|
187
|
-
address: 'https://
|
|
188
|
-
provider: '
|
|
187
|
+
address: 'https://api-lunc-rpc.binodes.com',
|
|
188
|
+
provider: 'BInodes'
|
|
189
189
|
},
|
|
190
190
|
{
|
|
191
191
|
address: 'https://terraclassic-rpc-server-01.stakely.io',
|
|
192
192
|
provider: 'Stakely'
|
|
193
|
-
},
|
|
194
|
-
{
|
|
195
|
-
address: 'https://api-lunc-rpc.binodes.com',
|
|
196
|
-
provider: 'BInodes'
|
|
197
193
|
}
|
|
198
194
|
],
|
|
199
195
|
rest: [
|
|
@@ -202,17 +198,13 @@ const info = {
|
|
|
202
198
|
provider: 'Allnodes ⚡️ Nodes & Staking'
|
|
203
199
|
},
|
|
204
200
|
{
|
|
205
|
-
address: 'https://
|
|
206
|
-
provider: '
|
|
201
|
+
address: 'https://lcd.terra-classic.hexxagon.io/',
|
|
202
|
+
provider: 'Hexxagon'
|
|
207
203
|
},
|
|
208
204
|
{
|
|
209
205
|
address: 'https://terraclassic-mainnet-lcd.autostake.com:443',
|
|
210
206
|
provider: 'AutoStake 🛡️ Slash Protected'
|
|
211
207
|
},
|
|
212
|
-
{
|
|
213
|
-
address: 'https://terraclassic-lcd-server-01.stakely.io',
|
|
214
|
-
provider: 'Stakely'
|
|
215
|
-
},
|
|
216
208
|
{
|
|
217
209
|
address: 'https://api-lunc-lcd.binodes.com',
|
|
218
210
|
provider: 'BInodes'
|
|
@@ -220,21 +212,13 @@ const info = {
|
|
|
220
212
|
],
|
|
221
213
|
grpc: [
|
|
222
214
|
{
|
|
223
|
-
address: 'grpc.
|
|
224
|
-
provider: '
|
|
215
|
+
address: 'grpc.terra-classic.hexxagon.io/',
|
|
216
|
+
provider: 'Hexxagon'
|
|
225
217
|
},
|
|
226
218
|
{
|
|
227
219
|
address: 'terra-classic-grpc.publicnode.com:443',
|
|
228
220
|
provider: 'Allnodes ⚡️ Nodes & Staking'
|
|
229
221
|
},
|
|
230
|
-
{
|
|
231
|
-
address: 'grpc-terra-ia.cosmosia.notional.ventures:443',
|
|
232
|
-
provider: 'Notional'
|
|
233
|
-
},
|
|
234
|
-
{
|
|
235
|
-
address: 'terraclassic-mainnet-grpc.autostake.com:443',
|
|
236
|
-
provider: 'AutoStake 🛡️ Slash Protected'
|
|
237
|
-
},
|
|
238
222
|
{
|
|
239
223
|
address: 'api-lunc-grpc.binodes.com:443',
|
|
240
224
|
provider: 'BInodes'
|
|
@@ -243,10 +227,16 @@ const info = {
|
|
|
243
227
|
},
|
|
244
228
|
explorers: [
|
|
245
229
|
{
|
|
246
|
-
kind: '
|
|
247
|
-
url: 'https://
|
|
248
|
-
txPage: 'https://
|
|
249
|
-
accountPage: 'https://
|
|
230
|
+
kind: 'hexxagon-finder',
|
|
231
|
+
url: 'https://finder.terra-classic.hexxagon.io/',
|
|
232
|
+
txPage: 'https://finder.terra-classic.hexxagon.io/mainnet/tx/${txHash}',
|
|
233
|
+
accountPage: 'https://finder.terra-classic.hexxagon.io/mainnet/address/${accountAddress}'
|
|
234
|
+
},
|
|
235
|
+
{
|
|
236
|
+
kind: 'hexxagon2-finder',
|
|
237
|
+
url: 'https://finder.terraclassic.community/',
|
|
238
|
+
txPage: 'https://finder.terraclassic.community/mainnet/tx/${txHash}',
|
|
239
|
+
accountPage: 'https://finder.terraclassic.community/mainnet/address/${accountAddress}'
|
|
250
240
|
},
|
|
251
241
|
{
|
|
252
242
|
kind: 'ping.pub',
|
|
@@ -266,16 +256,10 @@ const info = {
|
|
|
266
256
|
accountPage: 'https://staking-explorer.com/account.php?chain=terra&addr=${accountAddress}'
|
|
267
257
|
},
|
|
268
258
|
{
|
|
269
|
-
kind: 'finder',
|
|
270
|
-
url: 'https://finder.
|
|
271
|
-
txPage: 'https://finder.
|
|
272
|
-
accountPage: 'https://finder.
|
|
273
|
-
},
|
|
274
|
-
{
|
|
275
|
-
kind: 'finder',
|
|
276
|
-
url: 'https://finder.terrarebels.net/classic',
|
|
277
|
-
txPage: 'https://finder.terrarebels.net/classic/tx/${txHash}',
|
|
278
|
-
accountPage: 'https://finder.terrarebels.net/classic/address/${accountAddress}'
|
|
259
|
+
kind: 'terraport-finder',
|
|
260
|
+
url: 'https://finder.terraport.finance/',
|
|
261
|
+
txPage: 'https://finder.terraport.finance/mainnet/tx/${txHash}',
|
|
262
|
+
accountPage: 'https://finder.terraport.finance/mainnet/address/${accountAddress}'
|
|
279
263
|
}
|
|
280
264
|
],
|
|
281
265
|
images: [{
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "chain-registry",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.57",
|
|
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,7 +29,7 @@
|
|
|
29
29
|
"test:watch": "jest --watch"
|
|
30
30
|
},
|
|
31
31
|
"dependencies": {
|
|
32
|
-
"@chain-registry/types": "^2.0.
|
|
32
|
+
"@chain-registry/types": "^2.0.57"
|
|
33
33
|
},
|
|
34
34
|
"keywords": [
|
|
35
35
|
"chain-registry",
|
|
@@ -39,5 +39,5 @@
|
|
|
39
39
|
"interchain",
|
|
40
40
|
"tokens"
|
|
41
41
|
],
|
|
42
|
-
"gitHead": "
|
|
42
|
+
"gitHead": "7613a580c3e750567447c4e7b4c5cac32ea4e3cc"
|
|
43
43
|
}
|
package/testnet/ibc-data.js
CHANGED
|
@@ -48,6 +48,7 @@ const _kujiratestnet = __importStar(require("./kujiratestnet"));
|
|
|
48
48
|
const _kyvetestnet = __importStar(require("./kyvetestnet"));
|
|
49
49
|
const _lavatestnet = __importStar(require("./lavatestnet"));
|
|
50
50
|
const _likecointestnet = __importStar(require("./likecointestnet"));
|
|
51
|
+
const _lumeratestnet = __importStar(require("./lumeratestnet"));
|
|
51
52
|
const _manifesttestnet = __importStar(require("./manifesttestnet"));
|
|
52
53
|
const _mantrachaintestnet = __importStar(require("./mantrachaintestnet"));
|
|
53
54
|
const _mantrachaintestnet2 = __importStar(require("./mantrachaintestnet2"));
|
|
@@ -98,6 +99,7 @@ const ibcData = [
|
|
|
98
99
|
..._kyvetestnet.ibcData,
|
|
99
100
|
..._lavatestnet.ibcData,
|
|
100
101
|
..._likecointestnet.ibcData,
|
|
102
|
+
..._lumeratestnet.ibcData,
|
|
101
103
|
..._manifesttestnet.ibcData,
|
|
102
104
|
..._mantrachaintestnet.ibcData,
|
|
103
105
|
..._mantrachaintestnet2.ibcData,
|
|
@@ -30,6 +30,49 @@ const info = {
|
|
|
30
30
|
telegram: 'https://t.me/lumeraprotocol',
|
|
31
31
|
website: 'https://lumera.io'
|
|
32
32
|
}
|
|
33
|
+
}, {
|
|
34
|
+
denomUnits: [{
|
|
35
|
+
denom: 'ibc/ED07A3391A112B175915CD8FAF43A2DA8E4790EDE12566649D0C2F97716B8518',
|
|
36
|
+
exponent: 0,
|
|
37
|
+
aliases: ['uosmo']
|
|
38
|
+
}, {
|
|
39
|
+
denom: 'osmo',
|
|
40
|
+
exponent: 6
|
|
41
|
+
}],
|
|
42
|
+
typeAsset: 'ics20',
|
|
43
|
+
base: 'ibc/ED07A3391A112B175915CD8FAF43A2DA8E4790EDE12566649D0C2F97716B8518',
|
|
44
|
+
name: 'Osmosis OSMO Token',
|
|
45
|
+
display: 'osmo',
|
|
46
|
+
symbol: 'OSMO',
|
|
47
|
+
traces: [{
|
|
48
|
+
type: 'ibc',
|
|
49
|
+
counterparty: {
|
|
50
|
+
chainName: 'osmosistestnet',
|
|
51
|
+
baseDenom: 'uosmo',
|
|
52
|
+
channelId: 'channel-10884'
|
|
53
|
+
},
|
|
54
|
+
chain: {
|
|
55
|
+
channelId: 'channel-0',
|
|
56
|
+
path: 'transfer/channel-0/uosmo'
|
|
57
|
+
}
|
|
58
|
+
}],
|
|
59
|
+
images: [{
|
|
60
|
+
imageSync: {
|
|
61
|
+
chainName: 'osmosistestnet',
|
|
62
|
+
baseDenom: 'uosmo'
|
|
63
|
+
},
|
|
64
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
|
|
65
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
|
|
66
|
+
}],
|
|
67
|
+
logoURIs: {
|
|
68
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
|
|
69
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
|
|
70
|
+
},
|
|
71
|
+
keywords: [
|
|
72
|
+
'dex',
|
|
73
|
+
'ibc',
|
|
74
|
+
'osmosis'
|
|
75
|
+
]
|
|
33
76
|
}]
|
|
34
77
|
};
|
|
35
78
|
exports.default = info;
|
|
@@ -38,14 +38,14 @@ const info = {
|
|
|
38
38
|
},
|
|
39
39
|
codebase: {
|
|
40
40
|
gitRepo: 'https://github.com/LumeraProtocol/lumera',
|
|
41
|
-
tag: '
|
|
42
|
-
recommendedVersion: '
|
|
41
|
+
tag: 'v1.7.0',
|
|
42
|
+
recommendedVersion: 'v1.7.0',
|
|
43
43
|
language: {
|
|
44
44
|
type: 'go',
|
|
45
45
|
version: 'v1.24'
|
|
46
46
|
},
|
|
47
47
|
binaries: {
|
|
48
|
-
"linux/amd64": 'https://github.com/LumeraProtocol/lumera/releases/download/
|
|
48
|
+
"linux/amd64": 'https://github.com/LumeraProtocol/lumera/releases/download/v1.7.0/lumera_v1.7.0_linux_amd64.tar.gz?checksum=sha256:1a5a612e5f06a5d4c4a6a2b2b8799336093a9951fcc6e81ef0a56dcc0f913e50'
|
|
49
49
|
},
|
|
50
50
|
sdk: {
|
|
51
51
|
type: 'cosmos',
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
const info = [{
|
|
4
|
+
$schema: '../../ibc_data.schema.json',
|
|
5
|
+
chain1: {
|
|
6
|
+
chainName: 'lumeratestnet',
|
|
7
|
+
clientId: '07-tendermint-2',
|
|
8
|
+
connectionId: 'connection-1'
|
|
9
|
+
},
|
|
10
|
+
chain2: {
|
|
11
|
+
chainName: 'osmosistestnet',
|
|
12
|
+
clientId: '07-tendermint-4899',
|
|
13
|
+
connectionId: 'connection-4268'
|
|
14
|
+
},
|
|
15
|
+
channels: [{
|
|
16
|
+
chain1: {
|
|
17
|
+
channelId: 'channel-0',
|
|
18
|
+
portId: 'transfer'
|
|
19
|
+
},
|
|
20
|
+
chain2: {
|
|
21
|
+
channelId: 'channel-10884',
|
|
22
|
+
portId: 'transfer'
|
|
23
|
+
},
|
|
24
|
+
ordering: 'unordered',
|
|
25
|
+
version: 'ics20-1',
|
|
26
|
+
tags: {
|
|
27
|
+
status: 'live',
|
|
28
|
+
preferred: true,
|
|
29
|
+
dex: 'osmosis'
|
|
30
|
+
}
|
|
31
|
+
}]
|
|
32
|
+
}];
|
|
33
|
+
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.assetList = void 0;
|
|
6
|
+
exports.ibcData = exports.chain = exports.assetList = void 0;
|
|
7
7
|
const asset_list_1 = __importDefault(require("./asset-list"));
|
|
8
8
|
const chain_1 = __importDefault(require("./chain"));
|
|
9
|
+
const ibc_data_1 = __importDefault(require("./ibc-data"));
|
|
9
10
|
exports.assetList = asset_list_1.default;
|
|
10
11
|
exports.chain = chain_1.default;
|
|
12
|
+
exports.ibcData = ibc_data_1.default;
|
|
@@ -700,6 +700,36 @@ const info = [
|
|
|
700
700
|
}
|
|
701
701
|
}]
|
|
702
702
|
},
|
|
703
|
+
{
|
|
704
|
+
$schema: '../../ibc_data.schema.json',
|
|
705
|
+
chain1: {
|
|
706
|
+
chainName: 'lumeratestnet',
|
|
707
|
+
clientId: '07-tendermint-2',
|
|
708
|
+
connectionId: 'connection-1'
|
|
709
|
+
},
|
|
710
|
+
chain2: {
|
|
711
|
+
chainName: 'osmosistestnet',
|
|
712
|
+
clientId: '07-tendermint-4899',
|
|
713
|
+
connectionId: 'connection-4268'
|
|
714
|
+
},
|
|
715
|
+
channels: [{
|
|
716
|
+
chain1: {
|
|
717
|
+
channelId: 'channel-0',
|
|
718
|
+
portId: 'transfer'
|
|
719
|
+
},
|
|
720
|
+
chain2: {
|
|
721
|
+
channelId: 'channel-10884',
|
|
722
|
+
portId: 'transfer'
|
|
723
|
+
},
|
|
724
|
+
ordering: 'unordered',
|
|
725
|
+
version: 'ics20-1',
|
|
726
|
+
tags: {
|
|
727
|
+
status: 'live',
|
|
728
|
+
preferred: true,
|
|
729
|
+
dex: 'osmosis'
|
|
730
|
+
}
|
|
731
|
+
}]
|
|
732
|
+
},
|
|
703
733
|
{
|
|
704
734
|
$schema: '../../ibc_data.schema.json',
|
|
705
735
|
chain1: {
|
|
@@ -73,7 +73,7 @@ const info = {
|
|
|
73
73
|
base: 'uusdrise',
|
|
74
74
|
name: 'Sunrise USDrise',
|
|
75
75
|
display: 'usdrise',
|
|
76
|
-
symbol: '
|
|
76
|
+
symbol: 'USDrise',
|
|
77
77
|
logoURIs: {
|
|
78
78
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sunrise/images/usdrise.png',
|
|
79
79
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sunrise/images/usdrise.svg'
|