chain-registry 1.69.598 → 1.69.600
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/assets.js +0 -2
- package/esm/mainnet/chains.js +0 -2
- package/esm/mainnet/ibc.js +0 -2
- package/esm/mainnet/named.js +0 -1
- package/esm/mainnet/neutron/chain.js +27 -0
- package/esm/mainnet/secretnetwork/assets.js +25 -0
- package/esm/mainnet/thejaynetwork/assets.js +121 -2
- package/mainnet/assets.js +0 -2
- package/mainnet/chains.js +0 -2
- package/mainnet/ibc.js +0 -2
- package/mainnet/named.d.ts +0 -1
- package/mainnet/named.js +4 -5
- package/mainnet/neutron/chain.js +27 -0
- package/mainnet/secretnetwork/assets.js +25 -0
- package/mainnet/thejaynetwork/assets.js +121 -2
- package/package.json +3 -3
- package/esm/mainnet/evmos/assets.js +0 -154
- package/esm/mainnet/evmos/chain.js +0 -407
- package/esm/mainnet/evmos/ibc.js +0 -743
- package/esm/mainnet/evmos/index.js +0 -6
- package/mainnet/evmos/assets.d.ts +0 -3
- package/mainnet/evmos/assets.js +0 -156
- package/mainnet/evmos/chain.d.ts +0 -3
- package/mainnet/evmos/chain.js +0 -409
- package/mainnet/evmos/ibc.d.ts +0 -3
- package/mainnet/evmos/ibc.js +0 -745
- package/mainnet/evmos/index.d.ts +0 -3
- package/mainnet/evmos/index.js +0 -12
package/esm/mainnet/assets.js
CHANGED
|
@@ -69,7 +69,6 @@ import * as _emoney from './emoney';
|
|
|
69
69
|
import * as _empowerchain from './empowerchain';
|
|
70
70
|
import * as _epix from './epix';
|
|
71
71
|
import * as _ethos from './ethos';
|
|
72
|
-
import * as _evmos from './evmos';
|
|
73
72
|
import * as _fandomchain from './fandomchain';
|
|
74
73
|
import * as _fetchhub from './fetchhub';
|
|
75
74
|
import * as _finschia from './finschia';
|
|
@@ -306,7 +305,6 @@ const assets = [
|
|
|
306
305
|
_empowerchain.assets,
|
|
307
306
|
_epix.assets,
|
|
308
307
|
_ethos.assets,
|
|
309
|
-
_evmos.assets,
|
|
310
308
|
_fandomchain.assets,
|
|
311
309
|
_fetchhub.assets,
|
|
312
310
|
_finschia.assets,
|
package/esm/mainnet/chains.js
CHANGED
|
@@ -69,7 +69,6 @@ import * as _emoney from './emoney';
|
|
|
69
69
|
import * as _empowerchain from './empowerchain';
|
|
70
70
|
import * as _epix from './epix';
|
|
71
71
|
import * as _ethos from './ethos';
|
|
72
|
-
import * as _evmos from './evmos';
|
|
73
72
|
import * as _fandomchain from './fandomchain';
|
|
74
73
|
import * as _fetchhub from './fetchhub';
|
|
75
74
|
import * as _finschia from './finschia';
|
|
@@ -306,7 +305,6 @@ const chains = [
|
|
|
306
305
|
_empowerchain.chain,
|
|
307
306
|
_epix.chain,
|
|
308
307
|
_ethos.chain,
|
|
309
|
-
_evmos.chain,
|
|
310
308
|
_fandomchain.chain,
|
|
311
309
|
_fetchhub.chain,
|
|
312
310
|
_finschia.chain,
|
package/esm/mainnet/ibc.js
CHANGED
|
@@ -55,7 +55,6 @@ import * as _elys from './elys';
|
|
|
55
55
|
import * as _emoney from './emoney';
|
|
56
56
|
import * as _empowerchain from './empowerchain';
|
|
57
57
|
import * as _epix from './epix';
|
|
58
|
-
import * as _evmos from './evmos';
|
|
59
58
|
import * as _fandomchain from './fandomchain';
|
|
60
59
|
import * as _fetchhub from './fetchhub';
|
|
61
60
|
import * as _firmachain from './firmachain';
|
|
@@ -238,7 +237,6 @@ const ibc = [
|
|
|
238
237
|
..._emoney.ibc,
|
|
239
238
|
..._empowerchain.ibc,
|
|
240
239
|
..._epix.ibc,
|
|
241
|
-
..._evmos.ibc,
|
|
242
240
|
..._fandomchain.ibc,
|
|
243
241
|
..._fetchhub.ibc,
|
|
244
242
|
..._firmachain.ibc,
|
package/esm/mainnet/named.js
CHANGED
|
@@ -69,7 +69,6 @@ export * as emoney from './emoney';
|
|
|
69
69
|
export * as empowerchain from './empowerchain';
|
|
70
70
|
export * as epix from './epix';
|
|
71
71
|
export * as ethos from './ethos';
|
|
72
|
-
export * as evmos from './evmos';
|
|
73
72
|
export * as fandomchain from './fandomchain';
|
|
74
73
|
export * as fetchhub from './fetchhub';
|
|
75
74
|
export * as finschia from './finschia';
|
|
@@ -94,6 +94,15 @@ const info = {
|
|
|
94
94
|
description: 'The most secure CosmWasm platform in Cosmos, Neutron lets smart-contracts leverage bleeding-edge Interchain technology with minimal overhead.',
|
|
95
95
|
apis: {
|
|
96
96
|
rpc: [
|
|
97
|
+
{
|
|
98
|
+
address: 'https://rpc.neutron.solva.solutions:443',
|
|
99
|
+
provider: 'solva.solutions'
|
|
100
|
+
},
|
|
101
|
+
{
|
|
102
|
+
address: 'https://rpc-archive.neutron.solva.solutions:443',
|
|
103
|
+
provider: 'solva.solutions',
|
|
104
|
+
archive: true
|
|
105
|
+
},
|
|
97
106
|
{
|
|
98
107
|
address: 'https://rpc-lb.neutron.org',
|
|
99
108
|
provider: 'Neutron'
|
|
@@ -144,6 +153,15 @@ const info = {
|
|
|
144
153
|
}
|
|
145
154
|
],
|
|
146
155
|
rest: [
|
|
156
|
+
{
|
|
157
|
+
address: 'https://rest.neutron.solva.solutions:443',
|
|
158
|
+
provider: 'solva.solutions'
|
|
159
|
+
},
|
|
160
|
+
{
|
|
161
|
+
address: 'https://rest-archive.neutron.solva.solutions:443',
|
|
162
|
+
provider: 'solva.solutions',
|
|
163
|
+
archive: true
|
|
164
|
+
},
|
|
147
165
|
{
|
|
148
166
|
address: 'https://rest-lb.neutron.org',
|
|
149
167
|
provider: 'Neutron'
|
|
@@ -198,6 +216,15 @@ const info = {
|
|
|
198
216
|
}
|
|
199
217
|
],
|
|
200
218
|
grpc: [
|
|
219
|
+
{
|
|
220
|
+
address: 'grpc.neutron.solva.solutions:443',
|
|
221
|
+
provider: 'solva.solutions'
|
|
222
|
+
},
|
|
223
|
+
{
|
|
224
|
+
address: 'grpc-archive.neutron.solva.solutions:443',
|
|
225
|
+
provider: 'solva.solutions',
|
|
226
|
+
archive: true
|
|
227
|
+
},
|
|
201
228
|
{
|
|
202
229
|
address: 'grpc-lb.neutron.org:443',
|
|
203
230
|
provider: 'Neutron'
|
|
@@ -299,6 +299,31 @@ const info = {
|
|
|
299
299
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/shill.png',
|
|
300
300
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/shill.svg'
|
|
301
301
|
}]
|
|
302
|
+
},
|
|
303
|
+
{
|
|
304
|
+
description: 'SNVR - Stealth Network for Vault Relay. Privacy token on Secret Network (SNIP-20).',
|
|
305
|
+
denom_units: [{
|
|
306
|
+
denom: 'cw20:secret1d6qvapy96q94etwlnc7j33dlzmenz4j70w3ew7',
|
|
307
|
+
exponent: 0
|
|
308
|
+
}, {
|
|
309
|
+
denom: 'snvr',
|
|
310
|
+
exponent: 9
|
|
311
|
+
}],
|
|
312
|
+
type_asset: 'snip20',
|
|
313
|
+
address: 'secret1d6qvapy96q94etwlnc7j33dlzmenz4j70w3ew7',
|
|
314
|
+
base: 'cw20:secret1d6qvapy96q94etwlnc7j33dlzmenz4j70w3ew7',
|
|
315
|
+
name: 'SNVR',
|
|
316
|
+
display: 'snvr',
|
|
317
|
+
symbol: 'SNVR',
|
|
318
|
+
logo_URIs: {
|
|
319
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/snvr.png'
|
|
320
|
+
},
|
|
321
|
+
images: [{
|
|
322
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/snvr.png'
|
|
323
|
+
}],
|
|
324
|
+
socials: {
|
|
325
|
+
website: 'https://snvr.org'
|
|
326
|
+
}
|
|
302
327
|
}
|
|
303
328
|
]
|
|
304
329
|
};
|
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
const info = {
|
|
2
2
|
$schema: '../assetlist.schema.json',
|
|
3
3
|
chain_name: 'thejaynetwork',
|
|
4
|
-
assets: [
|
|
4
|
+
assets: [
|
|
5
|
+
{
|
|
5
6
|
description: 'JAY is the native staking and governance token of The Jay Network.',
|
|
6
7
|
denom_units: [{
|
|
7
8
|
denom: 'ujay',
|
|
@@ -24,6 +25,124 @@ const info = {
|
|
|
24
25
|
website: 'https://thejaynetwork.com'
|
|
25
26
|
},
|
|
26
27
|
type_asset: 'sdk.coin'
|
|
27
|
-
}
|
|
28
|
+
},
|
|
29
|
+
{
|
|
30
|
+
description: 'Cosmos Hub ATOM transferred via IBC to The Jay Network.',
|
|
31
|
+
denom_units: [{
|
|
32
|
+
denom: 'ibc/C4CFF46FD6DE35CA4CF4CE031E643C8FDC9BA4B99AE598E9B0ED98FE3A2319F9',
|
|
33
|
+
exponent: 0
|
|
34
|
+
}, {
|
|
35
|
+
denom: 'atom',
|
|
36
|
+
exponent: 6
|
|
37
|
+
}],
|
|
38
|
+
type_asset: 'ics20',
|
|
39
|
+
base: 'ibc/C4CFF46FD6DE35CA4CF4CE031E643C8FDC9BA4B99AE598E9B0ED98FE3A2319F9',
|
|
40
|
+
name: 'Cosmos Hub Atom',
|
|
41
|
+
display: 'atom',
|
|
42
|
+
symbol: 'ATOM',
|
|
43
|
+
traces: [{
|
|
44
|
+
type: 'ibc',
|
|
45
|
+
counterparty: {
|
|
46
|
+
chain_name: 'cosmoshub',
|
|
47
|
+
base_denom: 'uatom',
|
|
48
|
+
channel_id: 'channel-1871'
|
|
49
|
+
},
|
|
50
|
+
chain: {
|
|
51
|
+
channel_id: 'channel-1',
|
|
52
|
+
path: 'transfer/channel-1/uatom'
|
|
53
|
+
}
|
|
54
|
+
}],
|
|
55
|
+
logo_URIs: {
|
|
56
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.png',
|
|
57
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.svg'
|
|
58
|
+
},
|
|
59
|
+
images: [{
|
|
60
|
+
image_sync: {
|
|
61
|
+
chain_name: 'cosmoshub',
|
|
62
|
+
base_denom: 'uatom'
|
|
63
|
+
},
|
|
64
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.png',
|
|
65
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.svg'
|
|
66
|
+
}]
|
|
67
|
+
},
|
|
68
|
+
{
|
|
69
|
+
description: 'Celestia TIA transferred via IBC to The Jay Network.',
|
|
70
|
+
denom_units: [{
|
|
71
|
+
denom: 'ibc/101B0938079BD4E8E89BD547635F86CCE4406C634E1427FE5226358F4BAD41F4',
|
|
72
|
+
exponent: 0
|
|
73
|
+
}, {
|
|
74
|
+
denom: 'tia',
|
|
75
|
+
exponent: 6
|
|
76
|
+
}],
|
|
77
|
+
type_asset: 'ics20',
|
|
78
|
+
base: 'ibc/101B0938079BD4E8E89BD547635F86CCE4406C634E1427FE5226358F4BAD41F4',
|
|
79
|
+
name: 'Celestia',
|
|
80
|
+
display: 'tia',
|
|
81
|
+
symbol: 'TIA',
|
|
82
|
+
traces: [{
|
|
83
|
+
type: 'ibc',
|
|
84
|
+
counterparty: {
|
|
85
|
+
chain_name: 'celestia',
|
|
86
|
+
base_denom: 'utia',
|
|
87
|
+
channel_id: 'channel-277'
|
|
88
|
+
},
|
|
89
|
+
chain: {
|
|
90
|
+
channel_id: 'channel-2',
|
|
91
|
+
path: 'transfer/channel-2/utia'
|
|
92
|
+
}
|
|
93
|
+
}],
|
|
94
|
+
logo_URIs: {
|
|
95
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/celestia/images/celestia.png',
|
|
96
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/celestia/images/celestia.svg'
|
|
97
|
+
},
|
|
98
|
+
images: [{
|
|
99
|
+
image_sync: {
|
|
100
|
+
chain_name: 'celestia',
|
|
101
|
+
base_denom: 'utia'
|
|
102
|
+
},
|
|
103
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/celestia/images/celestia.png',
|
|
104
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/celestia/images/celestia.svg'
|
|
105
|
+
}]
|
|
106
|
+
},
|
|
107
|
+
{
|
|
108
|
+
description: 'Injective INJ transferred via IBC to The Jay Network.',
|
|
109
|
+
denom_units: [{
|
|
110
|
+
denom: 'ibc/1C2D8505A29823310B4484E4C63CFDCB08C0D3B57537A615A45F4E5D42CDC789',
|
|
111
|
+
exponent: 0
|
|
112
|
+
}, {
|
|
113
|
+
denom: 'INJ',
|
|
114
|
+
exponent: 18
|
|
115
|
+
}],
|
|
116
|
+
type_asset: 'ics20',
|
|
117
|
+
base: 'ibc/1C2D8505A29823310B4484E4C63CFDCB08C0D3B57537A615A45F4E5D42CDC789',
|
|
118
|
+
name: 'Injective',
|
|
119
|
+
display: 'INJ',
|
|
120
|
+
symbol: 'INJ',
|
|
121
|
+
traces: [{
|
|
122
|
+
type: 'ibc',
|
|
123
|
+
counterparty: {
|
|
124
|
+
chain_name: 'injective',
|
|
125
|
+
base_denom: 'inj',
|
|
126
|
+
channel_id: 'channel-450'
|
|
127
|
+
},
|
|
128
|
+
chain: {
|
|
129
|
+
channel_id: 'channel-3',
|
|
130
|
+
path: 'transfer/channel-3/inj'
|
|
131
|
+
}
|
|
132
|
+
}],
|
|
133
|
+
logo_URIs: {
|
|
134
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/inj.png',
|
|
135
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/inj.svg'
|
|
136
|
+
},
|
|
137
|
+
images: [{
|
|
138
|
+
image_sync: {
|
|
139
|
+
chain_name: 'injective',
|
|
140
|
+
base_denom: 'inj'
|
|
141
|
+
},
|
|
142
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/inj.png',
|
|
143
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/inj.svg'
|
|
144
|
+
}]
|
|
145
|
+
}
|
|
146
|
+
]
|
|
28
147
|
};
|
|
29
148
|
export default info;
|
package/mainnet/assets.js
CHANGED
|
@@ -94,7 +94,6 @@ const _emoney = __importStar(require("./emoney"));
|
|
|
94
94
|
const _empowerchain = __importStar(require("./empowerchain"));
|
|
95
95
|
const _epix = __importStar(require("./epix"));
|
|
96
96
|
const _ethos = __importStar(require("./ethos"));
|
|
97
|
-
const _evmos = __importStar(require("./evmos"));
|
|
98
97
|
const _fandomchain = __importStar(require("./fandomchain"));
|
|
99
98
|
const _fetchhub = __importStar(require("./fetchhub"));
|
|
100
99
|
const _finschia = __importStar(require("./finschia"));
|
|
@@ -331,7 +330,6 @@ const assets = [
|
|
|
331
330
|
_empowerchain.assets,
|
|
332
331
|
_epix.assets,
|
|
333
332
|
_ethos.assets,
|
|
334
|
-
_evmos.assets,
|
|
335
333
|
_fandomchain.assets,
|
|
336
334
|
_fetchhub.assets,
|
|
337
335
|
_finschia.assets,
|
package/mainnet/chains.js
CHANGED
|
@@ -94,7 +94,6 @@ const _emoney = __importStar(require("./emoney"));
|
|
|
94
94
|
const _empowerchain = __importStar(require("./empowerchain"));
|
|
95
95
|
const _epix = __importStar(require("./epix"));
|
|
96
96
|
const _ethos = __importStar(require("./ethos"));
|
|
97
|
-
const _evmos = __importStar(require("./evmos"));
|
|
98
97
|
const _fandomchain = __importStar(require("./fandomchain"));
|
|
99
98
|
const _fetchhub = __importStar(require("./fetchhub"));
|
|
100
99
|
const _finschia = __importStar(require("./finschia"));
|
|
@@ -331,7 +330,6 @@ const chains = [
|
|
|
331
330
|
_empowerchain.chain,
|
|
332
331
|
_epix.chain,
|
|
333
332
|
_ethos.chain,
|
|
334
|
-
_evmos.chain,
|
|
335
333
|
_fandomchain.chain,
|
|
336
334
|
_fetchhub.chain,
|
|
337
335
|
_finschia.chain,
|
package/mainnet/ibc.js
CHANGED
|
@@ -80,7 +80,6 @@ const _elys = __importStar(require("./elys"));
|
|
|
80
80
|
const _emoney = __importStar(require("./emoney"));
|
|
81
81
|
const _empowerchain = __importStar(require("./empowerchain"));
|
|
82
82
|
const _epix = __importStar(require("./epix"));
|
|
83
|
-
const _evmos = __importStar(require("./evmos"));
|
|
84
83
|
const _fandomchain = __importStar(require("./fandomchain"));
|
|
85
84
|
const _fetchhub = __importStar(require("./fetchhub"));
|
|
86
85
|
const _firmachain = __importStar(require("./firmachain"));
|
|
@@ -263,7 +262,6 @@ const ibc = [
|
|
|
263
262
|
..._emoney.ibc,
|
|
264
263
|
..._empowerchain.ibc,
|
|
265
264
|
..._epix.ibc,
|
|
266
|
-
..._evmos.ibc,
|
|
267
265
|
..._fandomchain.ibc,
|
|
268
266
|
..._fetchhub.ibc,
|
|
269
267
|
..._firmachain.ibc,
|
package/mainnet/named.d.ts
CHANGED
|
@@ -69,7 +69,6 @@ export * as emoney from './emoney';
|
|
|
69
69
|
export * as empowerchain from './empowerchain';
|
|
70
70
|
export * as epix from './epix';
|
|
71
71
|
export * as ethos from './ethos';
|
|
72
|
-
export * as evmos from './evmos';
|
|
73
72
|
export * as fandomchain from './fandomchain';
|
|
74
73
|
export * as fetchhub from './fetchhub';
|
|
75
74
|
export * as finschia from './finschia';
|
package/mainnet/named.js
CHANGED
|
@@ -24,10 +24,10 @@ var __importStar = (this && this.__importStar) || function (mod) {
|
|
|
24
24
|
};
|
|
25
25
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
26
26
|
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.buycex = exports.bouachain = exports.bostrom = exports.bluzelle = exports.bluechip = exports.blockx = exports.bitway = exports.bitsong = exports.bitcanna = exports.bitbadges = exports.beezee = exports.bandchain = exports.babylon = exports.axone = exports.axelar = exports.aura = exports.atomone = exports.assetmantle = exports.arkh = exports.arkeo = exports.archway = exports.andromeda = exports.amitis = exports.althea = exports.allora = exports.akash = exports.aioz = exports.agoric = exports.acrechain = exports.aaronetwork = exports.tron = exports.ton = exports.solana = exports.rootstock = exports.penumbra = exports.namada = exports.ethereum = void 0;
|
|
27
|
-
exports.intento = exports.int3face = exports.injective = exports.initia = exports.imversed = exports.impacthub = exports.idep = exports.humans = exports.hippoprotocol = exports.highbury = exports.heli = exports.hazinachain = exports.haqq = exports.gravitybridge = exports.govgen = exports.gonka = exports.gnodi = exports.gitopia = exports.ggezchain = exports.genesisl1 = exports.gateway = exports.galaxy = exports.fxcore = exports.furya = exports.firmachain = exports.finschia = exports.fetchhub = exports.fandomchain = exports.
|
|
28
|
-
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.moo = exports.mises = exports.mirage = exports.milkyway = exports.migaloo = exports.meme = exports.medasdigital = exports.mayachain = exports.mantrachain = exports.manifest = exports.mande = exports.lumnetwork = exports.lumiwaveprotocol = exports.lumera = exports.lumen = exports.ltrstchain = exports.loyal = exports.lorenzo = exports.loop = exports.lombardledger = exports.logos = exports.likecoin = exports.lefeef = exports.lava = exports.lambda = exports.kyve = exports.kujira = exports.kudora = exports.kopi = exports.konstellation = exports.kimanetwork = exports.kiichain = exports.kichain = exports.kava = exports.juno = exports.joltify = exports.jackal =
|
|
29
|
-
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.qubetics = exports.quasar = exports.qie = exports.qfs = exports.pylons = exports.pundix = exports.provenance = exports.point = exports.pocket = exports.planq = exports.persistence = exports.paxi = exports.passage = exports.panacea = exports.paloma = exports.osmosis = exports.oraichain = exports.optio = exports.opct = exports.onomy = exports.onex = exports.omniflixhub = exports.okexchain = exports.odin = exports.octa =
|
|
30
|
-
exports.zigchain = exports.zetachain = exports.zenrock = exports.xyra = exports.xrplevm = exports.xpla = exports.xion = exports.xarchain = exports.wolochain = exports.wardenprotocol = exports.vector = exports.uptick = exports.ununifi = exports.union = exports.unification = exports.unicorn = exports.umee = exports.turkchain = exports.titan = exports.thorchain = exports.thejaynetwork = exports.tgrade = exports.terra2 = exports.terra = exports.terpnetwork = exports.teritori = exports.tenet = exports.taketitan = exports.synternet = exports.symphony = exports.sunrise = exports.stride = exports.stratos = exports.stoc = exports.starname =
|
|
27
|
+
exports.irisnet = exports.intento = exports.int3face = exports.injective = exports.initia = exports.imversed = exports.impacthub = exports.idep = exports.humans = exports.hippoprotocol = exports.highbury = exports.heli = exports.hazinachain = exports.haqq = exports.gravitybridge = exports.govgen = exports.gonka = exports.gnodi = exports.gitopia = exports.ggezchain = exports.genesisl1 = exports.gateway = exports.galaxy = exports.fxcore = exports.furya = exports.firmachain = exports.finschia = exports.fetchhub = exports.fandomchain = exports.ethos = exports.epix = exports.empowerchain = exports.emoney = exports.elys = exports.echelon = exports.dyson = exports.dymension = exports.dydx = exports.dungeon = exports.doravota = exports.divine = exports.dhealth = exports.desmos = exports.decentr = exports.cryptoorgchain = exports.cronos = exports.crescent = exports.coss = exports.cosmoshub = exports.coreum = void 0;
|
|
28
|
+
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.moo = exports.mises = exports.mirage = exports.milkyway = exports.migaloo = exports.meme = exports.medasdigital = exports.mayachain = exports.mantrachain = exports.manifest = exports.mande = exports.lumnetwork = exports.lumiwaveprotocol = exports.lumera = exports.lumen = exports.ltrstchain = exports.loyal = exports.lorenzo = exports.loop = exports.lombardledger = exports.logos = exports.likecoin = exports.lefeef = exports.lava = exports.lambda = exports.kyve = exports.kujira = exports.kudora = exports.kopi = exports.konstellation = exports.kimanetwork = exports.kiichain = exports.kichain = exports.kava = exports.juno = exports.joltify = exports.jackal = void 0;
|
|
29
|
+
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.qubetics = exports.quasar = exports.qie = exports.qfs = exports.pylons = exports.pundix = exports.provenance = exports.point = exports.pocket = exports.planq = exports.persistence = exports.paxi = exports.passage = exports.panacea = exports.paloma = exports.osmosis = exports.oraichain = exports.optio = exports.opct = exports.onomy = exports.onex = exports.omniflixhub = exports.okexchain = exports.odin = exports.octa = void 0;
|
|
30
|
+
exports.zigchain = exports.zetachain = exports.zenrock = exports.xyra = exports.xrplevm = exports.xpla = exports.xion = exports.xarchain = exports.wolochain = exports.wardenprotocol = exports.vector = exports.uptick = exports.ununifi = exports.union = exports.unification = exports.unicorn = exports.umee = exports.turkchain = exports.titan = exports.thorchain = exports.thejaynetwork = exports.tgrade = exports.terra2 = exports.terra = exports.terpnetwork = exports.teritori = exports.tenet = exports.taketitan = exports.synternet = exports.symphony = exports.sunrise = exports.stride = exports.stratos = exports.stoc = exports.starname = void 0;
|
|
31
31
|
exports.ethereum = __importStar(require("./ethereum"));
|
|
32
32
|
exports.namada = __importStar(require("./namada"));
|
|
33
33
|
exports.penumbra = __importStar(require("./penumbra"));
|
|
@@ -99,7 +99,6 @@ exports.emoney = __importStar(require("./emoney"));
|
|
|
99
99
|
exports.empowerchain = __importStar(require("./empowerchain"));
|
|
100
100
|
exports.epix = __importStar(require("./epix"));
|
|
101
101
|
exports.ethos = __importStar(require("./ethos"));
|
|
102
|
-
exports.evmos = __importStar(require("./evmos"));
|
|
103
102
|
exports.fandomchain = __importStar(require("./fandomchain"));
|
|
104
103
|
exports.fetchhub = __importStar(require("./fetchhub"));
|
|
105
104
|
exports.finschia = __importStar(require("./finschia"));
|
package/mainnet/neutron/chain.js
CHANGED
|
@@ -96,6 +96,15 @@ const info = {
|
|
|
96
96
|
description: 'The most secure CosmWasm platform in Cosmos, Neutron lets smart-contracts leverage bleeding-edge Interchain technology with minimal overhead.',
|
|
97
97
|
apis: {
|
|
98
98
|
rpc: [
|
|
99
|
+
{
|
|
100
|
+
address: 'https://rpc.neutron.solva.solutions:443',
|
|
101
|
+
provider: 'solva.solutions'
|
|
102
|
+
},
|
|
103
|
+
{
|
|
104
|
+
address: 'https://rpc-archive.neutron.solva.solutions:443',
|
|
105
|
+
provider: 'solva.solutions',
|
|
106
|
+
archive: true
|
|
107
|
+
},
|
|
99
108
|
{
|
|
100
109
|
address: 'https://rpc-lb.neutron.org',
|
|
101
110
|
provider: 'Neutron'
|
|
@@ -146,6 +155,15 @@ const info = {
|
|
|
146
155
|
}
|
|
147
156
|
],
|
|
148
157
|
rest: [
|
|
158
|
+
{
|
|
159
|
+
address: 'https://rest.neutron.solva.solutions:443',
|
|
160
|
+
provider: 'solva.solutions'
|
|
161
|
+
},
|
|
162
|
+
{
|
|
163
|
+
address: 'https://rest-archive.neutron.solva.solutions:443',
|
|
164
|
+
provider: 'solva.solutions',
|
|
165
|
+
archive: true
|
|
166
|
+
},
|
|
149
167
|
{
|
|
150
168
|
address: 'https://rest-lb.neutron.org',
|
|
151
169
|
provider: 'Neutron'
|
|
@@ -200,6 +218,15 @@ const info = {
|
|
|
200
218
|
}
|
|
201
219
|
],
|
|
202
220
|
grpc: [
|
|
221
|
+
{
|
|
222
|
+
address: 'grpc.neutron.solva.solutions:443',
|
|
223
|
+
provider: 'solva.solutions'
|
|
224
|
+
},
|
|
225
|
+
{
|
|
226
|
+
address: 'grpc-archive.neutron.solva.solutions:443',
|
|
227
|
+
provider: 'solva.solutions',
|
|
228
|
+
archive: true
|
|
229
|
+
},
|
|
203
230
|
{
|
|
204
231
|
address: 'grpc-lb.neutron.org:443',
|
|
205
232
|
provider: 'Neutron'
|
|
@@ -301,6 +301,31 @@ const info = {
|
|
|
301
301
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/shill.png',
|
|
302
302
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/shill.svg'
|
|
303
303
|
}]
|
|
304
|
+
},
|
|
305
|
+
{
|
|
306
|
+
description: 'SNVR - Stealth Network for Vault Relay. Privacy token on Secret Network (SNIP-20).',
|
|
307
|
+
denom_units: [{
|
|
308
|
+
denom: 'cw20:secret1d6qvapy96q94etwlnc7j33dlzmenz4j70w3ew7',
|
|
309
|
+
exponent: 0
|
|
310
|
+
}, {
|
|
311
|
+
denom: 'snvr',
|
|
312
|
+
exponent: 9
|
|
313
|
+
}],
|
|
314
|
+
type_asset: 'snip20',
|
|
315
|
+
address: 'secret1d6qvapy96q94etwlnc7j33dlzmenz4j70w3ew7',
|
|
316
|
+
base: 'cw20:secret1d6qvapy96q94etwlnc7j33dlzmenz4j70w3ew7',
|
|
317
|
+
name: 'SNVR',
|
|
318
|
+
display: 'snvr',
|
|
319
|
+
symbol: 'SNVR',
|
|
320
|
+
logo_URIs: {
|
|
321
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/snvr.png'
|
|
322
|
+
},
|
|
323
|
+
images: [{
|
|
324
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/snvr.png'
|
|
325
|
+
}],
|
|
326
|
+
socials: {
|
|
327
|
+
website: 'https://snvr.org'
|
|
328
|
+
}
|
|
304
329
|
}
|
|
305
330
|
]
|
|
306
331
|
};
|
|
@@ -3,7 +3,8 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
const info = {
|
|
4
4
|
$schema: '../assetlist.schema.json',
|
|
5
5
|
chain_name: 'thejaynetwork',
|
|
6
|
-
assets: [
|
|
6
|
+
assets: [
|
|
7
|
+
{
|
|
7
8
|
description: 'JAY is the native staking and governance token of The Jay Network.',
|
|
8
9
|
denom_units: [{
|
|
9
10
|
denom: 'ujay',
|
|
@@ -26,6 +27,124 @@ const info = {
|
|
|
26
27
|
website: 'https://thejaynetwork.com'
|
|
27
28
|
},
|
|
28
29
|
type_asset: 'sdk.coin'
|
|
29
|
-
}
|
|
30
|
+
},
|
|
31
|
+
{
|
|
32
|
+
description: 'Cosmos Hub ATOM transferred via IBC to The Jay Network.',
|
|
33
|
+
denom_units: [{
|
|
34
|
+
denom: 'ibc/C4CFF46FD6DE35CA4CF4CE031E643C8FDC9BA4B99AE598E9B0ED98FE3A2319F9',
|
|
35
|
+
exponent: 0
|
|
36
|
+
}, {
|
|
37
|
+
denom: 'atom',
|
|
38
|
+
exponent: 6
|
|
39
|
+
}],
|
|
40
|
+
type_asset: 'ics20',
|
|
41
|
+
base: 'ibc/C4CFF46FD6DE35CA4CF4CE031E643C8FDC9BA4B99AE598E9B0ED98FE3A2319F9',
|
|
42
|
+
name: 'Cosmos Hub Atom',
|
|
43
|
+
display: 'atom',
|
|
44
|
+
symbol: 'ATOM',
|
|
45
|
+
traces: [{
|
|
46
|
+
type: 'ibc',
|
|
47
|
+
counterparty: {
|
|
48
|
+
chain_name: 'cosmoshub',
|
|
49
|
+
base_denom: 'uatom',
|
|
50
|
+
channel_id: 'channel-1871'
|
|
51
|
+
},
|
|
52
|
+
chain: {
|
|
53
|
+
channel_id: 'channel-1',
|
|
54
|
+
path: 'transfer/channel-1/uatom'
|
|
55
|
+
}
|
|
56
|
+
}],
|
|
57
|
+
logo_URIs: {
|
|
58
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.png',
|
|
59
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.svg'
|
|
60
|
+
},
|
|
61
|
+
images: [{
|
|
62
|
+
image_sync: {
|
|
63
|
+
chain_name: 'cosmoshub',
|
|
64
|
+
base_denom: 'uatom'
|
|
65
|
+
},
|
|
66
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.png',
|
|
67
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.svg'
|
|
68
|
+
}]
|
|
69
|
+
},
|
|
70
|
+
{
|
|
71
|
+
description: 'Celestia TIA transferred via IBC to The Jay Network.',
|
|
72
|
+
denom_units: [{
|
|
73
|
+
denom: 'ibc/101B0938079BD4E8E89BD547635F86CCE4406C634E1427FE5226358F4BAD41F4',
|
|
74
|
+
exponent: 0
|
|
75
|
+
}, {
|
|
76
|
+
denom: 'tia',
|
|
77
|
+
exponent: 6
|
|
78
|
+
}],
|
|
79
|
+
type_asset: 'ics20',
|
|
80
|
+
base: 'ibc/101B0938079BD4E8E89BD547635F86CCE4406C634E1427FE5226358F4BAD41F4',
|
|
81
|
+
name: 'Celestia',
|
|
82
|
+
display: 'tia',
|
|
83
|
+
symbol: 'TIA',
|
|
84
|
+
traces: [{
|
|
85
|
+
type: 'ibc',
|
|
86
|
+
counterparty: {
|
|
87
|
+
chain_name: 'celestia',
|
|
88
|
+
base_denom: 'utia',
|
|
89
|
+
channel_id: 'channel-277'
|
|
90
|
+
},
|
|
91
|
+
chain: {
|
|
92
|
+
channel_id: 'channel-2',
|
|
93
|
+
path: 'transfer/channel-2/utia'
|
|
94
|
+
}
|
|
95
|
+
}],
|
|
96
|
+
logo_URIs: {
|
|
97
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/celestia/images/celestia.png',
|
|
98
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/celestia/images/celestia.svg'
|
|
99
|
+
},
|
|
100
|
+
images: [{
|
|
101
|
+
image_sync: {
|
|
102
|
+
chain_name: 'celestia',
|
|
103
|
+
base_denom: 'utia'
|
|
104
|
+
},
|
|
105
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/celestia/images/celestia.png',
|
|
106
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/celestia/images/celestia.svg'
|
|
107
|
+
}]
|
|
108
|
+
},
|
|
109
|
+
{
|
|
110
|
+
description: 'Injective INJ transferred via IBC to The Jay Network.',
|
|
111
|
+
denom_units: [{
|
|
112
|
+
denom: 'ibc/1C2D8505A29823310B4484E4C63CFDCB08C0D3B57537A615A45F4E5D42CDC789',
|
|
113
|
+
exponent: 0
|
|
114
|
+
}, {
|
|
115
|
+
denom: 'INJ',
|
|
116
|
+
exponent: 18
|
|
117
|
+
}],
|
|
118
|
+
type_asset: 'ics20',
|
|
119
|
+
base: 'ibc/1C2D8505A29823310B4484E4C63CFDCB08C0D3B57537A615A45F4E5D42CDC789',
|
|
120
|
+
name: 'Injective',
|
|
121
|
+
display: 'INJ',
|
|
122
|
+
symbol: 'INJ',
|
|
123
|
+
traces: [{
|
|
124
|
+
type: 'ibc',
|
|
125
|
+
counterparty: {
|
|
126
|
+
chain_name: 'injective',
|
|
127
|
+
base_denom: 'inj',
|
|
128
|
+
channel_id: 'channel-450'
|
|
129
|
+
},
|
|
130
|
+
chain: {
|
|
131
|
+
channel_id: 'channel-3',
|
|
132
|
+
path: 'transfer/channel-3/inj'
|
|
133
|
+
}
|
|
134
|
+
}],
|
|
135
|
+
logo_URIs: {
|
|
136
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/inj.png',
|
|
137
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/inj.svg'
|
|
138
|
+
},
|
|
139
|
+
images: [{
|
|
140
|
+
image_sync: {
|
|
141
|
+
chain_name: 'injective',
|
|
142
|
+
base_denom: 'inj'
|
|
143
|
+
},
|
|
144
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/inj.png',
|
|
145
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/inj.svg'
|
|
146
|
+
}]
|
|
147
|
+
}
|
|
148
|
+
]
|
|
30
149
|
};
|
|
31
150
|
exports.default = info;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "chain-registry",
|
|
3
|
-
"version": "1.69.
|
|
3
|
+
"version": "1.69.600",
|
|
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": "^0.50.
|
|
32
|
+
"@chain-registry/types": "^0.50.368"
|
|
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": "c96c044c5f15f3b0e7a1e5e964473167ed45d76e"
|
|
43
43
|
}
|