@chain-registry/assets 1.70.116 → 1.70.118
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/axelar.js +700 -0
- package/esm/mainnet/celestia.js +700 -0
- package/esm/mainnet/cosmoshub.js +700 -0
- package/esm/mainnet/dydx.js +700 -0
- package/esm/mainnet/injective.js +700 -0
- package/esm/mainnet/neutron.js +700 -0
- package/esm/mainnet/noble.js +700 -92
- package/esm/mainnet/osmosis.js +700 -0
- package/esm/mainnet/secretnetwork.js +0 -92
- package/esm/mainnet/stride.js +700 -0
- package/esm/mainnet/terra2.js +700 -0
- package/esm/testnet/noistestnet.js +0 -72
- package/esm/testnet/osmosistestnet.js +0 -72
- package/esm/testnet/symphonytestnet.js +0 -72
- package/mainnet/axelar.js +700 -0
- package/mainnet/celestia.js +700 -0
- package/mainnet/cosmoshub.js +700 -0
- package/mainnet/dydx.js +700 -0
- package/mainnet/injective.js +700 -0
- package/mainnet/neutron.js +700 -0
- package/mainnet/noble.js +700 -92
- package/mainnet/osmosis.js +700 -0
- package/mainnet/secretnetwork.js +0 -92
- package/mainnet/stride.js +700 -0
- package/mainnet/terra2.js +700 -0
- package/package.json +5 -5
- package/testnet/noistestnet.js +0 -72
- package/testnet/osmosistestnet.js +0 -72
- package/testnet/symphonytestnet.js +0 -72
|
@@ -37,42 +37,6 @@ const assets = {
|
|
|
37
37
|
}
|
|
38
38
|
}]
|
|
39
39
|
},
|
|
40
|
-
{
|
|
41
|
-
description: 'The native token of JUNO Chain',
|
|
42
|
-
denom_units: [{
|
|
43
|
-
denom: 'ibc/60997EA94A94EAAEB94A47EA84DA3E3881DDC0D362151D4ABDF21105BBDCED02',
|
|
44
|
-
exponent: 0,
|
|
45
|
-
aliases: ['ujunox']
|
|
46
|
-
}, {
|
|
47
|
-
denom: 'junox',
|
|
48
|
-
exponent: 6
|
|
49
|
-
}],
|
|
50
|
-
base: 'ibc/60997EA94A94EAAEB94A47EA84DA3E3881DDC0D362151D4ABDF21105BBDCED02',
|
|
51
|
-
name: 'Juno Testnet',
|
|
52
|
-
display: 'junox',
|
|
53
|
-
symbol: 'JUNOX',
|
|
54
|
-
logo_URIs: {
|
|
55
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/junotestnet/images/juno.png',
|
|
56
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/junotestnet/images/juno.svg'
|
|
57
|
-
},
|
|
58
|
-
coingecko_id: 'juno-network',
|
|
59
|
-
images: [{
|
|
60
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/junotestnet/images/juno.png',
|
|
61
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/junotestnet/images/juno.svg'
|
|
62
|
-
}],
|
|
63
|
-
type_asset: 'sdk.coin',
|
|
64
|
-
traces: [{
|
|
65
|
-
type: 'ibc',
|
|
66
|
-
counterparty: {
|
|
67
|
-
channel_id: 'channel-877',
|
|
68
|
-
base_denom: 'ujunox',
|
|
69
|
-
chain_name: 'junotestnet'
|
|
70
|
-
},
|
|
71
|
-
chain: {
|
|
72
|
-
channel_id: 'channel-69'
|
|
73
|
-
}
|
|
74
|
-
}]
|
|
75
|
-
},
|
|
76
40
|
{
|
|
77
41
|
description: 'The native token of Neutron chain',
|
|
78
42
|
denom_units: [{
|
|
@@ -144,42 +108,6 @@ const assets = {
|
|
|
144
108
|
}
|
|
145
109
|
}]
|
|
146
110
|
},
|
|
147
|
-
{
|
|
148
|
-
description: 'The native token of JUNO Chain',
|
|
149
|
-
denom_units: [{
|
|
150
|
-
denom: 'ibc/60997EA94A94EAAEB94A47EA84DA3E3881DDC0D362151D4ABDF21105BBDCED02',
|
|
151
|
-
exponent: 0,
|
|
152
|
-
aliases: ['ujunox']
|
|
153
|
-
}, {
|
|
154
|
-
denom: 'junox',
|
|
155
|
-
exponent: 6
|
|
156
|
-
}],
|
|
157
|
-
base: 'ibc/60997EA94A94EAAEB94A47EA84DA3E3881DDC0D362151D4ABDF21105BBDCED02',
|
|
158
|
-
name: 'Juno Testnet',
|
|
159
|
-
display: 'junox',
|
|
160
|
-
symbol: 'JUNOX',
|
|
161
|
-
logo_URIs: {
|
|
162
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/junotestnet/images/juno.png',
|
|
163
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/junotestnet/images/juno.svg'
|
|
164
|
-
},
|
|
165
|
-
coingecko_id: 'juno-network',
|
|
166
|
-
images: [{
|
|
167
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/junotestnet/images/juno.png',
|
|
168
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/junotestnet/images/juno.svg'
|
|
169
|
-
}],
|
|
170
|
-
type_asset: 'sdk.coin',
|
|
171
|
-
traces: [{
|
|
172
|
-
type: 'ibc',
|
|
173
|
-
counterparty: {
|
|
174
|
-
channel_id: 'channel-877',
|
|
175
|
-
base_denom: 'ujunox',
|
|
176
|
-
chain_name: 'junotestnet'
|
|
177
|
-
},
|
|
178
|
-
chain: {
|
|
179
|
-
channel_id: 'channel-69'
|
|
180
|
-
}
|
|
181
|
-
}]
|
|
182
|
-
},
|
|
183
111
|
{
|
|
184
112
|
description: 'The native token of Neutron chain',
|
|
185
113
|
denom_units: [{
|
|
@@ -355,42 +355,6 @@ const assets = {
|
|
|
355
355
|
}
|
|
356
356
|
}]
|
|
357
357
|
},
|
|
358
|
-
{
|
|
359
|
-
description: 'The native token of JUNO Chain',
|
|
360
|
-
denom_units: [{
|
|
361
|
-
denom: 'ibc/31D220286E6C224C0F72D890D0EB75A228D388089EF5C4D77212344F9EAF0183',
|
|
362
|
-
exponent: 0,
|
|
363
|
-
aliases: ['ujunox']
|
|
364
|
-
}, {
|
|
365
|
-
denom: 'junox',
|
|
366
|
-
exponent: 6
|
|
367
|
-
}],
|
|
368
|
-
base: 'ibc/31D220286E6C224C0F72D890D0EB75A228D388089EF5C4D77212344F9EAF0183',
|
|
369
|
-
name: 'Juno Testnet',
|
|
370
|
-
display: 'junox',
|
|
371
|
-
symbol: 'JUNOX',
|
|
372
|
-
logo_URIs: {
|
|
373
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/junotestnet/images/juno.png',
|
|
374
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/junotestnet/images/juno.svg'
|
|
375
|
-
},
|
|
376
|
-
coingecko_id: 'juno-network',
|
|
377
|
-
images: [{
|
|
378
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/junotestnet/images/juno.png',
|
|
379
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/junotestnet/images/juno.svg'
|
|
380
|
-
}],
|
|
381
|
-
type_asset: 'sdk.coin',
|
|
382
|
-
traces: [{
|
|
383
|
-
type: 'ibc',
|
|
384
|
-
counterparty: {
|
|
385
|
-
channel_id: 'channel-889',
|
|
386
|
-
base_denom: 'ujunox',
|
|
387
|
-
chain_name: 'junotestnet'
|
|
388
|
-
},
|
|
389
|
-
chain: {
|
|
390
|
-
channel_id: 'channel-5498'
|
|
391
|
-
}
|
|
392
|
-
}]
|
|
393
|
-
},
|
|
394
358
|
{
|
|
395
359
|
description: 'The native token of Lava',
|
|
396
360
|
denom_units: [{
|
|
@@ -1078,42 +1042,6 @@ const assets = {
|
|
|
1078
1042
|
}
|
|
1079
1043
|
}]
|
|
1080
1044
|
},
|
|
1081
|
-
{
|
|
1082
|
-
description: 'The native token of JUNO Chain',
|
|
1083
|
-
denom_units: [{
|
|
1084
|
-
denom: 'ibc/31D220286E6C224C0F72D890D0EB75A228D388089EF5C4D77212344F9EAF0183',
|
|
1085
|
-
exponent: 0,
|
|
1086
|
-
aliases: ['ujunox']
|
|
1087
|
-
}, {
|
|
1088
|
-
denom: 'junox',
|
|
1089
|
-
exponent: 6
|
|
1090
|
-
}],
|
|
1091
|
-
base: 'ibc/31D220286E6C224C0F72D890D0EB75A228D388089EF5C4D77212344F9EAF0183',
|
|
1092
|
-
name: 'Juno Testnet',
|
|
1093
|
-
display: 'junox',
|
|
1094
|
-
symbol: 'JUNOX',
|
|
1095
|
-
logo_URIs: {
|
|
1096
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/junotestnet/images/juno.png',
|
|
1097
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/junotestnet/images/juno.svg'
|
|
1098
|
-
},
|
|
1099
|
-
coingecko_id: 'juno-network',
|
|
1100
|
-
images: [{
|
|
1101
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/junotestnet/images/juno.png',
|
|
1102
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/junotestnet/images/juno.svg'
|
|
1103
|
-
}],
|
|
1104
|
-
type_asset: 'sdk.coin',
|
|
1105
|
-
traces: [{
|
|
1106
|
-
type: 'ibc',
|
|
1107
|
-
counterparty: {
|
|
1108
|
-
channel_id: 'channel-889',
|
|
1109
|
-
base_denom: 'ujunox',
|
|
1110
|
-
chain_name: 'junotestnet'
|
|
1111
|
-
},
|
|
1112
|
-
chain: {
|
|
1113
|
-
channel_id: 'channel-5498'
|
|
1114
|
-
}
|
|
1115
|
-
}]
|
|
1116
|
-
},
|
|
1117
1045
|
{
|
|
1118
1046
|
description: 'The native token of Lava',
|
|
1119
1047
|
denom_units: [{
|
|
@@ -36,42 +36,6 @@ const assets = {
|
|
|
36
36
|
}
|
|
37
37
|
}]
|
|
38
38
|
},
|
|
39
|
-
{
|
|
40
|
-
description: 'The native token of JUNO Chain',
|
|
41
|
-
denom_units: [{
|
|
42
|
-
denom: 'ibc/2F47D21D057A18C11057037AC732F459B1B8ED32195B2FA272677B07F3753BEF',
|
|
43
|
-
exponent: 0,
|
|
44
|
-
aliases: ['ujunox']
|
|
45
|
-
}, {
|
|
46
|
-
denom: 'junox',
|
|
47
|
-
exponent: 6
|
|
48
|
-
}],
|
|
49
|
-
base: 'ibc/2F47D21D057A18C11057037AC732F459B1B8ED32195B2FA272677B07F3753BEF',
|
|
50
|
-
name: 'Juno Testnet',
|
|
51
|
-
display: 'junox',
|
|
52
|
-
symbol: 'JUNOX',
|
|
53
|
-
logo_URIs: {
|
|
54
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/junotestnet/images/juno.png',
|
|
55
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/junotestnet/images/juno.svg'
|
|
56
|
-
},
|
|
57
|
-
coingecko_id: 'juno-network',
|
|
58
|
-
images: [{
|
|
59
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/junotestnet/images/juno.png',
|
|
60
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/junotestnet/images/juno.svg'
|
|
61
|
-
}],
|
|
62
|
-
type_asset: 'sdk.coin',
|
|
63
|
-
traces: [{
|
|
64
|
-
type: 'ibc',
|
|
65
|
-
counterparty: {
|
|
66
|
-
channel_id: 'channel-946',
|
|
67
|
-
base_denom: 'ujunox',
|
|
68
|
-
chain_name: 'junotestnet'
|
|
69
|
-
},
|
|
70
|
-
chain: {
|
|
71
|
-
channel_id: 'channel-3'
|
|
72
|
-
}
|
|
73
|
-
}]
|
|
74
|
-
},
|
|
75
39
|
{
|
|
76
40
|
description: 'The native token of Osmosis',
|
|
77
41
|
denom_units: [{
|
|
@@ -215,42 +179,6 @@ const assets = {
|
|
|
215
179
|
}
|
|
216
180
|
}]
|
|
217
181
|
},
|
|
218
|
-
{
|
|
219
|
-
description: 'The native token of JUNO Chain',
|
|
220
|
-
denom_units: [{
|
|
221
|
-
denom: 'ibc/2F47D21D057A18C11057037AC732F459B1B8ED32195B2FA272677B07F3753BEF',
|
|
222
|
-
exponent: 0,
|
|
223
|
-
aliases: ['ujunox']
|
|
224
|
-
}, {
|
|
225
|
-
denom: 'junox',
|
|
226
|
-
exponent: 6
|
|
227
|
-
}],
|
|
228
|
-
base: 'ibc/2F47D21D057A18C11057037AC732F459B1B8ED32195B2FA272677B07F3753BEF',
|
|
229
|
-
name: 'Juno Testnet',
|
|
230
|
-
display: 'junox',
|
|
231
|
-
symbol: 'JUNOX',
|
|
232
|
-
logo_URIs: {
|
|
233
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/junotestnet/images/juno.png',
|
|
234
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/junotestnet/images/juno.svg'
|
|
235
|
-
},
|
|
236
|
-
coingecko_id: 'juno-network',
|
|
237
|
-
images: [{
|
|
238
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/junotestnet/images/juno.png',
|
|
239
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/junotestnet/images/juno.svg'
|
|
240
|
-
}],
|
|
241
|
-
type_asset: 'sdk.coin',
|
|
242
|
-
traces: [{
|
|
243
|
-
type: 'ibc',
|
|
244
|
-
counterparty: {
|
|
245
|
-
channel_id: 'channel-946',
|
|
246
|
-
base_denom: 'ujunox',
|
|
247
|
-
chain_name: 'junotestnet'
|
|
248
|
-
},
|
|
249
|
-
chain: {
|
|
250
|
-
channel_id: 'channel-3'
|
|
251
|
-
}
|
|
252
|
-
}]
|
|
253
|
-
},
|
|
254
182
|
{
|
|
255
183
|
description: 'The native token of Osmosis',
|
|
256
184
|
denom_units: [{
|