chain-registry 2.0.200 → 2.0.202
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/amitis/asset-list.js +32 -0
- package/esm/mainnet/amitis/chain.js +63 -0
- package/esm/mainnet/amitis/ibc-data.js +31 -0
- package/esm/mainnet/asset-lists.js +2 -2
- package/esm/mainnet/chains.js +2 -2
- package/esm/mainnet/coreum/asset-list.js +0 -1
- package/esm/mainnet/hazinachain/ibc-data.js +32 -0
- package/esm/mainnet/hazinachain/index.js +2 -0
- package/esm/mainnet/ibc-data.js +4 -2
- package/esm/mainnet/osmosis/ibc-data.js +61 -0
- package/esm/mainnet/sentinel/chain.js +8 -0
- package/esm/mainnet/thejaynetwork/chain.js +25 -6
- package/mainnet/amitis/asset-list.js +34 -0
- package/mainnet/amitis/chain.js +65 -0
- package/mainnet/amitis/ibc-data.js +33 -0
- package/mainnet/asset-lists.js +2 -2
- package/mainnet/chains.js +2 -2
- package/mainnet/coreum/asset-list.js +0 -1
- package/mainnet/hazinachain/ibc-data.d.ts +3 -0
- package/mainnet/hazinachain/ibc-data.js +34 -0
- package/mainnet/hazinachain/index.d.ts +1 -0
- package/mainnet/hazinachain/index.js +3 -1
- package/mainnet/ibc-data.js +4 -2
- package/mainnet/osmosis/ibc-data.js +61 -0
- package/mainnet/sentinel/chain.js +8 -0
- package/mainnet/thejaynetwork/chain.js +25 -6
- package/package.json +3 -3
- package/esm/mainnet/pryzm/asset-list.js +0 -5323
- package/esm/mainnet/pryzm/chain.js +0 -239
- package/esm/mainnet/pryzm/ibc-data.js +0 -545
- package/mainnet/pryzm/asset-list.js +0 -5325
- package/mainnet/pryzm/chain.js +0 -241
- package/mainnet/pryzm/ibc-data.js +0 -547
- /package/esm/mainnet/{pryzm → amitis}/index.js +0 -0
- /package/mainnet/{pryzm → amitis}/asset-list.d.ts +0 -0
- /package/mainnet/{pryzm → amitis}/chain.d.ts +0 -0
- /package/mainnet/{pryzm → amitis}/ibc-data.d.ts +0 -0
- /package/mainnet/{pryzm → amitis}/index.d.ts +0 -0
- /package/mainnet/{pryzm → amitis}/index.js +0 -0
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
const info = [{
|
|
4
|
+
$schema: '../ibc_data.schema.json',
|
|
5
|
+
chain1: {
|
|
6
|
+
chainName: 'hazinachain',
|
|
7
|
+
chainId: 'hazinachain-1',
|
|
8
|
+
clientId: '07-tendermint-3',
|
|
9
|
+
connectionId: 'connection-1'
|
|
10
|
+
},
|
|
11
|
+
chain2: {
|
|
12
|
+
chainName: 'osmosis',
|
|
13
|
+
chainId: 'osmosis-1',
|
|
14
|
+
clientId: '07-tendermint-3702',
|
|
15
|
+
connectionId: 'connection-11056'
|
|
16
|
+
},
|
|
17
|
+
channels: [{
|
|
18
|
+
chain1: {
|
|
19
|
+
channelId: 'channel-1',
|
|
20
|
+
portId: 'transfer'
|
|
21
|
+
},
|
|
22
|
+
chain2: {
|
|
23
|
+
channelId: 'channel-110100',
|
|
24
|
+
portId: 'transfer'
|
|
25
|
+
},
|
|
26
|
+
ordering: 'unordered',
|
|
27
|
+
version: 'ics20-1',
|
|
28
|
+
tags: {
|
|
29
|
+
preferred: true,
|
|
30
|
+
status: 'ACTIVE'
|
|
31
|
+
}
|
|
32
|
+
}]
|
|
33
|
+
}];
|
|
34
|
+
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;
|
package/mainnet/ibc-data.js
CHANGED
|
@@ -33,6 +33,7 @@ const _agoric = __importStar(require("./agoric"));
|
|
|
33
33
|
const _aioz = __importStar(require("./aioz"));
|
|
34
34
|
const _akash = __importStar(require("./akash"));
|
|
35
35
|
const _allora = __importStar(require("./allora"));
|
|
36
|
+
const _amitis = __importStar(require("./amitis"));
|
|
36
37
|
const _andromeda = __importStar(require("./andromeda"));
|
|
37
38
|
const _archway = __importStar(require("./archway"));
|
|
38
39
|
const _arkeo = __importStar(require("./arkeo"));
|
|
@@ -92,6 +93,7 @@ const _gitopia = __importStar(require("./gitopia"));
|
|
|
92
93
|
const _gnodi = __importStar(require("./gnodi"));
|
|
93
94
|
const _gravitybridge = __importStar(require("./gravitybridge"));
|
|
94
95
|
const _haqq = __importStar(require("./haqq"));
|
|
96
|
+
const _hazinachain = __importStar(require("./hazinachain"));
|
|
95
97
|
const _hippoprotocol = __importStar(require("./hippoprotocol"));
|
|
96
98
|
const _humans = __importStar(require("./humans"));
|
|
97
99
|
const _impacthub = __importStar(require("./impacthub"));
|
|
@@ -152,7 +154,6 @@ const _persistence = __importStar(require("./persistence"));
|
|
|
152
154
|
const _planq = __importStar(require("./planq"));
|
|
153
155
|
const _point = __importStar(require("./point"));
|
|
154
156
|
const _provenance = __importStar(require("./provenance"));
|
|
155
|
-
const _pryzm = __importStar(require("./pryzm"));
|
|
156
157
|
const _pundix = __importStar(require("./pundix"));
|
|
157
158
|
const _pylons = __importStar(require("./pylons"));
|
|
158
159
|
const _qfs = __importStar(require("./qfs"));
|
|
@@ -213,6 +214,7 @@ const ibcData = [
|
|
|
213
214
|
..._aioz.ibcData,
|
|
214
215
|
..._akash.ibcData,
|
|
215
216
|
..._allora.ibcData,
|
|
217
|
+
..._amitis.ibcData,
|
|
216
218
|
..._andromeda.ibcData,
|
|
217
219
|
..._archway.ibcData,
|
|
218
220
|
..._arkeo.ibcData,
|
|
@@ -272,6 +274,7 @@ const ibcData = [
|
|
|
272
274
|
..._gnodi.ibcData,
|
|
273
275
|
..._gravitybridge.ibcData,
|
|
274
276
|
..._haqq.ibcData,
|
|
277
|
+
..._hazinachain.ibcData,
|
|
275
278
|
..._hippoprotocol.ibcData,
|
|
276
279
|
..._humans.ibcData,
|
|
277
280
|
..._impacthub.ibcData,
|
|
@@ -332,7 +335,6 @@ const ibcData = [
|
|
|
332
335
|
..._planq.ibcData,
|
|
333
336
|
..._point.ibcData,
|
|
334
337
|
..._provenance.ibcData,
|
|
335
|
-
..._pryzm.ibcData,
|
|
336
338
|
..._pundix.ibcData,
|
|
337
339
|
..._pylons.ibcData,
|
|
338
340
|
..._qfs.ibcData,
|
|
@@ -187,6 +187,36 @@ const info = [
|
|
|
187
187
|
}
|
|
188
188
|
}]
|
|
189
189
|
},
|
|
190
|
+
{
|
|
191
|
+
$schema: '../ibc_data.schema.json',
|
|
192
|
+
chain1: {
|
|
193
|
+
chainName: 'amitis',
|
|
194
|
+
chainId: 'amitis-network',
|
|
195
|
+
clientId: '07-tendermint-0',
|
|
196
|
+
connectionId: 'connection-0'
|
|
197
|
+
},
|
|
198
|
+
chain2: {
|
|
199
|
+
chainName: 'osmosis',
|
|
200
|
+
chainId: 'osmosis-1',
|
|
201
|
+
clientId: '07-tendermint-3701',
|
|
202
|
+
connectionId: 'connection-11055'
|
|
203
|
+
},
|
|
204
|
+
channels: [{
|
|
205
|
+
chain1: {
|
|
206
|
+
channelId: 'channel-1',
|
|
207
|
+
portId: 'transfer'
|
|
208
|
+
},
|
|
209
|
+
chain2: {
|
|
210
|
+
channelId: 'channel-110089',
|
|
211
|
+
portId: 'transfer'
|
|
212
|
+
},
|
|
213
|
+
ordering: 'unordered',
|
|
214
|
+
version: 'ics20-1',
|
|
215
|
+
tags: {
|
|
216
|
+
preferred: true
|
|
217
|
+
}
|
|
218
|
+
}]
|
|
219
|
+
},
|
|
190
220
|
{
|
|
191
221
|
$schema: '../ibc_data.schema.json',
|
|
192
222
|
chain1: {
|
|
@@ -2138,6 +2168,37 @@ const info = [
|
|
|
2138
2168
|
}
|
|
2139
2169
|
}]
|
|
2140
2170
|
},
|
|
2171
|
+
{
|
|
2172
|
+
$schema: '../ibc_data.schema.json',
|
|
2173
|
+
chain1: {
|
|
2174
|
+
chainName: 'hazinachain',
|
|
2175
|
+
chainId: 'hazinachain-1',
|
|
2176
|
+
clientId: '07-tendermint-3',
|
|
2177
|
+
connectionId: 'connection-1'
|
|
2178
|
+
},
|
|
2179
|
+
chain2: {
|
|
2180
|
+
chainName: 'osmosis',
|
|
2181
|
+
chainId: 'osmosis-1',
|
|
2182
|
+
clientId: '07-tendermint-3702',
|
|
2183
|
+
connectionId: 'connection-11056'
|
|
2184
|
+
},
|
|
2185
|
+
channels: [{
|
|
2186
|
+
chain1: {
|
|
2187
|
+
channelId: 'channel-1',
|
|
2188
|
+
portId: 'transfer'
|
|
2189
|
+
},
|
|
2190
|
+
chain2: {
|
|
2191
|
+
channelId: 'channel-110100',
|
|
2192
|
+
portId: 'transfer'
|
|
2193
|
+
},
|
|
2194
|
+
ordering: 'unordered',
|
|
2195
|
+
version: 'ics20-1',
|
|
2196
|
+
tags: {
|
|
2197
|
+
preferred: true,
|
|
2198
|
+
status: 'ACTIVE'
|
|
2199
|
+
}
|
|
2200
|
+
}]
|
|
2201
|
+
},
|
|
2141
2202
|
{
|
|
2142
2203
|
$schema: '../ibc_data.schema.json',
|
|
2143
2204
|
chain1: {
|
|
@@ -42,6 +42,10 @@ const info = {
|
|
|
42
42
|
description: 'The Sentinel ecosystem is a global network of autonomous dVPN applications that enable private and censorship resistant internet access.',
|
|
43
43
|
apis: {
|
|
44
44
|
rpc: [
|
|
45
|
+
{
|
|
46
|
+
address: 'https://rpc.saudi.dvpn-x.com',
|
|
47
|
+
provider: 'DIGGO: RPC Saudi Arabia'
|
|
48
|
+
},
|
|
45
49
|
{
|
|
46
50
|
address: 'https://rpc-sentinel.busurnode.com',
|
|
47
51
|
provider: 'Busurnode'
|
|
@@ -120,6 +124,10 @@ const info = {
|
|
|
120
124
|
}
|
|
121
125
|
],
|
|
122
126
|
rest: [
|
|
127
|
+
{
|
|
128
|
+
address: 'https://api.saudi.dvpn-x.com',
|
|
129
|
+
provider: 'DIGGO: API Saudi Arabia'
|
|
130
|
+
},
|
|
123
131
|
{
|
|
124
132
|
address: 'https://api-sentinel.busurnode.com',
|
|
125
133
|
provider: 'Busurnode'
|
|
@@ -58,20 +58,34 @@ const info = {
|
|
|
58
58
|
},
|
|
59
59
|
description: 'The Jay Network is a Cosmos SDK-based blockchain providing fast, secure, and scalable infrastructure for decentralized applications.',
|
|
60
60
|
apis: {
|
|
61
|
-
rpc: [
|
|
61
|
+
rpc: [
|
|
62
|
+
{
|
|
62
63
|
address: 'https://jayscan.duckdns.org/rpc',
|
|
63
64
|
provider: 'Jay Network'
|
|
64
|
-
},
|
|
65
|
+
},
|
|
66
|
+
{
|
|
65
67
|
address: 'http://34.67.101.201:26657',
|
|
66
68
|
provider: 'Jay Network (direct)'
|
|
67
|
-
}
|
|
68
|
-
|
|
69
|
+
},
|
|
70
|
+
{
|
|
71
|
+
address: 'https://rpc-jay.onenov.xyz',
|
|
72
|
+
provider: 'OneNov'
|
|
73
|
+
}
|
|
74
|
+
],
|
|
75
|
+
rest: [
|
|
76
|
+
{
|
|
69
77
|
address: 'https://jayscan.duckdns.org/api',
|
|
70
78
|
provider: 'Jay Network'
|
|
71
|
-
},
|
|
79
|
+
},
|
|
80
|
+
{
|
|
72
81
|
address: 'http://34.67.101.201:1317',
|
|
73
82
|
provider: 'Jay Network (direct)'
|
|
74
|
-
}
|
|
83
|
+
},
|
|
84
|
+
{
|
|
85
|
+
address: 'https://api-jay.onenov.xyz',
|
|
86
|
+
provider: 'OneNov'
|
|
87
|
+
}
|
|
88
|
+
],
|
|
75
89
|
grpc: [{
|
|
76
90
|
address: '34.67.101.201:9090',
|
|
77
91
|
provider: 'Jay Network'
|
|
@@ -85,6 +99,11 @@ const info = {
|
|
|
85
99
|
url: 'https://jayscan.duckdns.org',
|
|
86
100
|
txPage: 'https://jayscan.duckdns.org/?tx=${txHash}',
|
|
87
101
|
accountPage: 'https://jayscan.duckdns.org/?account=${accountAddress}'
|
|
102
|
+
}, {
|
|
103
|
+
kind: 'Jay Network Explorer',
|
|
104
|
+
url: 'https://jay-explorer.onenov.xyz',
|
|
105
|
+
txPage: 'https://jay-explorer.onenov.xyz/transactions/${txHash}',
|
|
106
|
+
accountPage: 'https://jay-explorer.onenov.xyz/accounts/${accountAddress}'
|
|
88
107
|
}],
|
|
89
108
|
images: [{
|
|
90
109
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/thejaynetwork/images/thejaynetwork.png'
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "chain-registry",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.202",
|
|
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.202"
|
|
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": "e5e5c52631e877683477c3762fded9168305dc35"
|
|
43
43
|
}
|