@chain-registry/assets 1.64.103 → 1.64.104
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/lava.js +84 -0
- package/esm/mainnet/stargaze.js +102 -0
- package/mainnet/lava.js +84 -0
- package/mainnet/stargaze.js +102 -0
- package/package.json +5 -5
package/esm/mainnet/lava.js
CHANGED
|
@@ -257,6 +257,48 @@ const assets = {
|
|
|
257
257
|
}
|
|
258
258
|
}]
|
|
259
259
|
},
|
|
260
|
+
{
|
|
261
|
+
description: 'Stargaze is a decentralized blockchain platform designed specifically for non-fungible tokens (NFTs), enabling creators to mint, trade, and interact with NFTs in a fully decentralized environment.',
|
|
262
|
+
denom_units: [{
|
|
263
|
+
denom: 'ibc/4F393C3FCA4190C0A6756CE7F6D897D5D1BE57D6CCB80D0BC87393566A7B6602',
|
|
264
|
+
exponent: 0,
|
|
265
|
+
aliases: ['ustars']
|
|
266
|
+
}, {
|
|
267
|
+
denom: 'stars',
|
|
268
|
+
exponent: 6
|
|
269
|
+
}],
|
|
270
|
+
base: 'ibc/4F393C3FCA4190C0A6756CE7F6D897D5D1BE57D6CCB80D0BC87393566A7B6602',
|
|
271
|
+
name: 'Stargaze',
|
|
272
|
+
display: 'stars',
|
|
273
|
+
symbol: 'STARS',
|
|
274
|
+
logo_URIs: {
|
|
275
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.png',
|
|
276
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.svg'
|
|
277
|
+
},
|
|
278
|
+
coingecko_id: 'stargaze',
|
|
279
|
+
images: [{
|
|
280
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.png',
|
|
281
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.svg',
|
|
282
|
+
theme: {
|
|
283
|
+
primary_color_hex: '#db2777'
|
|
284
|
+
}
|
|
285
|
+
}],
|
|
286
|
+
socials: {
|
|
287
|
+
website: 'https://www.stargaze.zone/',
|
|
288
|
+
twitter: 'https://twitter.com/StargazeZone'
|
|
289
|
+
},
|
|
290
|
+
traces: [{
|
|
291
|
+
type: 'ibc',
|
|
292
|
+
counterparty: {
|
|
293
|
+
channel_id: 'channel-391',
|
|
294
|
+
base_denom: 'ustars',
|
|
295
|
+
chain_name: 'stargaze'
|
|
296
|
+
},
|
|
297
|
+
chain: {
|
|
298
|
+
channel_id: 'channel-7'
|
|
299
|
+
}
|
|
300
|
+
}]
|
|
301
|
+
},
|
|
260
302
|
{
|
|
261
303
|
description: 'The native token of Osmosis',
|
|
262
304
|
denom_units: [{
|
|
@@ -344,6 +386,48 @@ const assets = {
|
|
|
344
386
|
channel_id: 'channel-1'
|
|
345
387
|
}
|
|
346
388
|
}]
|
|
389
|
+
},
|
|
390
|
+
{
|
|
391
|
+
description: 'Stargaze is a decentralized blockchain platform designed specifically for non-fungible tokens (NFTs), enabling creators to mint, trade, and interact with NFTs in a fully decentralized environment.',
|
|
392
|
+
denom_units: [{
|
|
393
|
+
denom: 'ibc/4F393C3FCA4190C0A6756CE7F6D897D5D1BE57D6CCB80D0BC87393566A7B6602',
|
|
394
|
+
exponent: 0,
|
|
395
|
+
aliases: ['ustars']
|
|
396
|
+
}, {
|
|
397
|
+
denom: 'stars',
|
|
398
|
+
exponent: 6
|
|
399
|
+
}],
|
|
400
|
+
base: 'ibc/4F393C3FCA4190C0A6756CE7F6D897D5D1BE57D6CCB80D0BC87393566A7B6602',
|
|
401
|
+
name: 'Stargaze',
|
|
402
|
+
display: 'stars',
|
|
403
|
+
symbol: 'STARS',
|
|
404
|
+
logo_URIs: {
|
|
405
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.png',
|
|
406
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.svg'
|
|
407
|
+
},
|
|
408
|
+
coingecko_id: 'stargaze',
|
|
409
|
+
images: [{
|
|
410
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.png',
|
|
411
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.svg',
|
|
412
|
+
theme: {
|
|
413
|
+
primary_color_hex: '#db2777'
|
|
414
|
+
}
|
|
415
|
+
}],
|
|
416
|
+
socials: {
|
|
417
|
+
website: 'https://www.stargaze.zone/',
|
|
418
|
+
twitter: 'https://twitter.com/StargazeZone'
|
|
419
|
+
},
|
|
420
|
+
traces: [{
|
|
421
|
+
type: 'ibc',
|
|
422
|
+
counterparty: {
|
|
423
|
+
channel_id: 'channel-391',
|
|
424
|
+
base_denom: 'ustars',
|
|
425
|
+
chain_name: 'stargaze'
|
|
426
|
+
},
|
|
427
|
+
chain: {
|
|
428
|
+
channel_id: 'channel-7'
|
|
429
|
+
}
|
|
430
|
+
}]
|
|
347
431
|
}
|
|
348
432
|
]
|
|
349
433
|
};
|
package/esm/mainnet/stargaze.js
CHANGED
|
@@ -737,6 +737,57 @@ const assets = {
|
|
|
737
737
|
}
|
|
738
738
|
}]
|
|
739
739
|
},
|
|
740
|
+
{
|
|
741
|
+
description: 'Lava Network is a modular data network designed to provide fast, reliable, and scalable access to blockchain data for developers and users.',
|
|
742
|
+
denom_units: [{
|
|
743
|
+
denom: 'ibc/CB6659DA57AED78D6399A5FAEA62A8D648A63BD4AD78F2F74C49872D6A1F0898',
|
|
744
|
+
exponent: 0,
|
|
745
|
+
aliases: ['ulava']
|
|
746
|
+
}, {
|
|
747
|
+
denom: 'lava',
|
|
748
|
+
exponent: 6
|
|
749
|
+
}],
|
|
750
|
+
type_asset: 'sdk.coin',
|
|
751
|
+
base: 'ibc/CB6659DA57AED78D6399A5FAEA62A8D648A63BD4AD78F2F74C49872D6A1F0898',
|
|
752
|
+
name: 'Lava',
|
|
753
|
+
coingecko_id: 'lava-network',
|
|
754
|
+
display: 'lava',
|
|
755
|
+
symbol: 'LAVA',
|
|
756
|
+
logo_URIs: {
|
|
757
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/lava/images/lava.png'
|
|
758
|
+
},
|
|
759
|
+
images: [{
|
|
760
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/lava/images/lava.png',
|
|
761
|
+
theme: {
|
|
762
|
+
primary_color_hex: '#6f043e'
|
|
763
|
+
}
|
|
764
|
+
}],
|
|
765
|
+
keywords: [
|
|
766
|
+
'modular',
|
|
767
|
+
'data',
|
|
768
|
+
'data access',
|
|
769
|
+
'rpc',
|
|
770
|
+
'staking',
|
|
771
|
+
'dual staking',
|
|
772
|
+
'indexing',
|
|
773
|
+
'incentivized public rpc'
|
|
774
|
+
],
|
|
775
|
+
socials: {
|
|
776
|
+
website: 'https://lavanet.xyz',
|
|
777
|
+
twitter: 'https://twitter.com/lavanetxyz'
|
|
778
|
+
},
|
|
779
|
+
traces: [{
|
|
780
|
+
type: 'ibc',
|
|
781
|
+
counterparty: {
|
|
782
|
+
channel_id: 'channel-7',
|
|
783
|
+
base_denom: 'ulava',
|
|
784
|
+
chain_name: 'lava'
|
|
785
|
+
},
|
|
786
|
+
chain: {
|
|
787
|
+
channel_id: 'channel-391'
|
|
788
|
+
}
|
|
789
|
+
}]
|
|
790
|
+
},
|
|
740
791
|
{
|
|
741
792
|
description: 'Migaloo is a cosmwasm-powered, permissionless blockchain designed to build decentralized applications with a focus on interchain liquidity solutions.',
|
|
742
793
|
denom_units: [{
|
|
@@ -2036,6 +2087,57 @@ const assets = {
|
|
|
2036
2087
|
}
|
|
2037
2088
|
}]
|
|
2038
2089
|
},
|
|
2090
|
+
{
|
|
2091
|
+
description: 'Lava Network is a modular data network designed to provide fast, reliable, and scalable access to blockchain data for developers and users.',
|
|
2092
|
+
denom_units: [{
|
|
2093
|
+
denom: 'ibc/CB6659DA57AED78D6399A5FAEA62A8D648A63BD4AD78F2F74C49872D6A1F0898',
|
|
2094
|
+
exponent: 0,
|
|
2095
|
+
aliases: ['ulava']
|
|
2096
|
+
}, {
|
|
2097
|
+
denom: 'lava',
|
|
2098
|
+
exponent: 6
|
|
2099
|
+
}],
|
|
2100
|
+
type_asset: 'sdk.coin',
|
|
2101
|
+
base: 'ibc/CB6659DA57AED78D6399A5FAEA62A8D648A63BD4AD78F2F74C49872D6A1F0898',
|
|
2102
|
+
name: 'Lava',
|
|
2103
|
+
coingecko_id: 'lava-network',
|
|
2104
|
+
display: 'lava',
|
|
2105
|
+
symbol: 'LAVA',
|
|
2106
|
+
logo_URIs: {
|
|
2107
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/lava/images/lava.png'
|
|
2108
|
+
},
|
|
2109
|
+
images: [{
|
|
2110
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/lava/images/lava.png',
|
|
2111
|
+
theme: {
|
|
2112
|
+
primary_color_hex: '#6f043e'
|
|
2113
|
+
}
|
|
2114
|
+
}],
|
|
2115
|
+
keywords: [
|
|
2116
|
+
'modular',
|
|
2117
|
+
'data',
|
|
2118
|
+
'data access',
|
|
2119
|
+
'rpc',
|
|
2120
|
+
'staking',
|
|
2121
|
+
'dual staking',
|
|
2122
|
+
'indexing',
|
|
2123
|
+
'incentivized public rpc'
|
|
2124
|
+
],
|
|
2125
|
+
socials: {
|
|
2126
|
+
website: 'https://lavanet.xyz',
|
|
2127
|
+
twitter: 'https://twitter.com/lavanetxyz'
|
|
2128
|
+
},
|
|
2129
|
+
traces: [{
|
|
2130
|
+
type: 'ibc',
|
|
2131
|
+
counterparty: {
|
|
2132
|
+
channel_id: 'channel-7',
|
|
2133
|
+
base_denom: 'ulava',
|
|
2134
|
+
chain_name: 'lava'
|
|
2135
|
+
},
|
|
2136
|
+
chain: {
|
|
2137
|
+
channel_id: 'channel-391'
|
|
2138
|
+
}
|
|
2139
|
+
}]
|
|
2140
|
+
},
|
|
2039
2141
|
{
|
|
2040
2142
|
description: 'Migaloo is a cosmwasm-powered, permissionless blockchain designed to build decentralized applications with a focus on interchain liquidity solutions.',
|
|
2041
2143
|
denom_units: [{
|
package/mainnet/lava.js
CHANGED
|
@@ -259,6 +259,48 @@ const assets = {
|
|
|
259
259
|
}
|
|
260
260
|
}]
|
|
261
261
|
},
|
|
262
|
+
{
|
|
263
|
+
description: 'Stargaze is a decentralized blockchain platform designed specifically for non-fungible tokens (NFTs), enabling creators to mint, trade, and interact with NFTs in a fully decentralized environment.',
|
|
264
|
+
denom_units: [{
|
|
265
|
+
denom: 'ibc/4F393C3FCA4190C0A6756CE7F6D897D5D1BE57D6CCB80D0BC87393566A7B6602',
|
|
266
|
+
exponent: 0,
|
|
267
|
+
aliases: ['ustars']
|
|
268
|
+
}, {
|
|
269
|
+
denom: 'stars',
|
|
270
|
+
exponent: 6
|
|
271
|
+
}],
|
|
272
|
+
base: 'ibc/4F393C3FCA4190C0A6756CE7F6D897D5D1BE57D6CCB80D0BC87393566A7B6602',
|
|
273
|
+
name: 'Stargaze',
|
|
274
|
+
display: 'stars',
|
|
275
|
+
symbol: 'STARS',
|
|
276
|
+
logo_URIs: {
|
|
277
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.png',
|
|
278
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.svg'
|
|
279
|
+
},
|
|
280
|
+
coingecko_id: 'stargaze',
|
|
281
|
+
images: [{
|
|
282
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.png',
|
|
283
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.svg',
|
|
284
|
+
theme: {
|
|
285
|
+
primary_color_hex: '#db2777'
|
|
286
|
+
}
|
|
287
|
+
}],
|
|
288
|
+
socials: {
|
|
289
|
+
website: 'https://www.stargaze.zone/',
|
|
290
|
+
twitter: 'https://twitter.com/StargazeZone'
|
|
291
|
+
},
|
|
292
|
+
traces: [{
|
|
293
|
+
type: 'ibc',
|
|
294
|
+
counterparty: {
|
|
295
|
+
channel_id: 'channel-391',
|
|
296
|
+
base_denom: 'ustars',
|
|
297
|
+
chain_name: 'stargaze'
|
|
298
|
+
},
|
|
299
|
+
chain: {
|
|
300
|
+
channel_id: 'channel-7'
|
|
301
|
+
}
|
|
302
|
+
}]
|
|
303
|
+
},
|
|
262
304
|
{
|
|
263
305
|
description: 'The native token of Osmosis',
|
|
264
306
|
denom_units: [{
|
|
@@ -346,6 +388,48 @@ const assets = {
|
|
|
346
388
|
channel_id: 'channel-1'
|
|
347
389
|
}
|
|
348
390
|
}]
|
|
391
|
+
},
|
|
392
|
+
{
|
|
393
|
+
description: 'Stargaze is a decentralized blockchain platform designed specifically for non-fungible tokens (NFTs), enabling creators to mint, trade, and interact with NFTs in a fully decentralized environment.',
|
|
394
|
+
denom_units: [{
|
|
395
|
+
denom: 'ibc/4F393C3FCA4190C0A6756CE7F6D897D5D1BE57D6CCB80D0BC87393566A7B6602',
|
|
396
|
+
exponent: 0,
|
|
397
|
+
aliases: ['ustars']
|
|
398
|
+
}, {
|
|
399
|
+
denom: 'stars',
|
|
400
|
+
exponent: 6
|
|
401
|
+
}],
|
|
402
|
+
base: 'ibc/4F393C3FCA4190C0A6756CE7F6D897D5D1BE57D6CCB80D0BC87393566A7B6602',
|
|
403
|
+
name: 'Stargaze',
|
|
404
|
+
display: 'stars',
|
|
405
|
+
symbol: 'STARS',
|
|
406
|
+
logo_URIs: {
|
|
407
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.png',
|
|
408
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.svg'
|
|
409
|
+
},
|
|
410
|
+
coingecko_id: 'stargaze',
|
|
411
|
+
images: [{
|
|
412
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.png',
|
|
413
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.svg',
|
|
414
|
+
theme: {
|
|
415
|
+
primary_color_hex: '#db2777'
|
|
416
|
+
}
|
|
417
|
+
}],
|
|
418
|
+
socials: {
|
|
419
|
+
website: 'https://www.stargaze.zone/',
|
|
420
|
+
twitter: 'https://twitter.com/StargazeZone'
|
|
421
|
+
},
|
|
422
|
+
traces: [{
|
|
423
|
+
type: 'ibc',
|
|
424
|
+
counterparty: {
|
|
425
|
+
channel_id: 'channel-391',
|
|
426
|
+
base_denom: 'ustars',
|
|
427
|
+
chain_name: 'stargaze'
|
|
428
|
+
},
|
|
429
|
+
chain: {
|
|
430
|
+
channel_id: 'channel-7'
|
|
431
|
+
}
|
|
432
|
+
}]
|
|
349
433
|
}
|
|
350
434
|
]
|
|
351
435
|
};
|
package/mainnet/stargaze.js
CHANGED
|
@@ -739,6 +739,57 @@ const assets = {
|
|
|
739
739
|
}
|
|
740
740
|
}]
|
|
741
741
|
},
|
|
742
|
+
{
|
|
743
|
+
description: 'Lava Network is a modular data network designed to provide fast, reliable, and scalable access to blockchain data for developers and users.',
|
|
744
|
+
denom_units: [{
|
|
745
|
+
denom: 'ibc/CB6659DA57AED78D6399A5FAEA62A8D648A63BD4AD78F2F74C49872D6A1F0898',
|
|
746
|
+
exponent: 0,
|
|
747
|
+
aliases: ['ulava']
|
|
748
|
+
}, {
|
|
749
|
+
denom: 'lava',
|
|
750
|
+
exponent: 6
|
|
751
|
+
}],
|
|
752
|
+
type_asset: 'sdk.coin',
|
|
753
|
+
base: 'ibc/CB6659DA57AED78D6399A5FAEA62A8D648A63BD4AD78F2F74C49872D6A1F0898',
|
|
754
|
+
name: 'Lava',
|
|
755
|
+
coingecko_id: 'lava-network',
|
|
756
|
+
display: 'lava',
|
|
757
|
+
symbol: 'LAVA',
|
|
758
|
+
logo_URIs: {
|
|
759
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/lava/images/lava.png'
|
|
760
|
+
},
|
|
761
|
+
images: [{
|
|
762
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/lava/images/lava.png',
|
|
763
|
+
theme: {
|
|
764
|
+
primary_color_hex: '#6f043e'
|
|
765
|
+
}
|
|
766
|
+
}],
|
|
767
|
+
keywords: [
|
|
768
|
+
'modular',
|
|
769
|
+
'data',
|
|
770
|
+
'data access',
|
|
771
|
+
'rpc',
|
|
772
|
+
'staking',
|
|
773
|
+
'dual staking',
|
|
774
|
+
'indexing',
|
|
775
|
+
'incentivized public rpc'
|
|
776
|
+
],
|
|
777
|
+
socials: {
|
|
778
|
+
website: 'https://lavanet.xyz',
|
|
779
|
+
twitter: 'https://twitter.com/lavanetxyz'
|
|
780
|
+
},
|
|
781
|
+
traces: [{
|
|
782
|
+
type: 'ibc',
|
|
783
|
+
counterparty: {
|
|
784
|
+
channel_id: 'channel-7',
|
|
785
|
+
base_denom: 'ulava',
|
|
786
|
+
chain_name: 'lava'
|
|
787
|
+
},
|
|
788
|
+
chain: {
|
|
789
|
+
channel_id: 'channel-391'
|
|
790
|
+
}
|
|
791
|
+
}]
|
|
792
|
+
},
|
|
742
793
|
{
|
|
743
794
|
description: 'Migaloo is a cosmwasm-powered, permissionless blockchain designed to build decentralized applications with a focus on interchain liquidity solutions.',
|
|
744
795
|
denom_units: [{
|
|
@@ -2038,6 +2089,57 @@ const assets = {
|
|
|
2038
2089
|
}
|
|
2039
2090
|
}]
|
|
2040
2091
|
},
|
|
2092
|
+
{
|
|
2093
|
+
description: 'Lava Network is a modular data network designed to provide fast, reliable, and scalable access to blockchain data for developers and users.',
|
|
2094
|
+
denom_units: [{
|
|
2095
|
+
denom: 'ibc/CB6659DA57AED78D6399A5FAEA62A8D648A63BD4AD78F2F74C49872D6A1F0898',
|
|
2096
|
+
exponent: 0,
|
|
2097
|
+
aliases: ['ulava']
|
|
2098
|
+
}, {
|
|
2099
|
+
denom: 'lava',
|
|
2100
|
+
exponent: 6
|
|
2101
|
+
}],
|
|
2102
|
+
type_asset: 'sdk.coin',
|
|
2103
|
+
base: 'ibc/CB6659DA57AED78D6399A5FAEA62A8D648A63BD4AD78F2F74C49872D6A1F0898',
|
|
2104
|
+
name: 'Lava',
|
|
2105
|
+
coingecko_id: 'lava-network',
|
|
2106
|
+
display: 'lava',
|
|
2107
|
+
symbol: 'LAVA',
|
|
2108
|
+
logo_URIs: {
|
|
2109
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/lava/images/lava.png'
|
|
2110
|
+
},
|
|
2111
|
+
images: [{
|
|
2112
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/lava/images/lava.png',
|
|
2113
|
+
theme: {
|
|
2114
|
+
primary_color_hex: '#6f043e'
|
|
2115
|
+
}
|
|
2116
|
+
}],
|
|
2117
|
+
keywords: [
|
|
2118
|
+
'modular',
|
|
2119
|
+
'data',
|
|
2120
|
+
'data access',
|
|
2121
|
+
'rpc',
|
|
2122
|
+
'staking',
|
|
2123
|
+
'dual staking',
|
|
2124
|
+
'indexing',
|
|
2125
|
+
'incentivized public rpc'
|
|
2126
|
+
],
|
|
2127
|
+
socials: {
|
|
2128
|
+
website: 'https://lavanet.xyz',
|
|
2129
|
+
twitter: 'https://twitter.com/lavanetxyz'
|
|
2130
|
+
},
|
|
2131
|
+
traces: [{
|
|
2132
|
+
type: 'ibc',
|
|
2133
|
+
counterparty: {
|
|
2134
|
+
channel_id: 'channel-7',
|
|
2135
|
+
base_denom: 'ulava',
|
|
2136
|
+
chain_name: 'lava'
|
|
2137
|
+
},
|
|
2138
|
+
chain: {
|
|
2139
|
+
channel_id: 'channel-391'
|
|
2140
|
+
}
|
|
2141
|
+
}]
|
|
2142
|
+
},
|
|
2041
2143
|
{
|
|
2042
2144
|
description: 'Migaloo is a cosmwasm-powered, permissionless blockchain designed to build decentralized applications with a focus on interchain liquidity solutions.',
|
|
2043
2145
|
denom_units: [{
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@chain-registry/assets",
|
|
3
|
-
"version": "1.64.
|
|
3
|
+
"version": "1.64.104",
|
|
4
4
|
"description": "Chain Registry Asset Lists",
|
|
5
5
|
"author": "Dan Lynch <pyramation@gmail.com>",
|
|
6
6
|
"homepage": "https://github.com/cosmology-tech/chain-registry",
|
|
@@ -29,11 +29,11 @@
|
|
|
29
29
|
"test:watch": "jest --watch"
|
|
30
30
|
},
|
|
31
31
|
"devDependencies": {
|
|
32
|
-
"@chain-registry/utils": "^1.46.
|
|
33
|
-
"chain-registry": "^1.63.
|
|
32
|
+
"@chain-registry/utils": "^1.46.84",
|
|
33
|
+
"chain-registry": "^1.63.104"
|
|
34
34
|
},
|
|
35
35
|
"dependencies": {
|
|
36
|
-
"@chain-registry/types": "^0.45.
|
|
36
|
+
"@chain-registry/types": "^0.45.84"
|
|
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": "9d1760e58d314fc174faddace71b335dbfd581a1"
|
|
47
47
|
}
|