@chain-registry/assets 1.64.24 → 1.64.26
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/akash.js +2 -2
- package/esm/mainnet/archway.js +6 -2
- package/esm/mainnet/assets.js +2 -1
- package/esm/mainnet/axelar.js +32 -4
- package/esm/mainnet/celestia.js +6 -2
- package/esm/mainnet/chihuahua.js +6 -2
- package/esm/mainnet/composable.js +102 -2
- package/esm/mainnet/cosmoshub.js +36 -8
- package/esm/mainnet/cryptoorgchain.js +2 -2
- package/esm/mainnet/decentr.js +2 -2
- package/esm/mainnet/dydx.js +6 -2
- package/esm/mainnet/dymension.js +6 -2
- package/esm/mainnet/index.js +1 -0
- package/esm/mainnet/injective.js +6 -2
- package/esm/mainnet/irisnet.js +2 -2
- package/esm/mainnet/juno.js +6 -2
- package/esm/mainnet/kava.js +6 -2
- package/esm/mainnet/kujira.js +6 -2
- package/esm/mainnet/mars.js +6 -2
- package/esm/mainnet/medasdigital.js +2 -2
- package/esm/mainnet/neutaro.js +182 -0
- package/esm/mainnet/noble.js +14 -10
- package/esm/mainnet/nois.js +6 -2
- package/esm/mainnet/nolus.js +6 -2
- package/esm/mainnet/nomic.js +6 -2
- package/esm/mainnet/osmosis.js +112 -8
- package/esm/mainnet/persistence.js +8 -4
- package/esm/mainnet/pryzm.js +6 -2
- package/esm/mainnet/regen.js +2 -2
- package/esm/mainnet/saga.js +6 -2
- package/esm/mainnet/secretnetwork.js +8 -4
- package/esm/mainnet/sei.js +6 -2
- package/esm/mainnet/shido.js +24 -24
- package/esm/mainnet/sifchain.js +2 -2
- package/esm/mainnet/stargaze.js +6 -2
- package/esm/mainnet/starname.js +2 -2
- package/esm/mainnet/stride.js +6 -2
- package/esm/mainnet/terra2.js +6 -2
- package/mainnet/akash.js +2 -2
- package/mainnet/archway.js +6 -2
- package/mainnet/assets.js +2 -1
- package/mainnet/axelar.js +32 -4
- package/mainnet/celestia.js +6 -2
- package/mainnet/chihuahua.js +6 -2
- package/mainnet/composable.js +102 -2
- package/mainnet/cosmoshub.js +36 -8
- package/mainnet/cryptoorgchain.js +2 -2
- package/mainnet/decentr.js +2 -2
- package/mainnet/dydx.js +6 -2
- package/mainnet/dymension.js +6 -2
- package/mainnet/index.d.ts +1 -0
- package/mainnet/index.js +3 -2
- package/mainnet/injective.js +6 -2
- package/mainnet/irisnet.js +2 -2
- package/mainnet/juno.js +6 -2
- package/mainnet/kava.js +6 -2
- package/mainnet/kujira.js +6 -2
- package/mainnet/mars.js +6 -2
- package/mainnet/medasdigital.js +2 -2
- package/mainnet/neutaro.d.ts +3 -0
- package/mainnet/neutaro.js +184 -0
- package/mainnet/noble.js +14 -10
- package/mainnet/nois.js +6 -2
- package/mainnet/nolus.js +6 -2
- package/mainnet/nomic.js +6 -2
- package/mainnet/osmosis.js +112 -8
- package/mainnet/persistence.js +8 -4
- package/mainnet/pryzm.js +6 -2
- package/mainnet/regen.js +2 -2
- package/mainnet/saga.js +6 -2
- package/mainnet/secretnetwork.js +8 -4
- package/mainnet/sei.js +6 -2
- package/mainnet/shido.js +24 -24
- package/mainnet/sifchain.js +2 -2
- package/mainnet/stargaze.js +6 -2
- package/mainnet/starname.js +2 -2
- package/mainnet/stride.js +6 -2
- package/mainnet/terra2.js +6 -2
- package/package.json +5 -5
package/mainnet/secretnetwork.js
CHANGED
|
@@ -1353,7 +1353,9 @@ const assets = {
|
|
|
1353
1353
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.png',
|
|
1354
1354
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.svg',
|
|
1355
1355
|
theme: {
|
|
1356
|
-
primary_color_hex: '#040404'
|
|
1356
|
+
primary_color_hex: '#040404',
|
|
1357
|
+
background_color_hex: '#000000',
|
|
1358
|
+
circle: true
|
|
1357
1359
|
}
|
|
1358
1360
|
}],
|
|
1359
1361
|
socials: {
|
|
@@ -3259,7 +3261,9 @@ const assets = {
|
|
|
3259
3261
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.png',
|
|
3260
3262
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.svg',
|
|
3261
3263
|
theme: {
|
|
3262
|
-
primary_color_hex: '#040404'
|
|
3264
|
+
primary_color_hex: '#040404',
|
|
3265
|
+
background_color_hex: '#000000',
|
|
3266
|
+
circle: true
|
|
3263
3267
|
}
|
|
3264
3268
|
}],
|
|
3265
3269
|
socials: {
|
|
@@ -3843,7 +3847,7 @@ const assets = {
|
|
|
3843
3847
|
}],
|
|
3844
3848
|
socials: {
|
|
3845
3849
|
website: 'https://www.sentinel.co/',
|
|
3846
|
-
twitter: 'https://
|
|
3850
|
+
twitter: 'https://x.com/SentinelDVPN'
|
|
3847
3851
|
},
|
|
3848
3852
|
traces: [{
|
|
3849
3853
|
type: 'ibc',
|
|
@@ -5185,7 +5189,7 @@ const assets = {
|
|
|
5185
5189
|
}],
|
|
5186
5190
|
socials: {
|
|
5187
5191
|
website: 'https://www.sentinel.co/',
|
|
5188
|
-
twitter: 'https://
|
|
5192
|
+
twitter: 'https://x.com/SentinelDVPN'
|
|
5189
5193
|
},
|
|
5190
5194
|
traces: [{
|
|
5191
5195
|
type: 'ibc',
|
package/mainnet/sei.js
CHANGED
|
@@ -384,7 +384,9 @@ const assets = {
|
|
|
384
384
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.png',
|
|
385
385
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.svg',
|
|
386
386
|
theme: {
|
|
387
|
-
primary_color_hex: '#040404'
|
|
387
|
+
primary_color_hex: '#040404',
|
|
388
|
+
background_color_hex: '#000000',
|
|
389
|
+
circle: true
|
|
388
390
|
}
|
|
389
391
|
}],
|
|
390
392
|
socials: {
|
|
@@ -1212,7 +1214,9 @@ const assets = {
|
|
|
1212
1214
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.png',
|
|
1213
1215
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.svg',
|
|
1214
1216
|
theme: {
|
|
1215
|
-
primary_color_hex: '#040404'
|
|
1217
|
+
primary_color_hex: '#040404',
|
|
1218
|
+
background_color_hex: '#000000',
|
|
1219
|
+
circle: true
|
|
1216
1220
|
}
|
|
1217
1221
|
}],
|
|
1218
1222
|
socials: {
|
package/mainnet/shido.js
CHANGED
|
@@ -48,14 +48,14 @@ const assets = {
|
|
|
48
48
|
{
|
|
49
49
|
description: 'The permissioned staking asset for Noble Chain',
|
|
50
50
|
denom_units: [{
|
|
51
|
-
denom: 'ibc/
|
|
51
|
+
denom: 'ibc/28F4046614EF853188DDCED09B19F1EBEF4DF95B29030E2435260F948FC0DB97',
|
|
52
52
|
exponent: 0,
|
|
53
53
|
aliases: ['ustake']
|
|
54
54
|
}, {
|
|
55
55
|
denom: 'stake',
|
|
56
56
|
exponent: 6
|
|
57
57
|
}],
|
|
58
|
-
base: 'ibc/
|
|
58
|
+
base: 'ibc/28F4046614EF853188DDCED09B19F1EBEF4DF95B29030E2435260F948FC0DB97',
|
|
59
59
|
name: 'Stake',
|
|
60
60
|
display: 'stake',
|
|
61
61
|
symbol: 'STAKE',
|
|
@@ -73,26 +73,26 @@ const assets = {
|
|
|
73
73
|
traces: [{
|
|
74
74
|
type: 'ibc',
|
|
75
75
|
counterparty: {
|
|
76
|
-
channel_id: 'channel-
|
|
76
|
+
channel_id: 'channel-87',
|
|
77
77
|
base_denom: 'ustake',
|
|
78
78
|
chain_name: 'noble'
|
|
79
79
|
},
|
|
80
80
|
chain: {
|
|
81
|
-
channel_id: 'channel-
|
|
81
|
+
channel_id: 'channel-5'
|
|
82
82
|
}
|
|
83
83
|
}]
|
|
84
84
|
},
|
|
85
85
|
{
|
|
86
86
|
description: 'Frienzies are an IBC token redeemable exclusively for a physical asset issued by the Noble entity.',
|
|
87
87
|
denom_units: [{
|
|
88
|
-
denom: 'ibc/
|
|
88
|
+
denom: 'ibc/405B348E183470033E38A5B3CFDE8B91C51C9CD91CF1914AC3839CB1624B9910',
|
|
89
89
|
exponent: 0,
|
|
90
90
|
aliases: ['ufrienzies']
|
|
91
91
|
}, {
|
|
92
92
|
denom: 'frienzies',
|
|
93
93
|
exponent: 6
|
|
94
94
|
}],
|
|
95
|
-
base: 'ibc/
|
|
95
|
+
base: 'ibc/405B348E183470033E38A5B3CFDE8B91C51C9CD91CF1914AC3839CB1624B9910',
|
|
96
96
|
display: 'frienzies',
|
|
97
97
|
name: 'Frienzies',
|
|
98
98
|
symbol: 'FRNZ',
|
|
@@ -110,26 +110,26 @@ const assets = {
|
|
|
110
110
|
traces: [{
|
|
111
111
|
type: 'ibc',
|
|
112
112
|
counterparty: {
|
|
113
|
-
channel_id: 'channel-
|
|
113
|
+
channel_id: 'channel-87',
|
|
114
114
|
base_denom: 'ufrienzies',
|
|
115
115
|
chain_name: 'noble'
|
|
116
116
|
},
|
|
117
117
|
chain: {
|
|
118
|
-
channel_id: 'channel-
|
|
118
|
+
channel_id: 'channel-5'
|
|
119
119
|
}
|
|
120
120
|
}]
|
|
121
121
|
},
|
|
122
122
|
{
|
|
123
123
|
description: 'Ondo US Dollar Yield',
|
|
124
124
|
denom_units: [{
|
|
125
|
-
denom: 'ibc/
|
|
125
|
+
denom: 'ibc/925137DE4F77A2F26A5FA5051200437F43AFBBC39A4F443968C8E93B756AFB3B',
|
|
126
126
|
exponent: 0,
|
|
127
127
|
aliases: ['ausdy']
|
|
128
128
|
}, {
|
|
129
129
|
denom: 'usdy',
|
|
130
130
|
exponent: 18
|
|
131
131
|
}],
|
|
132
|
-
base: 'ibc/
|
|
132
|
+
base: 'ibc/925137DE4F77A2F26A5FA5051200437F43AFBBC39A4F443968C8E93B756AFB3B',
|
|
133
133
|
display: 'usdy',
|
|
134
134
|
name: 'Ondo US Dollar Yield',
|
|
135
135
|
symbol: 'USDY',
|
|
@@ -147,12 +147,12 @@ const assets = {
|
|
|
147
147
|
traces: [{
|
|
148
148
|
type: 'ibc',
|
|
149
149
|
counterparty: {
|
|
150
|
-
channel_id: 'channel-
|
|
150
|
+
channel_id: 'channel-87',
|
|
151
151
|
base_denom: 'ausdy',
|
|
152
152
|
chain_name: 'noble'
|
|
153
153
|
},
|
|
154
154
|
chain: {
|
|
155
|
-
channel_id: 'channel-
|
|
155
|
+
channel_id: 'channel-5'
|
|
156
156
|
}
|
|
157
157
|
}]
|
|
158
158
|
},
|
|
@@ -289,14 +289,14 @@ const assets = {
|
|
|
289
289
|
{
|
|
290
290
|
description: 'The permissioned staking asset for Noble Chain',
|
|
291
291
|
denom_units: [{
|
|
292
|
-
denom: 'ibc/
|
|
292
|
+
denom: 'ibc/28F4046614EF853188DDCED09B19F1EBEF4DF95B29030E2435260F948FC0DB97',
|
|
293
293
|
exponent: 0,
|
|
294
294
|
aliases: ['ustake']
|
|
295
295
|
}, {
|
|
296
296
|
denom: 'stake',
|
|
297
297
|
exponent: 6
|
|
298
298
|
}],
|
|
299
|
-
base: 'ibc/
|
|
299
|
+
base: 'ibc/28F4046614EF853188DDCED09B19F1EBEF4DF95B29030E2435260F948FC0DB97',
|
|
300
300
|
name: 'Stake',
|
|
301
301
|
display: 'stake',
|
|
302
302
|
symbol: 'STAKE',
|
|
@@ -314,26 +314,26 @@ const assets = {
|
|
|
314
314
|
traces: [{
|
|
315
315
|
type: 'ibc',
|
|
316
316
|
counterparty: {
|
|
317
|
-
channel_id: 'channel-
|
|
317
|
+
channel_id: 'channel-87',
|
|
318
318
|
base_denom: 'ustake',
|
|
319
319
|
chain_name: 'noble'
|
|
320
320
|
},
|
|
321
321
|
chain: {
|
|
322
|
-
channel_id: 'channel-
|
|
322
|
+
channel_id: 'channel-5'
|
|
323
323
|
}
|
|
324
324
|
}]
|
|
325
325
|
},
|
|
326
326
|
{
|
|
327
327
|
description: 'Frienzies are an IBC token redeemable exclusively for a physical asset issued by the Noble entity.',
|
|
328
328
|
denom_units: [{
|
|
329
|
-
denom: 'ibc/
|
|
329
|
+
denom: 'ibc/405B348E183470033E38A5B3CFDE8B91C51C9CD91CF1914AC3839CB1624B9910',
|
|
330
330
|
exponent: 0,
|
|
331
331
|
aliases: ['ufrienzies']
|
|
332
332
|
}, {
|
|
333
333
|
denom: 'frienzies',
|
|
334
334
|
exponent: 6
|
|
335
335
|
}],
|
|
336
|
-
base: 'ibc/
|
|
336
|
+
base: 'ibc/405B348E183470033E38A5B3CFDE8B91C51C9CD91CF1914AC3839CB1624B9910',
|
|
337
337
|
display: 'frienzies',
|
|
338
338
|
name: 'Frienzies',
|
|
339
339
|
symbol: 'FRNZ',
|
|
@@ -351,26 +351,26 @@ const assets = {
|
|
|
351
351
|
traces: [{
|
|
352
352
|
type: 'ibc',
|
|
353
353
|
counterparty: {
|
|
354
|
-
channel_id: 'channel-
|
|
354
|
+
channel_id: 'channel-87',
|
|
355
355
|
base_denom: 'ufrienzies',
|
|
356
356
|
chain_name: 'noble'
|
|
357
357
|
},
|
|
358
358
|
chain: {
|
|
359
|
-
channel_id: 'channel-
|
|
359
|
+
channel_id: 'channel-5'
|
|
360
360
|
}
|
|
361
361
|
}]
|
|
362
362
|
},
|
|
363
363
|
{
|
|
364
364
|
description: 'Ondo US Dollar Yield',
|
|
365
365
|
denom_units: [{
|
|
366
|
-
denom: 'ibc/
|
|
366
|
+
denom: 'ibc/925137DE4F77A2F26A5FA5051200437F43AFBBC39A4F443968C8E93B756AFB3B',
|
|
367
367
|
exponent: 0,
|
|
368
368
|
aliases: ['ausdy']
|
|
369
369
|
}, {
|
|
370
370
|
denom: 'usdy',
|
|
371
371
|
exponent: 18
|
|
372
372
|
}],
|
|
373
|
-
base: 'ibc/
|
|
373
|
+
base: 'ibc/925137DE4F77A2F26A5FA5051200437F43AFBBC39A4F443968C8E93B756AFB3B',
|
|
374
374
|
display: 'usdy',
|
|
375
375
|
name: 'Ondo US Dollar Yield',
|
|
376
376
|
symbol: 'USDY',
|
|
@@ -388,12 +388,12 @@ const assets = {
|
|
|
388
388
|
traces: [{
|
|
389
389
|
type: 'ibc',
|
|
390
390
|
counterparty: {
|
|
391
|
-
channel_id: 'channel-
|
|
391
|
+
channel_id: 'channel-87',
|
|
392
392
|
base_denom: 'ausdy',
|
|
393
393
|
chain_name: 'noble'
|
|
394
394
|
},
|
|
395
395
|
chain: {
|
|
396
|
-
channel_id: 'channel-
|
|
396
|
+
channel_id: 'channel-5'
|
|
397
397
|
}
|
|
398
398
|
}]
|
|
399
399
|
},
|
package/mainnet/sifchain.js
CHANGED
|
@@ -527,7 +527,7 @@ const assets = {
|
|
|
527
527
|
}],
|
|
528
528
|
socials: {
|
|
529
529
|
website: 'https://www.sentinel.co/',
|
|
530
|
-
twitter: 'https://
|
|
530
|
+
twitter: 'https://x.com/SentinelDVPN'
|
|
531
531
|
},
|
|
532
532
|
traces: [{
|
|
533
533
|
type: 'ibc',
|
|
@@ -1065,7 +1065,7 @@ const assets = {
|
|
|
1065
1065
|
}],
|
|
1066
1066
|
socials: {
|
|
1067
1067
|
website: 'https://www.sentinel.co/',
|
|
1068
|
-
twitter: 'https://
|
|
1068
|
+
twitter: 'https://x.com/SentinelDVPN'
|
|
1069
1069
|
},
|
|
1070
1070
|
traces: [{
|
|
1071
1071
|
type: 'ibc',
|
package/mainnet/stargaze.js
CHANGED
|
@@ -800,7 +800,9 @@ const assets = {
|
|
|
800
800
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.png',
|
|
801
801
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.svg',
|
|
802
802
|
theme: {
|
|
803
|
-
primary_color_hex: '#040404'
|
|
803
|
+
primary_color_hex: '#040404',
|
|
804
|
+
background_color_hex: '#000000',
|
|
805
|
+
circle: true
|
|
804
806
|
}
|
|
805
807
|
}],
|
|
806
808
|
socials: {
|
|
@@ -2088,7 +2090,9 @@ const assets = {
|
|
|
2088
2090
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.png',
|
|
2089
2091
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.svg',
|
|
2090
2092
|
theme: {
|
|
2091
|
-
primary_color_hex: '#040404'
|
|
2093
|
+
primary_color_hex: '#040404',
|
|
2094
|
+
background_color_hex: '#000000',
|
|
2095
|
+
circle: true
|
|
2092
2096
|
}
|
|
2093
2097
|
}],
|
|
2094
2098
|
socials: {
|
package/mainnet/starname.js
CHANGED
|
@@ -405,7 +405,7 @@ const assets = {
|
|
|
405
405
|
}],
|
|
406
406
|
socials: {
|
|
407
407
|
website: 'https://www.sentinel.co/',
|
|
408
|
-
twitter: 'https://
|
|
408
|
+
twitter: 'https://x.com/SentinelDVPN'
|
|
409
409
|
},
|
|
410
410
|
traces: [{
|
|
411
411
|
type: 'ibc',
|
|
@@ -821,7 +821,7 @@ const assets = {
|
|
|
821
821
|
}],
|
|
822
822
|
socials: {
|
|
823
823
|
website: 'https://www.sentinel.co/',
|
|
824
|
-
twitter: 'https://
|
|
824
|
+
twitter: 'https://x.com/SentinelDVPN'
|
|
825
825
|
},
|
|
826
826
|
traces: [{
|
|
827
827
|
type: 'ibc',
|
package/mainnet/stride.js
CHANGED
|
@@ -1306,7 +1306,9 @@ const assets = {
|
|
|
1306
1306
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.png',
|
|
1307
1307
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.svg',
|
|
1308
1308
|
theme: {
|
|
1309
|
-
primary_color_hex: '#040404'
|
|
1309
|
+
primary_color_hex: '#040404',
|
|
1310
|
+
background_color_hex: '#000000',
|
|
1311
|
+
circle: true
|
|
1310
1312
|
}
|
|
1311
1313
|
}],
|
|
1312
1314
|
socials: {
|
|
@@ -3124,7 +3126,9 @@ const assets = {
|
|
|
3124
3126
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.png',
|
|
3125
3127
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.svg',
|
|
3126
3128
|
theme: {
|
|
3127
|
-
primary_color_hex: '#040404'
|
|
3129
|
+
primary_color_hex: '#040404',
|
|
3130
|
+
background_color_hex: '#000000',
|
|
3131
|
+
circle: true
|
|
3128
3132
|
}
|
|
3129
3133
|
}],
|
|
3130
3134
|
socials: {
|
package/mainnet/terra2.js
CHANGED
|
@@ -1508,7 +1508,9 @@ const assets = {
|
|
|
1508
1508
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.png',
|
|
1509
1509
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.svg',
|
|
1510
1510
|
theme: {
|
|
1511
|
-
primary_color_hex: '#040404'
|
|
1511
|
+
primary_color_hex: '#040404',
|
|
1512
|
+
background_color_hex: '#000000',
|
|
1513
|
+
circle: true
|
|
1512
1514
|
}
|
|
1513
1515
|
}],
|
|
1514
1516
|
socials: {
|
|
@@ -4592,7 +4594,9 @@ const assets = {
|
|
|
4592
4594
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.png',
|
|
4593
4595
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.svg',
|
|
4594
4596
|
theme: {
|
|
4595
|
-
primary_color_hex: '#040404'
|
|
4597
|
+
primary_color_hex: '#040404',
|
|
4598
|
+
background_color_hex: '#000000',
|
|
4599
|
+
circle: true
|
|
4596
4600
|
}
|
|
4597
4601
|
}],
|
|
4598
4602
|
socials: {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@chain-registry/assets",
|
|
3
|
-
"version": "1.64.
|
|
3
|
+
"version": "1.64.26",
|
|
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.22",
|
|
33
|
+
"chain-registry": "^1.63.26"
|
|
34
34
|
},
|
|
35
35
|
"dependencies": {
|
|
36
|
-
"@chain-registry/types": "^0.45.
|
|
36
|
+
"@chain-registry/types": "^0.45.22"
|
|
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": "57a3a8f5dc8f0d5a0cd441304468503cd60a0cd2"
|
|
47
47
|
}
|