@chain-registry/assets 1.70.136 → 1.70.137
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/sidechain.js +86 -0
- package/mainnet/axelar.js +84 -0
- package/mainnet/sidechain.js +86 -0
- package/package.json +5 -5
package/esm/mainnet/axelar.js
CHANGED
|
@@ -7850,6 +7850,48 @@ const assets = {
|
|
|
7850
7850
|
}
|
|
7851
7851
|
}]
|
|
7852
7852
|
},
|
|
7853
|
+
{
|
|
7854
|
+
description: 'The native token of Side Chain.',
|
|
7855
|
+
denom_units: [{
|
|
7856
|
+
denom: 'ibc/9A12FAE1E723551AD023FE6F43FCF85168298283E5FCCD1CF95E71710A974AC6',
|
|
7857
|
+
exponent: 0,
|
|
7858
|
+
aliases: ['uside']
|
|
7859
|
+
}, {
|
|
7860
|
+
denom: 'side',
|
|
7861
|
+
exponent: 6
|
|
7862
|
+
}],
|
|
7863
|
+
base: 'ibc/9A12FAE1E723551AD023FE6F43FCF85168298283E5FCCD1CF95E71710A974AC6',
|
|
7864
|
+
name: 'Side Chain native token',
|
|
7865
|
+
display: 'side',
|
|
7866
|
+
symbol: 'SIDE',
|
|
7867
|
+
logo_URIs: {
|
|
7868
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sidechain/images/side.png',
|
|
7869
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sidechain/images/side.svg'
|
|
7870
|
+
},
|
|
7871
|
+
images: [{
|
|
7872
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sidechain/images/side.png',
|
|
7873
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sidechain/images/side.svg',
|
|
7874
|
+
theme: {
|
|
7875
|
+
primary_color_hex: '#f7771a'
|
|
7876
|
+
}
|
|
7877
|
+
}],
|
|
7878
|
+
socials: {
|
|
7879
|
+
website: 'https://side.one',
|
|
7880
|
+
twitter: 'https://x.com/SideProtocol'
|
|
7881
|
+
},
|
|
7882
|
+
type_asset: 'sdk.coin',
|
|
7883
|
+
traces: [{
|
|
7884
|
+
type: 'ibc',
|
|
7885
|
+
counterparty: {
|
|
7886
|
+
channel_id: 'channel-5',
|
|
7887
|
+
base_denom: 'uside',
|
|
7888
|
+
chain_name: 'sidechain'
|
|
7889
|
+
},
|
|
7890
|
+
chain: {
|
|
7891
|
+
channel_id: 'channel-173'
|
|
7892
|
+
}
|
|
7893
|
+
}]
|
|
7894
|
+
},
|
|
7853
7895
|
{
|
|
7854
7896
|
description: 'Somm Token (SOMM) is the native staking token of the Sommelier Chain',
|
|
7855
7897
|
denom_units: [
|
|
@@ -15303,6 +15345,48 @@ const assets = {
|
|
|
15303
15345
|
}
|
|
15304
15346
|
}]
|
|
15305
15347
|
},
|
|
15348
|
+
{
|
|
15349
|
+
description: 'The native token of Side Chain.',
|
|
15350
|
+
denom_units: [{
|
|
15351
|
+
denom: 'ibc/9A12FAE1E723551AD023FE6F43FCF85168298283E5FCCD1CF95E71710A974AC6',
|
|
15352
|
+
exponent: 0,
|
|
15353
|
+
aliases: ['uside']
|
|
15354
|
+
}, {
|
|
15355
|
+
denom: 'side',
|
|
15356
|
+
exponent: 6
|
|
15357
|
+
}],
|
|
15358
|
+
base: 'ibc/9A12FAE1E723551AD023FE6F43FCF85168298283E5FCCD1CF95E71710A974AC6',
|
|
15359
|
+
name: 'Side Chain native token',
|
|
15360
|
+
display: 'side',
|
|
15361
|
+
symbol: 'SIDE',
|
|
15362
|
+
logo_URIs: {
|
|
15363
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sidechain/images/side.png',
|
|
15364
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sidechain/images/side.svg'
|
|
15365
|
+
},
|
|
15366
|
+
images: [{
|
|
15367
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sidechain/images/side.png',
|
|
15368
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sidechain/images/side.svg',
|
|
15369
|
+
theme: {
|
|
15370
|
+
primary_color_hex: '#f7771a'
|
|
15371
|
+
}
|
|
15372
|
+
}],
|
|
15373
|
+
socials: {
|
|
15374
|
+
website: 'https://side.one',
|
|
15375
|
+
twitter: 'https://x.com/SideProtocol'
|
|
15376
|
+
},
|
|
15377
|
+
type_asset: 'sdk.coin',
|
|
15378
|
+
traces: [{
|
|
15379
|
+
type: 'ibc',
|
|
15380
|
+
counterparty: {
|
|
15381
|
+
channel_id: 'channel-5',
|
|
15382
|
+
base_denom: 'uside',
|
|
15383
|
+
chain_name: 'sidechain'
|
|
15384
|
+
},
|
|
15385
|
+
chain: {
|
|
15386
|
+
channel_id: 'channel-173'
|
|
15387
|
+
}
|
|
15388
|
+
}]
|
|
15389
|
+
},
|
|
15306
15390
|
{
|
|
15307
15391
|
description: 'Somm Token (SOMM) is the native staking token of the Sommelier Chain',
|
|
15308
15392
|
denom_units: [
|
package/esm/mainnet/sidechain.js
CHANGED
|
@@ -1,6 +1,49 @@
|
|
|
1
1
|
const assets = {
|
|
2
2
|
chain_name: 'sidechain',
|
|
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/D934516FBE457F3A98AFABD87E0EFF7F95A15325C191EA8CDD7763C702FDDEC2',
|
|
8
|
+
exponent: 0,
|
|
9
|
+
aliases: ['uaxl']
|
|
10
|
+
}, {
|
|
11
|
+
denom: 'axl',
|
|
12
|
+
exponent: 6
|
|
13
|
+
}],
|
|
14
|
+
base: 'ibc/D934516FBE457F3A98AFABD87E0EFF7F95A15325C191EA8CDD7763C702FDDEC2',
|
|
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
|
+
type_asset: 'sdk.coin',
|
|
35
|
+
traces: [{
|
|
36
|
+
type: 'ibc',
|
|
37
|
+
counterparty: {
|
|
38
|
+
channel_id: 'channel-173',
|
|
39
|
+
base_denom: 'uaxl',
|
|
40
|
+
chain_name: 'axelar'
|
|
41
|
+
},
|
|
42
|
+
chain: {
|
|
43
|
+
channel_id: 'channel-5'
|
|
44
|
+
}
|
|
45
|
+
}]
|
|
46
|
+
},
|
|
4
47
|
{
|
|
5
48
|
description: 'ATOM is the native cryptocurrency of the Cosmos network, designed to facilitate interoperability between multiple blockchains through its innovative hub-and-spoke model.',
|
|
6
49
|
denom_units: [{
|
|
@@ -684,6 +727,49 @@ const assets = {
|
|
|
684
727
|
}
|
|
685
728
|
}]
|
|
686
729
|
},
|
|
730
|
+
{
|
|
731
|
+
description: 'Axelar is a decentralized interoperability network connecting multiple blockchain ecosystems, enabling seamless cross-chain communication and value transfer.',
|
|
732
|
+
denom_units: [{
|
|
733
|
+
denom: 'ibc/D934516FBE457F3A98AFABD87E0EFF7F95A15325C191EA8CDD7763C702FDDEC2',
|
|
734
|
+
exponent: 0,
|
|
735
|
+
aliases: ['uaxl']
|
|
736
|
+
}, {
|
|
737
|
+
denom: 'axl',
|
|
738
|
+
exponent: 6
|
|
739
|
+
}],
|
|
740
|
+
base: 'ibc/D934516FBE457F3A98AFABD87E0EFF7F95A15325C191EA8CDD7763C702FDDEC2',
|
|
741
|
+
name: 'Axelar',
|
|
742
|
+
display: 'axl',
|
|
743
|
+
symbol: 'AXL',
|
|
744
|
+
logo_URIs: {
|
|
745
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/axl.png',
|
|
746
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/axl.svg'
|
|
747
|
+
},
|
|
748
|
+
coingecko_id: 'axelar',
|
|
749
|
+
images: [{
|
|
750
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/axl.png',
|
|
751
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/axl.svg',
|
|
752
|
+
theme: {
|
|
753
|
+
primary_color_hex: '#040404'
|
|
754
|
+
}
|
|
755
|
+
}],
|
|
756
|
+
socials: {
|
|
757
|
+
website: 'https://axelar.network/',
|
|
758
|
+
twitter: 'https://twitter.com/axelarnetwork'
|
|
759
|
+
},
|
|
760
|
+
type_asset: 'sdk.coin',
|
|
761
|
+
traces: [{
|
|
762
|
+
type: 'ibc',
|
|
763
|
+
counterparty: {
|
|
764
|
+
channel_id: 'channel-173',
|
|
765
|
+
base_denom: 'uaxl',
|
|
766
|
+
chain_name: 'axelar'
|
|
767
|
+
},
|
|
768
|
+
chain: {
|
|
769
|
+
channel_id: 'channel-5'
|
|
770
|
+
}
|
|
771
|
+
}]
|
|
772
|
+
},
|
|
687
773
|
{
|
|
688
774
|
description: 'ATOM is the native cryptocurrency of the Cosmos network, designed to facilitate interoperability between multiple blockchains through its innovative hub-and-spoke model.',
|
|
689
775
|
denom_units: [{
|
package/mainnet/axelar.js
CHANGED
|
@@ -7852,6 +7852,48 @@ const assets = {
|
|
|
7852
7852
|
}
|
|
7853
7853
|
}]
|
|
7854
7854
|
},
|
|
7855
|
+
{
|
|
7856
|
+
description: 'The native token of Side Chain.',
|
|
7857
|
+
denom_units: [{
|
|
7858
|
+
denom: 'ibc/9A12FAE1E723551AD023FE6F43FCF85168298283E5FCCD1CF95E71710A974AC6',
|
|
7859
|
+
exponent: 0,
|
|
7860
|
+
aliases: ['uside']
|
|
7861
|
+
}, {
|
|
7862
|
+
denom: 'side',
|
|
7863
|
+
exponent: 6
|
|
7864
|
+
}],
|
|
7865
|
+
base: 'ibc/9A12FAE1E723551AD023FE6F43FCF85168298283E5FCCD1CF95E71710A974AC6',
|
|
7866
|
+
name: 'Side Chain native token',
|
|
7867
|
+
display: 'side',
|
|
7868
|
+
symbol: 'SIDE',
|
|
7869
|
+
logo_URIs: {
|
|
7870
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sidechain/images/side.png',
|
|
7871
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sidechain/images/side.svg'
|
|
7872
|
+
},
|
|
7873
|
+
images: [{
|
|
7874
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sidechain/images/side.png',
|
|
7875
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sidechain/images/side.svg',
|
|
7876
|
+
theme: {
|
|
7877
|
+
primary_color_hex: '#f7771a'
|
|
7878
|
+
}
|
|
7879
|
+
}],
|
|
7880
|
+
socials: {
|
|
7881
|
+
website: 'https://side.one',
|
|
7882
|
+
twitter: 'https://x.com/SideProtocol'
|
|
7883
|
+
},
|
|
7884
|
+
type_asset: 'sdk.coin',
|
|
7885
|
+
traces: [{
|
|
7886
|
+
type: 'ibc',
|
|
7887
|
+
counterparty: {
|
|
7888
|
+
channel_id: 'channel-5',
|
|
7889
|
+
base_denom: 'uside',
|
|
7890
|
+
chain_name: 'sidechain'
|
|
7891
|
+
},
|
|
7892
|
+
chain: {
|
|
7893
|
+
channel_id: 'channel-173'
|
|
7894
|
+
}
|
|
7895
|
+
}]
|
|
7896
|
+
},
|
|
7855
7897
|
{
|
|
7856
7898
|
description: 'Somm Token (SOMM) is the native staking token of the Sommelier Chain',
|
|
7857
7899
|
denom_units: [
|
|
@@ -15305,6 +15347,48 @@ const assets = {
|
|
|
15305
15347
|
}
|
|
15306
15348
|
}]
|
|
15307
15349
|
},
|
|
15350
|
+
{
|
|
15351
|
+
description: 'The native token of Side Chain.',
|
|
15352
|
+
denom_units: [{
|
|
15353
|
+
denom: 'ibc/9A12FAE1E723551AD023FE6F43FCF85168298283E5FCCD1CF95E71710A974AC6',
|
|
15354
|
+
exponent: 0,
|
|
15355
|
+
aliases: ['uside']
|
|
15356
|
+
}, {
|
|
15357
|
+
denom: 'side',
|
|
15358
|
+
exponent: 6
|
|
15359
|
+
}],
|
|
15360
|
+
base: 'ibc/9A12FAE1E723551AD023FE6F43FCF85168298283E5FCCD1CF95E71710A974AC6',
|
|
15361
|
+
name: 'Side Chain native token',
|
|
15362
|
+
display: 'side',
|
|
15363
|
+
symbol: 'SIDE',
|
|
15364
|
+
logo_URIs: {
|
|
15365
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sidechain/images/side.png',
|
|
15366
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sidechain/images/side.svg'
|
|
15367
|
+
},
|
|
15368
|
+
images: [{
|
|
15369
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sidechain/images/side.png',
|
|
15370
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sidechain/images/side.svg',
|
|
15371
|
+
theme: {
|
|
15372
|
+
primary_color_hex: '#f7771a'
|
|
15373
|
+
}
|
|
15374
|
+
}],
|
|
15375
|
+
socials: {
|
|
15376
|
+
website: 'https://side.one',
|
|
15377
|
+
twitter: 'https://x.com/SideProtocol'
|
|
15378
|
+
},
|
|
15379
|
+
type_asset: 'sdk.coin',
|
|
15380
|
+
traces: [{
|
|
15381
|
+
type: 'ibc',
|
|
15382
|
+
counterparty: {
|
|
15383
|
+
channel_id: 'channel-5',
|
|
15384
|
+
base_denom: 'uside',
|
|
15385
|
+
chain_name: 'sidechain'
|
|
15386
|
+
},
|
|
15387
|
+
chain: {
|
|
15388
|
+
channel_id: 'channel-173'
|
|
15389
|
+
}
|
|
15390
|
+
}]
|
|
15391
|
+
},
|
|
15308
15392
|
{
|
|
15309
15393
|
description: 'Somm Token (SOMM) is the native staking token of the Sommelier Chain',
|
|
15310
15394
|
denom_units: [
|
package/mainnet/sidechain.js
CHANGED
|
@@ -3,6 +3,49 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
const assets = {
|
|
4
4
|
chain_name: 'sidechain',
|
|
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/D934516FBE457F3A98AFABD87E0EFF7F95A15325C191EA8CDD7763C702FDDEC2',
|
|
10
|
+
exponent: 0,
|
|
11
|
+
aliases: ['uaxl']
|
|
12
|
+
}, {
|
|
13
|
+
denom: 'axl',
|
|
14
|
+
exponent: 6
|
|
15
|
+
}],
|
|
16
|
+
base: 'ibc/D934516FBE457F3A98AFABD87E0EFF7F95A15325C191EA8CDD7763C702FDDEC2',
|
|
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
|
+
type_asset: 'sdk.coin',
|
|
37
|
+
traces: [{
|
|
38
|
+
type: 'ibc',
|
|
39
|
+
counterparty: {
|
|
40
|
+
channel_id: 'channel-173',
|
|
41
|
+
base_denom: 'uaxl',
|
|
42
|
+
chain_name: 'axelar'
|
|
43
|
+
},
|
|
44
|
+
chain: {
|
|
45
|
+
channel_id: 'channel-5'
|
|
46
|
+
}
|
|
47
|
+
}]
|
|
48
|
+
},
|
|
6
49
|
{
|
|
7
50
|
description: 'ATOM is the native cryptocurrency of the Cosmos network, designed to facilitate interoperability between multiple blockchains through its innovative hub-and-spoke model.',
|
|
8
51
|
denom_units: [{
|
|
@@ -686,6 +729,49 @@ const assets = {
|
|
|
686
729
|
}
|
|
687
730
|
}]
|
|
688
731
|
},
|
|
732
|
+
{
|
|
733
|
+
description: 'Axelar is a decentralized interoperability network connecting multiple blockchain ecosystems, enabling seamless cross-chain communication and value transfer.',
|
|
734
|
+
denom_units: [{
|
|
735
|
+
denom: 'ibc/D934516FBE457F3A98AFABD87E0EFF7F95A15325C191EA8CDD7763C702FDDEC2',
|
|
736
|
+
exponent: 0,
|
|
737
|
+
aliases: ['uaxl']
|
|
738
|
+
}, {
|
|
739
|
+
denom: 'axl',
|
|
740
|
+
exponent: 6
|
|
741
|
+
}],
|
|
742
|
+
base: 'ibc/D934516FBE457F3A98AFABD87E0EFF7F95A15325C191EA8CDD7763C702FDDEC2',
|
|
743
|
+
name: 'Axelar',
|
|
744
|
+
display: 'axl',
|
|
745
|
+
symbol: 'AXL',
|
|
746
|
+
logo_URIs: {
|
|
747
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/axl.png',
|
|
748
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/axl.svg'
|
|
749
|
+
},
|
|
750
|
+
coingecko_id: 'axelar',
|
|
751
|
+
images: [{
|
|
752
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/axl.png',
|
|
753
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/axl.svg',
|
|
754
|
+
theme: {
|
|
755
|
+
primary_color_hex: '#040404'
|
|
756
|
+
}
|
|
757
|
+
}],
|
|
758
|
+
socials: {
|
|
759
|
+
website: 'https://axelar.network/',
|
|
760
|
+
twitter: 'https://twitter.com/axelarnetwork'
|
|
761
|
+
},
|
|
762
|
+
type_asset: 'sdk.coin',
|
|
763
|
+
traces: [{
|
|
764
|
+
type: 'ibc',
|
|
765
|
+
counterparty: {
|
|
766
|
+
channel_id: 'channel-173',
|
|
767
|
+
base_denom: 'uaxl',
|
|
768
|
+
chain_name: 'axelar'
|
|
769
|
+
},
|
|
770
|
+
chain: {
|
|
771
|
+
channel_id: 'channel-5'
|
|
772
|
+
}
|
|
773
|
+
}]
|
|
774
|
+
},
|
|
689
775
|
{
|
|
690
776
|
description: 'ATOM is the native cryptocurrency of the Cosmos network, designed to facilitate interoperability between multiple blockchains through its innovative hub-and-spoke model.',
|
|
691
777
|
denom_units: [{
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@chain-registry/assets",
|
|
3
|
-
"version": "1.70.
|
|
3
|
+
"version": "1.70.137",
|
|
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.83",
|
|
33
|
+
"chain-registry": "^1.69.137"
|
|
34
34
|
},
|
|
35
35
|
"dependencies": {
|
|
36
|
-
"@chain-registry/types": "^0.50.
|
|
36
|
+
"@chain-registry/types": "^0.50.83"
|
|
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": "f9d9e5f467e17b2de115b6761b758021a47c0323"
|
|
47
47
|
}
|