chain-registry 2.0.209 → 2.0.211
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 +0 -2
- package/esm/mainnet/chains.js +0 -2
- package/esm/mainnet/ibc-data.js +0 -2
- package/esm/mainnet/neutron/chain.js +27 -0
- package/esm/mainnet/secretnetwork/asset-list.js +25 -0
- package/esm/mainnet/thejaynetwork/asset-list.js +121 -2
- package/mainnet/asset-lists.js +0 -2
- package/mainnet/chains.js +0 -2
- package/mainnet/ibc-data.js +0 -2
- package/mainnet/neutron/chain.js +27 -0
- package/mainnet/secretnetwork/asset-list.js +25 -0
- package/mainnet/thejaynetwork/asset-list.js +121 -2
- package/package.json +3 -3
- package/esm/mainnet/evmos/asset-list.js +0 -154
- package/esm/mainnet/evmos/chain.js +0 -407
- package/esm/mainnet/evmos/ibc-data.js +0 -743
- package/esm/mainnet/evmos/index.js +0 -6
- package/mainnet/evmos/asset-list.d.ts +0 -3
- package/mainnet/evmos/asset-list.js +0 -156
- package/mainnet/evmos/chain.d.ts +0 -3
- package/mainnet/evmos/chain.js +0 -409
- package/mainnet/evmos/ibc-data.d.ts +0 -3
- package/mainnet/evmos/ibc-data.js +0 -745
- package/mainnet/evmos/index.d.ts +0 -3
- package/mainnet/evmos/index.js +0 -12
|
@@ -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 assetList = [
|
|
|
306
305
|
_empowerchain.assetList,
|
|
307
306
|
_epix.assetList,
|
|
308
307
|
_ethos.assetList,
|
|
309
|
-
_evmos.assetList,
|
|
310
308
|
_fandomchain.assetList,
|
|
311
309
|
_fetchhub.assetList,
|
|
312
310
|
_finschia.assetList,
|
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-data.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 ibcData = [
|
|
|
238
237
|
..._emoney.ibcData,
|
|
239
238
|
..._empowerchain.ibcData,
|
|
240
239
|
..._epix.ibcData,
|
|
241
|
-
..._evmos.ibcData,
|
|
242
240
|
..._fandomchain.ibcData,
|
|
243
241
|
..._fetchhub.ibcData,
|
|
244
242
|
..._firmachain.ibcData,
|
|
@@ -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
|
+
denomUnits: [{
|
|
306
|
+
denom: 'cw20:secret1d6qvapy96q94etwlnc7j33dlzmenz4j70w3ew7',
|
|
307
|
+
exponent: 0
|
|
308
|
+
}, {
|
|
309
|
+
denom: 'snvr',
|
|
310
|
+
exponent: 9
|
|
311
|
+
}],
|
|
312
|
+
typeAsset: 'snip20',
|
|
313
|
+
address: 'secret1d6qvapy96q94etwlnc7j33dlzmenz4j70w3ew7',
|
|
314
|
+
base: 'cw20:secret1d6qvapy96q94etwlnc7j33dlzmenz4j70w3ew7',
|
|
315
|
+
name: 'SNVR',
|
|
316
|
+
display: 'snvr',
|
|
317
|
+
symbol: 'SNVR',
|
|
318
|
+
logoURIs: {
|
|
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
|
chainName: 'thejaynetwork',
|
|
4
|
-
assets: [
|
|
4
|
+
assets: [
|
|
5
|
+
{
|
|
5
6
|
description: 'JAY is the native staking and governance token of The Jay Network.',
|
|
6
7
|
denomUnits: [{
|
|
7
8
|
denom: 'ujay',
|
|
@@ -24,6 +25,124 @@ const info = {
|
|
|
24
25
|
website: 'https://thejaynetwork.com'
|
|
25
26
|
},
|
|
26
27
|
typeAsset: 'sdk.coin'
|
|
27
|
-
}
|
|
28
|
+
},
|
|
29
|
+
{
|
|
30
|
+
description: 'Cosmos Hub ATOM transferred via IBC to The Jay Network.',
|
|
31
|
+
denomUnits: [{
|
|
32
|
+
denom: 'ibc/C4CFF46FD6DE35CA4CF4CE031E643C8FDC9BA4B99AE598E9B0ED98FE3A2319F9',
|
|
33
|
+
exponent: 0
|
|
34
|
+
}, {
|
|
35
|
+
denom: 'atom',
|
|
36
|
+
exponent: 6
|
|
37
|
+
}],
|
|
38
|
+
typeAsset: 'ics20',
|
|
39
|
+
base: 'ibc/C4CFF46FD6DE35CA4CF4CE031E643C8FDC9BA4B99AE598E9B0ED98FE3A2319F9',
|
|
40
|
+
name: 'Cosmos Hub Atom',
|
|
41
|
+
display: 'atom',
|
|
42
|
+
symbol: 'ATOM',
|
|
43
|
+
traces: [{
|
|
44
|
+
type: 'ibc',
|
|
45
|
+
counterparty: {
|
|
46
|
+
chainName: 'cosmoshub',
|
|
47
|
+
baseDenom: 'uatom',
|
|
48
|
+
channelId: 'channel-1871'
|
|
49
|
+
},
|
|
50
|
+
chain: {
|
|
51
|
+
channelId: 'channel-1',
|
|
52
|
+
path: 'transfer/channel-1/uatom'
|
|
53
|
+
}
|
|
54
|
+
}],
|
|
55
|
+
logoURIs: {
|
|
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
|
+
imageSync: {
|
|
61
|
+
chainName: 'cosmoshub',
|
|
62
|
+
baseDenom: '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
|
+
denomUnits: [{
|
|
71
|
+
denom: 'ibc/101B0938079BD4E8E89BD547635F86CCE4406C634E1427FE5226358F4BAD41F4',
|
|
72
|
+
exponent: 0
|
|
73
|
+
}, {
|
|
74
|
+
denom: 'tia',
|
|
75
|
+
exponent: 6
|
|
76
|
+
}],
|
|
77
|
+
typeAsset: 'ics20',
|
|
78
|
+
base: 'ibc/101B0938079BD4E8E89BD547635F86CCE4406C634E1427FE5226358F4BAD41F4',
|
|
79
|
+
name: 'Celestia',
|
|
80
|
+
display: 'tia',
|
|
81
|
+
symbol: 'TIA',
|
|
82
|
+
traces: [{
|
|
83
|
+
type: 'ibc',
|
|
84
|
+
counterparty: {
|
|
85
|
+
chainName: 'celestia',
|
|
86
|
+
baseDenom: 'utia',
|
|
87
|
+
channelId: 'channel-277'
|
|
88
|
+
},
|
|
89
|
+
chain: {
|
|
90
|
+
channelId: 'channel-2',
|
|
91
|
+
path: 'transfer/channel-2/utia'
|
|
92
|
+
}
|
|
93
|
+
}],
|
|
94
|
+
logoURIs: {
|
|
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
|
+
imageSync: {
|
|
100
|
+
chainName: 'celestia',
|
|
101
|
+
baseDenom: '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
|
+
denomUnits: [{
|
|
110
|
+
denom: 'ibc/1C2D8505A29823310B4484E4C63CFDCB08C0D3B57537A615A45F4E5D42CDC789',
|
|
111
|
+
exponent: 0
|
|
112
|
+
}, {
|
|
113
|
+
denom: 'INJ',
|
|
114
|
+
exponent: 18
|
|
115
|
+
}],
|
|
116
|
+
typeAsset: 'ics20',
|
|
117
|
+
base: 'ibc/1C2D8505A29823310B4484E4C63CFDCB08C0D3B57537A615A45F4E5D42CDC789',
|
|
118
|
+
name: 'Injective',
|
|
119
|
+
display: 'INJ',
|
|
120
|
+
symbol: 'INJ',
|
|
121
|
+
traces: [{
|
|
122
|
+
type: 'ibc',
|
|
123
|
+
counterparty: {
|
|
124
|
+
chainName: 'injective',
|
|
125
|
+
baseDenom: 'inj',
|
|
126
|
+
channelId: 'channel-450'
|
|
127
|
+
},
|
|
128
|
+
chain: {
|
|
129
|
+
channelId: 'channel-3',
|
|
130
|
+
path: 'transfer/channel-3/inj'
|
|
131
|
+
}
|
|
132
|
+
}],
|
|
133
|
+
logoURIs: {
|
|
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
|
+
imageSync: {
|
|
139
|
+
chainName: 'injective',
|
|
140
|
+
baseDenom: '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/asset-lists.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 assetList = [
|
|
|
331
330
|
_empowerchain.assetList,
|
|
332
331
|
_epix.assetList,
|
|
333
332
|
_ethos.assetList,
|
|
334
|
-
_evmos.assetList,
|
|
335
333
|
_fandomchain.assetList,
|
|
336
334
|
_fetchhub.assetList,
|
|
337
335
|
_finschia.assetList,
|
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-data.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 ibcData = [
|
|
|
263
262
|
..._emoney.ibcData,
|
|
264
263
|
..._empowerchain.ibcData,
|
|
265
264
|
..._epix.ibcData,
|
|
266
|
-
..._evmos.ibcData,
|
|
267
265
|
..._fandomchain.ibcData,
|
|
268
266
|
..._fetchhub.ibcData,
|
|
269
267
|
..._firmachain.ibcData,
|
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
|
+
denomUnits: [{
|
|
308
|
+
denom: 'cw20:secret1d6qvapy96q94etwlnc7j33dlzmenz4j70w3ew7',
|
|
309
|
+
exponent: 0
|
|
310
|
+
}, {
|
|
311
|
+
denom: 'snvr',
|
|
312
|
+
exponent: 9
|
|
313
|
+
}],
|
|
314
|
+
typeAsset: 'snip20',
|
|
315
|
+
address: 'secret1d6qvapy96q94etwlnc7j33dlzmenz4j70w3ew7',
|
|
316
|
+
base: 'cw20:secret1d6qvapy96q94etwlnc7j33dlzmenz4j70w3ew7',
|
|
317
|
+
name: 'SNVR',
|
|
318
|
+
display: 'snvr',
|
|
319
|
+
symbol: 'SNVR',
|
|
320
|
+
logoURIs: {
|
|
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
|
chainName: 'thejaynetwork',
|
|
6
|
-
assets: [
|
|
6
|
+
assets: [
|
|
7
|
+
{
|
|
7
8
|
description: 'JAY is the native staking and governance token of The Jay Network.',
|
|
8
9
|
denomUnits: [{
|
|
9
10
|
denom: 'ujay',
|
|
@@ -26,6 +27,124 @@ const info = {
|
|
|
26
27
|
website: 'https://thejaynetwork.com'
|
|
27
28
|
},
|
|
28
29
|
typeAsset: 'sdk.coin'
|
|
29
|
-
}
|
|
30
|
+
},
|
|
31
|
+
{
|
|
32
|
+
description: 'Cosmos Hub ATOM transferred via IBC to The Jay Network.',
|
|
33
|
+
denomUnits: [{
|
|
34
|
+
denom: 'ibc/C4CFF46FD6DE35CA4CF4CE031E643C8FDC9BA4B99AE598E9B0ED98FE3A2319F9',
|
|
35
|
+
exponent: 0
|
|
36
|
+
}, {
|
|
37
|
+
denom: 'atom',
|
|
38
|
+
exponent: 6
|
|
39
|
+
}],
|
|
40
|
+
typeAsset: 'ics20',
|
|
41
|
+
base: 'ibc/C4CFF46FD6DE35CA4CF4CE031E643C8FDC9BA4B99AE598E9B0ED98FE3A2319F9',
|
|
42
|
+
name: 'Cosmos Hub Atom',
|
|
43
|
+
display: 'atom',
|
|
44
|
+
symbol: 'ATOM',
|
|
45
|
+
traces: [{
|
|
46
|
+
type: 'ibc',
|
|
47
|
+
counterparty: {
|
|
48
|
+
chainName: 'cosmoshub',
|
|
49
|
+
baseDenom: 'uatom',
|
|
50
|
+
channelId: 'channel-1871'
|
|
51
|
+
},
|
|
52
|
+
chain: {
|
|
53
|
+
channelId: 'channel-1',
|
|
54
|
+
path: 'transfer/channel-1/uatom'
|
|
55
|
+
}
|
|
56
|
+
}],
|
|
57
|
+
logoURIs: {
|
|
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
|
+
imageSync: {
|
|
63
|
+
chainName: 'cosmoshub',
|
|
64
|
+
baseDenom: '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
|
+
denomUnits: [{
|
|
73
|
+
denom: 'ibc/101B0938079BD4E8E89BD547635F86CCE4406C634E1427FE5226358F4BAD41F4',
|
|
74
|
+
exponent: 0
|
|
75
|
+
}, {
|
|
76
|
+
denom: 'tia',
|
|
77
|
+
exponent: 6
|
|
78
|
+
}],
|
|
79
|
+
typeAsset: 'ics20',
|
|
80
|
+
base: 'ibc/101B0938079BD4E8E89BD547635F86CCE4406C634E1427FE5226358F4BAD41F4',
|
|
81
|
+
name: 'Celestia',
|
|
82
|
+
display: 'tia',
|
|
83
|
+
symbol: 'TIA',
|
|
84
|
+
traces: [{
|
|
85
|
+
type: 'ibc',
|
|
86
|
+
counterparty: {
|
|
87
|
+
chainName: 'celestia',
|
|
88
|
+
baseDenom: 'utia',
|
|
89
|
+
channelId: 'channel-277'
|
|
90
|
+
},
|
|
91
|
+
chain: {
|
|
92
|
+
channelId: 'channel-2',
|
|
93
|
+
path: 'transfer/channel-2/utia'
|
|
94
|
+
}
|
|
95
|
+
}],
|
|
96
|
+
logoURIs: {
|
|
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
|
+
imageSync: {
|
|
102
|
+
chainName: 'celestia',
|
|
103
|
+
baseDenom: '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
|
+
denomUnits: [{
|
|
112
|
+
denom: 'ibc/1C2D8505A29823310B4484E4C63CFDCB08C0D3B57537A615A45F4E5D42CDC789',
|
|
113
|
+
exponent: 0
|
|
114
|
+
}, {
|
|
115
|
+
denom: 'INJ',
|
|
116
|
+
exponent: 18
|
|
117
|
+
}],
|
|
118
|
+
typeAsset: 'ics20',
|
|
119
|
+
base: 'ibc/1C2D8505A29823310B4484E4C63CFDCB08C0D3B57537A615A45F4E5D42CDC789',
|
|
120
|
+
name: 'Injective',
|
|
121
|
+
display: 'INJ',
|
|
122
|
+
symbol: 'INJ',
|
|
123
|
+
traces: [{
|
|
124
|
+
type: 'ibc',
|
|
125
|
+
counterparty: {
|
|
126
|
+
chainName: 'injective',
|
|
127
|
+
baseDenom: 'inj',
|
|
128
|
+
channelId: 'channel-450'
|
|
129
|
+
},
|
|
130
|
+
chain: {
|
|
131
|
+
channelId: 'channel-3',
|
|
132
|
+
path: 'transfer/channel-3/inj'
|
|
133
|
+
}
|
|
134
|
+
}],
|
|
135
|
+
logoURIs: {
|
|
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
|
+
imageSync: {
|
|
141
|
+
chainName: 'injective',
|
|
142
|
+
baseDenom: '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": "2.0.
|
|
3
|
+
"version": "2.0.211",
|
|
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.211"
|
|
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": "cbb023a928c9f5d3c85a0ad0d97ba48fd3f4e2bc"
|
|
43
43
|
}
|