@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
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@chain-registry/assets",
|
|
3
|
-
"version": "1.70.
|
|
3
|
+
"version": "1.70.118",
|
|
4
4
|
"description": "Chain Registry Asset Lists",
|
|
5
5
|
"author": "Dan Lynch <pyramation@gmail.com>",
|
|
6
6
|
"homepage": "https://github.com/hyperweb-io/chain-registry",
|
|
@@ -29,11 +29,11 @@
|
|
|
29
29
|
"test:watch": "jest --watch"
|
|
30
30
|
},
|
|
31
31
|
"devDependencies": {
|
|
32
|
-
"@chain-registry/utils": "^1.51.
|
|
33
|
-
"chain-registry": "^1.69.
|
|
32
|
+
"@chain-registry/utils": "^1.51.67",
|
|
33
|
+
"chain-registry": "^1.69.118"
|
|
34
34
|
},
|
|
35
35
|
"dependencies": {
|
|
36
|
-
"@chain-registry/types": "^0.50.
|
|
36
|
+
"@chain-registry/types": "^0.50.67"
|
|
37
37
|
},
|
|
38
38
|
"keywords": [
|
|
39
39
|
"chain-registry",
|
|
@@ -43,5 +43,5 @@
|
|
|
43
43
|
"interchain",
|
|
44
44
|
"tokens"
|
|
45
45
|
],
|
|
46
|
-
"gitHead": "
|
|
46
|
+
"gitHead": "7efdcf82a4f02b979c061b4e374c9ea5fd6e5248"
|
|
47
47
|
}
|
package/testnet/noistestnet.js
CHANGED
|
@@ -39,42 +39,6 @@ const assets = {
|
|
|
39
39
|
}
|
|
40
40
|
}]
|
|
41
41
|
},
|
|
42
|
-
{
|
|
43
|
-
description: 'The native token of JUNO Chain',
|
|
44
|
-
denom_units: [{
|
|
45
|
-
denom: 'ibc/60997EA94A94EAAEB94A47EA84DA3E3881DDC0D362151D4ABDF21105BBDCED02',
|
|
46
|
-
exponent: 0,
|
|
47
|
-
aliases: ['ujunox']
|
|
48
|
-
}, {
|
|
49
|
-
denom: 'junox',
|
|
50
|
-
exponent: 6
|
|
51
|
-
}],
|
|
52
|
-
base: 'ibc/60997EA94A94EAAEB94A47EA84DA3E3881DDC0D362151D4ABDF21105BBDCED02',
|
|
53
|
-
name: 'Juno Testnet',
|
|
54
|
-
display: 'junox',
|
|
55
|
-
symbol: 'JUNOX',
|
|
56
|
-
logo_URIs: {
|
|
57
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/junotestnet/images/juno.png',
|
|
58
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/junotestnet/images/juno.svg'
|
|
59
|
-
},
|
|
60
|
-
coingecko_id: 'juno-network',
|
|
61
|
-
images: [{
|
|
62
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/junotestnet/images/juno.png',
|
|
63
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/junotestnet/images/juno.svg'
|
|
64
|
-
}],
|
|
65
|
-
type_asset: 'sdk.coin',
|
|
66
|
-
traces: [{
|
|
67
|
-
type: 'ibc',
|
|
68
|
-
counterparty: {
|
|
69
|
-
channel_id: 'channel-877',
|
|
70
|
-
base_denom: 'ujunox',
|
|
71
|
-
chain_name: 'junotestnet'
|
|
72
|
-
},
|
|
73
|
-
chain: {
|
|
74
|
-
channel_id: 'channel-69'
|
|
75
|
-
}
|
|
76
|
-
}]
|
|
77
|
-
},
|
|
78
42
|
{
|
|
79
43
|
description: 'The native token of Neutron chain',
|
|
80
44
|
denom_units: [{
|
|
@@ -146,42 +110,6 @@ const assets = {
|
|
|
146
110
|
}
|
|
147
111
|
}]
|
|
148
112
|
},
|
|
149
|
-
{
|
|
150
|
-
description: 'The native token of JUNO Chain',
|
|
151
|
-
denom_units: [{
|
|
152
|
-
denom: 'ibc/60997EA94A94EAAEB94A47EA84DA3E3881DDC0D362151D4ABDF21105BBDCED02',
|
|
153
|
-
exponent: 0,
|
|
154
|
-
aliases: ['ujunox']
|
|
155
|
-
}, {
|
|
156
|
-
denom: 'junox',
|
|
157
|
-
exponent: 6
|
|
158
|
-
}],
|
|
159
|
-
base: 'ibc/60997EA94A94EAAEB94A47EA84DA3E3881DDC0D362151D4ABDF21105BBDCED02',
|
|
160
|
-
name: 'Juno Testnet',
|
|
161
|
-
display: 'junox',
|
|
162
|
-
symbol: 'JUNOX',
|
|
163
|
-
logo_URIs: {
|
|
164
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/junotestnet/images/juno.png',
|
|
165
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/junotestnet/images/juno.svg'
|
|
166
|
-
},
|
|
167
|
-
coingecko_id: 'juno-network',
|
|
168
|
-
images: [{
|
|
169
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/junotestnet/images/juno.png',
|
|
170
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/junotestnet/images/juno.svg'
|
|
171
|
-
}],
|
|
172
|
-
type_asset: 'sdk.coin',
|
|
173
|
-
traces: [{
|
|
174
|
-
type: 'ibc',
|
|
175
|
-
counterparty: {
|
|
176
|
-
channel_id: 'channel-877',
|
|
177
|
-
base_denom: 'ujunox',
|
|
178
|
-
chain_name: 'junotestnet'
|
|
179
|
-
},
|
|
180
|
-
chain: {
|
|
181
|
-
channel_id: 'channel-69'
|
|
182
|
-
}
|
|
183
|
-
}]
|
|
184
|
-
},
|
|
185
113
|
{
|
|
186
114
|
description: 'The native token of Neutron chain',
|
|
187
115
|
denom_units: [{
|
|
@@ -357,42 +357,6 @@ const assets = {
|
|
|
357
357
|
}
|
|
358
358
|
}]
|
|
359
359
|
},
|
|
360
|
-
{
|
|
361
|
-
description: 'The native token of JUNO Chain',
|
|
362
|
-
denom_units: [{
|
|
363
|
-
denom: 'ibc/31D220286E6C224C0F72D890D0EB75A228D388089EF5C4D77212344F9EAF0183',
|
|
364
|
-
exponent: 0,
|
|
365
|
-
aliases: ['ujunox']
|
|
366
|
-
}, {
|
|
367
|
-
denom: 'junox',
|
|
368
|
-
exponent: 6
|
|
369
|
-
}],
|
|
370
|
-
base: 'ibc/31D220286E6C224C0F72D890D0EB75A228D388089EF5C4D77212344F9EAF0183',
|
|
371
|
-
name: 'Juno Testnet',
|
|
372
|
-
display: 'junox',
|
|
373
|
-
symbol: 'JUNOX',
|
|
374
|
-
logo_URIs: {
|
|
375
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/junotestnet/images/juno.png',
|
|
376
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/junotestnet/images/juno.svg'
|
|
377
|
-
},
|
|
378
|
-
coingecko_id: 'juno-network',
|
|
379
|
-
images: [{
|
|
380
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/junotestnet/images/juno.png',
|
|
381
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/junotestnet/images/juno.svg'
|
|
382
|
-
}],
|
|
383
|
-
type_asset: 'sdk.coin',
|
|
384
|
-
traces: [{
|
|
385
|
-
type: 'ibc',
|
|
386
|
-
counterparty: {
|
|
387
|
-
channel_id: 'channel-889',
|
|
388
|
-
base_denom: 'ujunox',
|
|
389
|
-
chain_name: 'junotestnet'
|
|
390
|
-
},
|
|
391
|
-
chain: {
|
|
392
|
-
channel_id: 'channel-5498'
|
|
393
|
-
}
|
|
394
|
-
}]
|
|
395
|
-
},
|
|
396
360
|
{
|
|
397
361
|
description: 'The native token of Lava',
|
|
398
362
|
denom_units: [{
|
|
@@ -1080,42 +1044,6 @@ const assets = {
|
|
|
1080
1044
|
}
|
|
1081
1045
|
}]
|
|
1082
1046
|
},
|
|
1083
|
-
{
|
|
1084
|
-
description: 'The native token of JUNO Chain',
|
|
1085
|
-
denom_units: [{
|
|
1086
|
-
denom: 'ibc/31D220286E6C224C0F72D890D0EB75A228D388089EF5C4D77212344F9EAF0183',
|
|
1087
|
-
exponent: 0,
|
|
1088
|
-
aliases: ['ujunox']
|
|
1089
|
-
}, {
|
|
1090
|
-
denom: 'junox',
|
|
1091
|
-
exponent: 6
|
|
1092
|
-
}],
|
|
1093
|
-
base: 'ibc/31D220286E6C224C0F72D890D0EB75A228D388089EF5C4D77212344F9EAF0183',
|
|
1094
|
-
name: 'Juno Testnet',
|
|
1095
|
-
display: 'junox',
|
|
1096
|
-
symbol: 'JUNOX',
|
|
1097
|
-
logo_URIs: {
|
|
1098
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/junotestnet/images/juno.png',
|
|
1099
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/junotestnet/images/juno.svg'
|
|
1100
|
-
},
|
|
1101
|
-
coingecko_id: 'juno-network',
|
|
1102
|
-
images: [{
|
|
1103
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/junotestnet/images/juno.png',
|
|
1104
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/junotestnet/images/juno.svg'
|
|
1105
|
-
}],
|
|
1106
|
-
type_asset: 'sdk.coin',
|
|
1107
|
-
traces: [{
|
|
1108
|
-
type: 'ibc',
|
|
1109
|
-
counterparty: {
|
|
1110
|
-
channel_id: 'channel-889',
|
|
1111
|
-
base_denom: 'ujunox',
|
|
1112
|
-
chain_name: 'junotestnet'
|
|
1113
|
-
},
|
|
1114
|
-
chain: {
|
|
1115
|
-
channel_id: 'channel-5498'
|
|
1116
|
-
}
|
|
1117
|
-
}]
|
|
1118
|
-
},
|
|
1119
1047
|
{
|
|
1120
1048
|
description: 'The native token of Lava',
|
|
1121
1049
|
denom_units: [{
|
|
@@ -38,42 +38,6 @@ const assets = {
|
|
|
38
38
|
}
|
|
39
39
|
}]
|
|
40
40
|
},
|
|
41
|
-
{
|
|
42
|
-
description: 'The native token of JUNO Chain',
|
|
43
|
-
denom_units: [{
|
|
44
|
-
denom: 'ibc/2F47D21D057A18C11057037AC732F459B1B8ED32195B2FA272677B07F3753BEF',
|
|
45
|
-
exponent: 0,
|
|
46
|
-
aliases: ['ujunox']
|
|
47
|
-
}, {
|
|
48
|
-
denom: 'junox',
|
|
49
|
-
exponent: 6
|
|
50
|
-
}],
|
|
51
|
-
base: 'ibc/2F47D21D057A18C11057037AC732F459B1B8ED32195B2FA272677B07F3753BEF',
|
|
52
|
-
name: 'Juno Testnet',
|
|
53
|
-
display: 'junox',
|
|
54
|
-
symbol: 'JUNOX',
|
|
55
|
-
logo_URIs: {
|
|
56
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/junotestnet/images/juno.png',
|
|
57
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/junotestnet/images/juno.svg'
|
|
58
|
-
},
|
|
59
|
-
coingecko_id: 'juno-network',
|
|
60
|
-
images: [{
|
|
61
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/junotestnet/images/juno.png',
|
|
62
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/junotestnet/images/juno.svg'
|
|
63
|
-
}],
|
|
64
|
-
type_asset: 'sdk.coin',
|
|
65
|
-
traces: [{
|
|
66
|
-
type: 'ibc',
|
|
67
|
-
counterparty: {
|
|
68
|
-
channel_id: 'channel-946',
|
|
69
|
-
base_denom: 'ujunox',
|
|
70
|
-
chain_name: 'junotestnet'
|
|
71
|
-
},
|
|
72
|
-
chain: {
|
|
73
|
-
channel_id: 'channel-3'
|
|
74
|
-
}
|
|
75
|
-
}]
|
|
76
|
-
},
|
|
77
41
|
{
|
|
78
42
|
description: 'The native token of Osmosis',
|
|
79
43
|
denom_units: [{
|
|
@@ -217,42 +181,6 @@ const assets = {
|
|
|
217
181
|
}
|
|
218
182
|
}]
|
|
219
183
|
},
|
|
220
|
-
{
|
|
221
|
-
description: 'The native token of JUNO Chain',
|
|
222
|
-
denom_units: [{
|
|
223
|
-
denom: 'ibc/2F47D21D057A18C11057037AC732F459B1B8ED32195B2FA272677B07F3753BEF',
|
|
224
|
-
exponent: 0,
|
|
225
|
-
aliases: ['ujunox']
|
|
226
|
-
}, {
|
|
227
|
-
denom: 'junox',
|
|
228
|
-
exponent: 6
|
|
229
|
-
}],
|
|
230
|
-
base: 'ibc/2F47D21D057A18C11057037AC732F459B1B8ED32195B2FA272677B07F3753BEF',
|
|
231
|
-
name: 'Juno Testnet',
|
|
232
|
-
display: 'junox',
|
|
233
|
-
symbol: 'JUNOX',
|
|
234
|
-
logo_URIs: {
|
|
235
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/junotestnet/images/juno.png',
|
|
236
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/junotestnet/images/juno.svg'
|
|
237
|
-
},
|
|
238
|
-
coingecko_id: 'juno-network',
|
|
239
|
-
images: [{
|
|
240
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/junotestnet/images/juno.png',
|
|
241
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/junotestnet/images/juno.svg'
|
|
242
|
-
}],
|
|
243
|
-
type_asset: 'sdk.coin',
|
|
244
|
-
traces: [{
|
|
245
|
-
type: 'ibc',
|
|
246
|
-
counterparty: {
|
|
247
|
-
channel_id: 'channel-946',
|
|
248
|
-
base_denom: 'ujunox',
|
|
249
|
-
chain_name: 'junotestnet'
|
|
250
|
-
},
|
|
251
|
-
chain: {
|
|
252
|
-
channel_id: 'channel-3'
|
|
253
|
-
}
|
|
254
|
-
}]
|
|
255
|
-
},
|
|
256
184
|
{
|
|
257
185
|
description: 'The native token of Osmosis',
|
|
258
186
|
denom_units: [{
|