@chain-registry/assets 1.64.33 → 1.64.35
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 +84 -0
- package/esm/mainnet/source.js +84 -0
- package/index.d.ts +1 -1
- package/mainnet/axelar.js +84 -0
- package/mainnet/source.js +84 -0
- package/package.json +5 -5
package/esm/mainnet/axelar.js
CHANGED
|
@@ -2597,6 +2597,48 @@ const assets = {
|
|
|
2597
2597
|
}
|
|
2598
2598
|
}]
|
|
2599
2599
|
},
|
|
2600
|
+
{
|
|
2601
|
+
description: 'The native token of SOURCE Chain',
|
|
2602
|
+
denom_units: [{
|
|
2603
|
+
denom: 'ibc/F6D0827F10AB04D63596542BFC84B454A90FAE386324325CFD59265F0E08B5EF',
|
|
2604
|
+
exponent: 0,
|
|
2605
|
+
aliases: ['usource']
|
|
2606
|
+
}, {
|
|
2607
|
+
denom: 'source',
|
|
2608
|
+
exponent: 6
|
|
2609
|
+
}],
|
|
2610
|
+
base: 'ibc/F6D0827F10AB04D63596542BFC84B454A90FAE386324325CFD59265F0E08B5EF',
|
|
2611
|
+
name: 'Source',
|
|
2612
|
+
display: 'source',
|
|
2613
|
+
symbol: 'SOURCE',
|
|
2614
|
+
logo_URIs: {
|
|
2615
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/source/images/source.png',
|
|
2616
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/source/images/source.svg'
|
|
2617
|
+
},
|
|
2618
|
+
coingecko_id: 'source',
|
|
2619
|
+
images: [{
|
|
2620
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/source/images/source.png',
|
|
2621
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/source/images/source.svg',
|
|
2622
|
+
theme: {
|
|
2623
|
+
primary_color_hex: '#39a5fc'
|
|
2624
|
+
}
|
|
2625
|
+
}],
|
|
2626
|
+
socials: {
|
|
2627
|
+
website: 'https://www.sourceprotocol.io/',
|
|
2628
|
+
twitter: 'https://twitter.com/sourceprotocol_'
|
|
2629
|
+
},
|
|
2630
|
+
traces: [{
|
|
2631
|
+
type: 'ibc',
|
|
2632
|
+
counterparty: {
|
|
2633
|
+
channel_id: 'channel-3',
|
|
2634
|
+
base_denom: 'usource',
|
|
2635
|
+
chain_name: 'source'
|
|
2636
|
+
},
|
|
2637
|
+
chain: {
|
|
2638
|
+
channel_id: 'channel-160'
|
|
2639
|
+
}
|
|
2640
|
+
}]
|
|
2641
|
+
},
|
|
2600
2642
|
{
|
|
2601
2643
|
description: 'Stride is a liquid staking blockchain in the Cosmos ecosystem that allows users to stake any IBC-compatible tokens and receive stTokens in return, providing liquidity while earning staking rewards.',
|
|
2602
2644
|
denom_units: [{
|
|
@@ -4739,6 +4781,48 @@ const assets = {
|
|
|
4739
4781
|
}
|
|
4740
4782
|
}]
|
|
4741
4783
|
},
|
|
4784
|
+
{
|
|
4785
|
+
description: 'The native token of SOURCE Chain',
|
|
4786
|
+
denom_units: [{
|
|
4787
|
+
denom: 'ibc/F6D0827F10AB04D63596542BFC84B454A90FAE386324325CFD59265F0E08B5EF',
|
|
4788
|
+
exponent: 0,
|
|
4789
|
+
aliases: ['usource']
|
|
4790
|
+
}, {
|
|
4791
|
+
denom: 'source',
|
|
4792
|
+
exponent: 6
|
|
4793
|
+
}],
|
|
4794
|
+
base: 'ibc/F6D0827F10AB04D63596542BFC84B454A90FAE386324325CFD59265F0E08B5EF',
|
|
4795
|
+
name: 'Source',
|
|
4796
|
+
display: 'source',
|
|
4797
|
+
symbol: 'SOURCE',
|
|
4798
|
+
logo_URIs: {
|
|
4799
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/source/images/source.png',
|
|
4800
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/source/images/source.svg'
|
|
4801
|
+
},
|
|
4802
|
+
coingecko_id: 'source',
|
|
4803
|
+
images: [{
|
|
4804
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/source/images/source.png',
|
|
4805
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/source/images/source.svg',
|
|
4806
|
+
theme: {
|
|
4807
|
+
primary_color_hex: '#39a5fc'
|
|
4808
|
+
}
|
|
4809
|
+
}],
|
|
4810
|
+
socials: {
|
|
4811
|
+
website: 'https://www.sourceprotocol.io/',
|
|
4812
|
+
twitter: 'https://twitter.com/sourceprotocol_'
|
|
4813
|
+
},
|
|
4814
|
+
traces: [{
|
|
4815
|
+
type: 'ibc',
|
|
4816
|
+
counterparty: {
|
|
4817
|
+
channel_id: 'channel-3',
|
|
4818
|
+
base_denom: 'usource',
|
|
4819
|
+
chain_name: 'source'
|
|
4820
|
+
},
|
|
4821
|
+
chain: {
|
|
4822
|
+
channel_id: 'channel-160'
|
|
4823
|
+
}
|
|
4824
|
+
}]
|
|
4825
|
+
},
|
|
4742
4826
|
{
|
|
4743
4827
|
description: 'Stride is a liquid staking blockchain in the Cosmos ecosystem that allows users to stake any IBC-compatible tokens and receive stTokens in return, providing liquidity while earning staking rewards.',
|
|
4744
4828
|
denom_units: [{
|
package/esm/mainnet/source.js
CHANGED
|
@@ -1,6 +1,48 @@
|
|
|
1
1
|
const assets = {
|
|
2
2
|
chain_name: 'source',
|
|
3
3
|
assets: [
|
|
4
|
+
{
|
|
5
|
+
description: 'Axelar is a decentralized interoperability network connecting multiple blockchain ecosystems, enabling seamless cross-chain communication and value transfer.',
|
|
6
|
+
denom_units: [{
|
|
7
|
+
denom: 'ibc/9463E39D230614B313B487836D13A392BD1731928713D4C8427A083627048DB3',
|
|
8
|
+
exponent: 0,
|
|
9
|
+
aliases: ['uaxl']
|
|
10
|
+
}, {
|
|
11
|
+
denom: 'axl',
|
|
12
|
+
exponent: 6
|
|
13
|
+
}],
|
|
14
|
+
base: 'ibc/9463E39D230614B313B487836D13A392BD1731928713D4C8427A083627048DB3',
|
|
15
|
+
name: 'Axelar',
|
|
16
|
+
display: 'axl',
|
|
17
|
+
symbol: 'AXL',
|
|
18
|
+
logo_URIs: {
|
|
19
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/axl.png',
|
|
20
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/axl.svg'
|
|
21
|
+
},
|
|
22
|
+
coingecko_id: 'axelar',
|
|
23
|
+
images: [{
|
|
24
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/axl.png',
|
|
25
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/axl.svg',
|
|
26
|
+
theme: {
|
|
27
|
+
primary_color_hex: '#040404'
|
|
28
|
+
}
|
|
29
|
+
}],
|
|
30
|
+
socials: {
|
|
31
|
+
website: 'https://axelar.network/',
|
|
32
|
+
twitter: 'https://twitter.com/axelarnetwork'
|
|
33
|
+
},
|
|
34
|
+
traces: [{
|
|
35
|
+
type: 'ibc',
|
|
36
|
+
counterparty: {
|
|
37
|
+
channel_id: 'channel-160',
|
|
38
|
+
base_denom: 'uaxl',
|
|
39
|
+
chain_name: 'axelar'
|
|
40
|
+
},
|
|
41
|
+
chain: {
|
|
42
|
+
channel_id: 'channel-3'
|
|
43
|
+
}
|
|
44
|
+
}]
|
|
45
|
+
},
|
|
4
46
|
{
|
|
5
47
|
description: 'The native token of Osmosis',
|
|
6
48
|
denom_units: [{
|
|
@@ -170,6 +212,48 @@ const assets = {
|
|
|
170
212
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/binancesmartchain/images/srcx.png'
|
|
171
213
|
}
|
|
172
214
|
},
|
|
215
|
+
{
|
|
216
|
+
description: 'Axelar is a decentralized interoperability network connecting multiple blockchain ecosystems, enabling seamless cross-chain communication and value transfer.',
|
|
217
|
+
denom_units: [{
|
|
218
|
+
denom: 'ibc/9463E39D230614B313B487836D13A392BD1731928713D4C8427A083627048DB3',
|
|
219
|
+
exponent: 0,
|
|
220
|
+
aliases: ['uaxl']
|
|
221
|
+
}, {
|
|
222
|
+
denom: 'axl',
|
|
223
|
+
exponent: 6
|
|
224
|
+
}],
|
|
225
|
+
base: 'ibc/9463E39D230614B313B487836D13A392BD1731928713D4C8427A083627048DB3',
|
|
226
|
+
name: 'Axelar',
|
|
227
|
+
display: 'axl',
|
|
228
|
+
symbol: 'AXL',
|
|
229
|
+
logo_URIs: {
|
|
230
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/axl.png',
|
|
231
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/axl.svg'
|
|
232
|
+
},
|
|
233
|
+
coingecko_id: 'axelar',
|
|
234
|
+
images: [{
|
|
235
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/axl.png',
|
|
236
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/axl.svg',
|
|
237
|
+
theme: {
|
|
238
|
+
primary_color_hex: '#040404'
|
|
239
|
+
}
|
|
240
|
+
}],
|
|
241
|
+
socials: {
|
|
242
|
+
website: 'https://axelar.network/',
|
|
243
|
+
twitter: 'https://twitter.com/axelarnetwork'
|
|
244
|
+
},
|
|
245
|
+
traces: [{
|
|
246
|
+
type: 'ibc',
|
|
247
|
+
counterparty: {
|
|
248
|
+
channel_id: 'channel-160',
|
|
249
|
+
base_denom: 'uaxl',
|
|
250
|
+
chain_name: 'axelar'
|
|
251
|
+
},
|
|
252
|
+
chain: {
|
|
253
|
+
channel_id: 'channel-3'
|
|
254
|
+
}
|
|
255
|
+
}]
|
|
256
|
+
},
|
|
173
257
|
{
|
|
174
258
|
description: 'The native token of Osmosis',
|
|
175
259
|
denom_units: [{
|
package/index.d.ts
CHANGED
|
@@ -3,7 +3,7 @@ export * from './testnet';
|
|
|
3
3
|
export * from './noncosmos';
|
|
4
4
|
import asset_lists from './asset_lists';
|
|
5
5
|
declare const _default: {
|
|
6
|
-
asset_lists:
|
|
6
|
+
asset_lists: AssetList[];
|
|
7
7
|
};
|
|
8
8
|
export default _default;
|
|
9
9
|
export { asset_lists };
|
package/mainnet/axelar.js
CHANGED
|
@@ -2599,6 +2599,48 @@ const assets = {
|
|
|
2599
2599
|
}
|
|
2600
2600
|
}]
|
|
2601
2601
|
},
|
|
2602
|
+
{
|
|
2603
|
+
description: 'The native token of SOURCE Chain',
|
|
2604
|
+
denom_units: [{
|
|
2605
|
+
denom: 'ibc/F6D0827F10AB04D63596542BFC84B454A90FAE386324325CFD59265F0E08B5EF',
|
|
2606
|
+
exponent: 0,
|
|
2607
|
+
aliases: ['usource']
|
|
2608
|
+
}, {
|
|
2609
|
+
denom: 'source',
|
|
2610
|
+
exponent: 6
|
|
2611
|
+
}],
|
|
2612
|
+
base: 'ibc/F6D0827F10AB04D63596542BFC84B454A90FAE386324325CFD59265F0E08B5EF',
|
|
2613
|
+
name: 'Source',
|
|
2614
|
+
display: 'source',
|
|
2615
|
+
symbol: 'SOURCE',
|
|
2616
|
+
logo_URIs: {
|
|
2617
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/source/images/source.png',
|
|
2618
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/source/images/source.svg'
|
|
2619
|
+
},
|
|
2620
|
+
coingecko_id: 'source',
|
|
2621
|
+
images: [{
|
|
2622
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/source/images/source.png',
|
|
2623
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/source/images/source.svg',
|
|
2624
|
+
theme: {
|
|
2625
|
+
primary_color_hex: '#39a5fc'
|
|
2626
|
+
}
|
|
2627
|
+
}],
|
|
2628
|
+
socials: {
|
|
2629
|
+
website: 'https://www.sourceprotocol.io/',
|
|
2630
|
+
twitter: 'https://twitter.com/sourceprotocol_'
|
|
2631
|
+
},
|
|
2632
|
+
traces: [{
|
|
2633
|
+
type: 'ibc',
|
|
2634
|
+
counterparty: {
|
|
2635
|
+
channel_id: 'channel-3',
|
|
2636
|
+
base_denom: 'usource',
|
|
2637
|
+
chain_name: 'source'
|
|
2638
|
+
},
|
|
2639
|
+
chain: {
|
|
2640
|
+
channel_id: 'channel-160'
|
|
2641
|
+
}
|
|
2642
|
+
}]
|
|
2643
|
+
},
|
|
2602
2644
|
{
|
|
2603
2645
|
description: 'Stride is a liquid staking blockchain in the Cosmos ecosystem that allows users to stake any IBC-compatible tokens and receive stTokens in return, providing liquidity while earning staking rewards.',
|
|
2604
2646
|
denom_units: [{
|
|
@@ -4741,6 +4783,48 @@ const assets = {
|
|
|
4741
4783
|
}
|
|
4742
4784
|
}]
|
|
4743
4785
|
},
|
|
4786
|
+
{
|
|
4787
|
+
description: 'The native token of SOURCE Chain',
|
|
4788
|
+
denom_units: [{
|
|
4789
|
+
denom: 'ibc/F6D0827F10AB04D63596542BFC84B454A90FAE386324325CFD59265F0E08B5EF',
|
|
4790
|
+
exponent: 0,
|
|
4791
|
+
aliases: ['usource']
|
|
4792
|
+
}, {
|
|
4793
|
+
denom: 'source',
|
|
4794
|
+
exponent: 6
|
|
4795
|
+
}],
|
|
4796
|
+
base: 'ibc/F6D0827F10AB04D63596542BFC84B454A90FAE386324325CFD59265F0E08B5EF',
|
|
4797
|
+
name: 'Source',
|
|
4798
|
+
display: 'source',
|
|
4799
|
+
symbol: 'SOURCE',
|
|
4800
|
+
logo_URIs: {
|
|
4801
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/source/images/source.png',
|
|
4802
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/source/images/source.svg'
|
|
4803
|
+
},
|
|
4804
|
+
coingecko_id: 'source',
|
|
4805
|
+
images: [{
|
|
4806
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/source/images/source.png',
|
|
4807
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/source/images/source.svg',
|
|
4808
|
+
theme: {
|
|
4809
|
+
primary_color_hex: '#39a5fc'
|
|
4810
|
+
}
|
|
4811
|
+
}],
|
|
4812
|
+
socials: {
|
|
4813
|
+
website: 'https://www.sourceprotocol.io/',
|
|
4814
|
+
twitter: 'https://twitter.com/sourceprotocol_'
|
|
4815
|
+
},
|
|
4816
|
+
traces: [{
|
|
4817
|
+
type: 'ibc',
|
|
4818
|
+
counterparty: {
|
|
4819
|
+
channel_id: 'channel-3',
|
|
4820
|
+
base_denom: 'usource',
|
|
4821
|
+
chain_name: 'source'
|
|
4822
|
+
},
|
|
4823
|
+
chain: {
|
|
4824
|
+
channel_id: 'channel-160'
|
|
4825
|
+
}
|
|
4826
|
+
}]
|
|
4827
|
+
},
|
|
4744
4828
|
{
|
|
4745
4829
|
description: 'Stride is a liquid staking blockchain in the Cosmos ecosystem that allows users to stake any IBC-compatible tokens and receive stTokens in return, providing liquidity while earning staking rewards.',
|
|
4746
4830
|
denom_units: [{
|
package/mainnet/source.js
CHANGED
|
@@ -3,6 +3,48 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
const assets = {
|
|
4
4
|
chain_name: 'source',
|
|
5
5
|
assets: [
|
|
6
|
+
{
|
|
7
|
+
description: 'Axelar is a decentralized interoperability network connecting multiple blockchain ecosystems, enabling seamless cross-chain communication and value transfer.',
|
|
8
|
+
denom_units: [{
|
|
9
|
+
denom: 'ibc/9463E39D230614B313B487836D13A392BD1731928713D4C8427A083627048DB3',
|
|
10
|
+
exponent: 0,
|
|
11
|
+
aliases: ['uaxl']
|
|
12
|
+
}, {
|
|
13
|
+
denom: 'axl',
|
|
14
|
+
exponent: 6
|
|
15
|
+
}],
|
|
16
|
+
base: 'ibc/9463E39D230614B313B487836D13A392BD1731928713D4C8427A083627048DB3',
|
|
17
|
+
name: 'Axelar',
|
|
18
|
+
display: 'axl',
|
|
19
|
+
symbol: 'AXL',
|
|
20
|
+
logo_URIs: {
|
|
21
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/axl.png',
|
|
22
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/axl.svg'
|
|
23
|
+
},
|
|
24
|
+
coingecko_id: 'axelar',
|
|
25
|
+
images: [{
|
|
26
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/axl.png',
|
|
27
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/axl.svg',
|
|
28
|
+
theme: {
|
|
29
|
+
primary_color_hex: '#040404'
|
|
30
|
+
}
|
|
31
|
+
}],
|
|
32
|
+
socials: {
|
|
33
|
+
website: 'https://axelar.network/',
|
|
34
|
+
twitter: 'https://twitter.com/axelarnetwork'
|
|
35
|
+
},
|
|
36
|
+
traces: [{
|
|
37
|
+
type: 'ibc',
|
|
38
|
+
counterparty: {
|
|
39
|
+
channel_id: 'channel-160',
|
|
40
|
+
base_denom: 'uaxl',
|
|
41
|
+
chain_name: 'axelar'
|
|
42
|
+
},
|
|
43
|
+
chain: {
|
|
44
|
+
channel_id: 'channel-3'
|
|
45
|
+
}
|
|
46
|
+
}]
|
|
47
|
+
},
|
|
6
48
|
{
|
|
7
49
|
description: 'The native token of Osmosis',
|
|
8
50
|
denom_units: [{
|
|
@@ -172,6 +214,48 @@ const assets = {
|
|
|
172
214
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/binancesmartchain/images/srcx.png'
|
|
173
215
|
}
|
|
174
216
|
},
|
|
217
|
+
{
|
|
218
|
+
description: 'Axelar is a decentralized interoperability network connecting multiple blockchain ecosystems, enabling seamless cross-chain communication and value transfer.',
|
|
219
|
+
denom_units: [{
|
|
220
|
+
denom: 'ibc/9463E39D230614B313B487836D13A392BD1731928713D4C8427A083627048DB3',
|
|
221
|
+
exponent: 0,
|
|
222
|
+
aliases: ['uaxl']
|
|
223
|
+
}, {
|
|
224
|
+
denom: 'axl',
|
|
225
|
+
exponent: 6
|
|
226
|
+
}],
|
|
227
|
+
base: 'ibc/9463E39D230614B313B487836D13A392BD1731928713D4C8427A083627048DB3',
|
|
228
|
+
name: 'Axelar',
|
|
229
|
+
display: 'axl',
|
|
230
|
+
symbol: 'AXL',
|
|
231
|
+
logo_URIs: {
|
|
232
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/axl.png',
|
|
233
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/axl.svg'
|
|
234
|
+
},
|
|
235
|
+
coingecko_id: 'axelar',
|
|
236
|
+
images: [{
|
|
237
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/axl.png',
|
|
238
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/axl.svg',
|
|
239
|
+
theme: {
|
|
240
|
+
primary_color_hex: '#040404'
|
|
241
|
+
}
|
|
242
|
+
}],
|
|
243
|
+
socials: {
|
|
244
|
+
website: 'https://axelar.network/',
|
|
245
|
+
twitter: 'https://twitter.com/axelarnetwork'
|
|
246
|
+
},
|
|
247
|
+
traces: [{
|
|
248
|
+
type: 'ibc',
|
|
249
|
+
counterparty: {
|
|
250
|
+
channel_id: 'channel-160',
|
|
251
|
+
base_denom: 'uaxl',
|
|
252
|
+
chain_name: 'axelar'
|
|
253
|
+
},
|
|
254
|
+
chain: {
|
|
255
|
+
channel_id: 'channel-3'
|
|
256
|
+
}
|
|
257
|
+
}]
|
|
258
|
+
},
|
|
175
259
|
{
|
|
176
260
|
description: 'The native token of Osmosis',
|
|
177
261
|
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.35",
|
|
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.29",
|
|
33
|
+
"chain-registry": "^1.63.35"
|
|
34
34
|
},
|
|
35
35
|
"dependencies": {
|
|
36
|
-
"@chain-registry/types": "^0.45.
|
|
36
|
+
"@chain-registry/types": "^0.45.29"
|
|
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": "f7c2b84fdab40cf981a82360e771e9f0aec0b387"
|
|
47
47
|
}
|