@chain-registry/osmosis 1.67.370 → 1.67.372
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/asset_list.js +82 -12
- package/assets.js +10 -8
- package/esm/asset_list.js +82 -12
- package/esm/assets.js +10 -8
- package/package.json +3 -3
package/asset_list.js
CHANGED
|
@@ -26,7 +26,6 @@ const asset_list = {
|
|
|
26
26
|
website: 'https://namada.net/',
|
|
27
27
|
x: 'https://x.com/namada'
|
|
28
28
|
},
|
|
29
|
-
coingecko_id: 'namada',
|
|
30
29
|
images: [{
|
|
31
30
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/namada/images/namada.svg'
|
|
32
31
|
}],
|
|
@@ -3701,14 +3700,17 @@ const asset_list = {
|
|
|
3701
3700
|
{
|
|
3702
3701
|
description: 'The native token of Hippo Protocol.',
|
|
3703
3702
|
denom_units: [{
|
|
3704
|
-
denom: 'ibc/
|
|
3703
|
+
denom: 'ibc/24C3429B835A84801EFEFC28C8CBDF787C4067D971CB6E510BB525FA462CCE1C',
|
|
3705
3704
|
exponent: 0,
|
|
3706
3705
|
aliases: ['ahp']
|
|
3706
|
+
}, {
|
|
3707
|
+
denom: 'hp',
|
|
3708
|
+
exponent: 18
|
|
3707
3709
|
}],
|
|
3708
3710
|
type_asset: 'sdk.coin',
|
|
3709
|
-
base: 'ibc/
|
|
3711
|
+
base: 'ibc/24C3429B835A84801EFEFC28C8CBDF787C4067D971CB6E510BB525FA462CCE1C',
|
|
3710
3712
|
name: 'Hippo',
|
|
3711
|
-
display: '
|
|
3713
|
+
display: 'hp',
|
|
3712
3714
|
symbol: 'HP',
|
|
3713
3715
|
logo_URIs: {
|
|
3714
3716
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/hippoprotocol/images/logo.svg'
|
|
@@ -3724,12 +3726,12 @@ const asset_list = {
|
|
|
3724
3726
|
traces: [{
|
|
3725
3727
|
type: 'ibc',
|
|
3726
3728
|
counterparty: {
|
|
3727
|
-
channel_id: 'channel-
|
|
3729
|
+
channel_id: 'channel-1',
|
|
3728
3730
|
base_denom: 'ahp',
|
|
3729
3731
|
chain_name: 'hippoprotocol'
|
|
3730
3732
|
},
|
|
3731
3733
|
chain: {
|
|
3732
|
-
channel_id: 'channel-
|
|
3734
|
+
channel_id: 'channel-110277'
|
|
3733
3735
|
}
|
|
3734
3736
|
}]
|
|
3735
3737
|
},
|
|
@@ -10206,14 +10208,17 @@ const asset_list = {
|
|
|
10206
10208
|
{
|
|
10207
10209
|
description: 'The native token of Hippo Protocol.',
|
|
10208
10210
|
denom_units: [{
|
|
10209
|
-
denom: 'ibc/
|
|
10211
|
+
denom: 'ibc/24C3429B835A84801EFEFC28C8CBDF787C4067D971CB6E510BB525FA462CCE1C',
|
|
10210
10212
|
exponent: 0,
|
|
10211
10213
|
aliases: ['ahp']
|
|
10214
|
+
}, {
|
|
10215
|
+
denom: 'hp',
|
|
10216
|
+
exponent: 18
|
|
10212
10217
|
}],
|
|
10213
10218
|
type_asset: 'sdk.coin',
|
|
10214
|
-
base: 'ibc/
|
|
10219
|
+
base: 'ibc/24C3429B835A84801EFEFC28C8CBDF787C4067D971CB6E510BB525FA462CCE1C',
|
|
10215
10220
|
name: 'Hippo',
|
|
10216
|
-
display: '
|
|
10221
|
+
display: 'hp',
|
|
10217
10222
|
symbol: 'HP',
|
|
10218
10223
|
logo_URIs: {
|
|
10219
10224
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/hippoprotocol/images/logo.svg'
|
|
@@ -10229,12 +10234,12 @@ const asset_list = {
|
|
|
10229
10234
|
traces: [{
|
|
10230
10235
|
type: 'ibc',
|
|
10231
10236
|
counterparty: {
|
|
10232
|
-
channel_id: 'channel-
|
|
10237
|
+
channel_id: 'channel-1',
|
|
10233
10238
|
base_denom: 'ahp',
|
|
10234
10239
|
chain_name: 'hippoprotocol'
|
|
10235
10240
|
},
|
|
10236
10241
|
chain: {
|
|
10237
|
-
channel_id: 'channel-
|
|
10242
|
+
channel_id: 'channel-110277'
|
|
10238
10243
|
}
|
|
10239
10244
|
}]
|
|
10240
10245
|
},
|
|
@@ -12084,7 +12089,6 @@ const asset_list = {
|
|
|
12084
12089
|
website: 'https://namada.net/',
|
|
12085
12090
|
x: 'https://x.com/namada'
|
|
12086
12091
|
},
|
|
12087
|
-
coingecko_id: 'namada',
|
|
12088
12092
|
images: [{
|
|
12089
12093
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/namada/images/namada.svg'
|
|
12090
12094
|
}],
|
|
@@ -16453,6 +16457,39 @@ const asset_list = {
|
|
|
16453
16457
|
}
|
|
16454
16458
|
}]
|
|
16455
16459
|
},
|
|
16460
|
+
{
|
|
16461
|
+
description: 'Native token of Turkchain',
|
|
16462
|
+
denom_units: [{
|
|
16463
|
+
denom: 'ibc/897E03F5F866333ED0CD1F732E6A7E86D9B79D59970BC2F8BC4A77A47737F16C',
|
|
16464
|
+
exponent: 0,
|
|
16465
|
+
aliases: ['lira']
|
|
16466
|
+
}, {
|
|
16467
|
+
denom: 'TURK',
|
|
16468
|
+
exponent: 18
|
|
16469
|
+
}],
|
|
16470
|
+
base: 'ibc/897E03F5F866333ED0CD1F732E6A7E86D9B79D59970BC2F8BC4A77A47737F16C',
|
|
16471
|
+
name: 'TC',
|
|
16472
|
+
display: 'TURK',
|
|
16473
|
+
symbol: 'TURK',
|
|
16474
|
+
logo_URIs: {
|
|
16475
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/turkchain/images/turkchain.png'
|
|
16476
|
+
},
|
|
16477
|
+
images: [{
|
|
16478
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/turkchain/images/turkchain.png'
|
|
16479
|
+
}],
|
|
16480
|
+
type_asset: 'sdk.coin',
|
|
16481
|
+
traces: [{
|
|
16482
|
+
type: 'ibc',
|
|
16483
|
+
counterparty: {
|
|
16484
|
+
channel_id: 'channel-1',
|
|
16485
|
+
base_denom: 'lira',
|
|
16486
|
+
chain_name: 'turkchain'
|
|
16487
|
+
},
|
|
16488
|
+
chain: {
|
|
16489
|
+
channel_id: 'channel-110319'
|
|
16490
|
+
}
|
|
16491
|
+
}]
|
|
16492
|
+
},
|
|
16456
16493
|
{
|
|
16457
16494
|
description: 'The native token of Umee',
|
|
16458
16495
|
denom_units: [{
|
|
@@ -19931,6 +19968,39 @@ const asset_list = {
|
|
|
19931
19968
|
}
|
|
19932
19969
|
}]
|
|
19933
19970
|
},
|
|
19971
|
+
{
|
|
19972
|
+
description: 'Native token of Turkchain',
|
|
19973
|
+
denom_units: [{
|
|
19974
|
+
denom: 'ibc/897E03F5F866333ED0CD1F732E6A7E86D9B79D59970BC2F8BC4A77A47737F16C',
|
|
19975
|
+
exponent: 0,
|
|
19976
|
+
aliases: ['lira']
|
|
19977
|
+
}, {
|
|
19978
|
+
denom: 'TURK',
|
|
19979
|
+
exponent: 18
|
|
19980
|
+
}],
|
|
19981
|
+
base: 'ibc/897E03F5F866333ED0CD1F732E6A7E86D9B79D59970BC2F8BC4A77A47737F16C',
|
|
19982
|
+
name: 'TC',
|
|
19983
|
+
display: 'TURK',
|
|
19984
|
+
symbol: 'TURK',
|
|
19985
|
+
logo_URIs: {
|
|
19986
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/turkchain/images/turkchain.png'
|
|
19987
|
+
},
|
|
19988
|
+
images: [{
|
|
19989
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/turkchain/images/turkchain.png'
|
|
19990
|
+
}],
|
|
19991
|
+
type_asset: 'sdk.coin',
|
|
19992
|
+
traces: [{
|
|
19993
|
+
type: 'ibc',
|
|
19994
|
+
counterparty: {
|
|
19995
|
+
channel_id: 'channel-1',
|
|
19996
|
+
base_denom: 'lira',
|
|
19997
|
+
chain_name: 'turkchain'
|
|
19998
|
+
},
|
|
19999
|
+
chain: {
|
|
20000
|
+
channel_id: 'channel-110319'
|
|
20001
|
+
}
|
|
20002
|
+
}]
|
|
20003
|
+
},
|
|
19934
20004
|
{
|
|
19935
20005
|
description: 'The native token of Umee',
|
|
19936
20006
|
denom_units: [{
|
package/assets.js
CHANGED
|
@@ -206,8 +206,7 @@ const assets = {
|
|
|
206
206
|
},
|
|
207
207
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/wbtc.png',
|
|
208
208
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/wbtc.svg'
|
|
209
|
-
}]
|
|
210
|
-
coingecko_id: 'axlwbtc'
|
|
209
|
+
}]
|
|
211
210
|
},
|
|
212
211
|
{
|
|
213
212
|
description: 'Tether\'s USD stablecoin on Axelar',
|
|
@@ -21603,25 +21602,28 @@ const assets = {
|
|
|
21603
21602
|
{
|
|
21604
21603
|
description: 'The native token of Hippo Protocol.',
|
|
21605
21604
|
denom_units: [{
|
|
21606
|
-
denom: 'ibc/
|
|
21605
|
+
denom: 'ibc/24C3429B835A84801EFEFC28C8CBDF787C4067D971CB6E510BB525FA462CCE1C',
|
|
21607
21606
|
exponent: 0,
|
|
21608
21607
|
aliases: ['ahp']
|
|
21608
|
+
}, {
|
|
21609
|
+
denom: 'hp',
|
|
21610
|
+
exponent: 18
|
|
21609
21611
|
}],
|
|
21610
21612
|
type_asset: 'ics20',
|
|
21611
|
-
base: 'ibc/
|
|
21613
|
+
base: 'ibc/24C3429B835A84801EFEFC28C8CBDF787C4067D971CB6E510BB525FA462CCE1C',
|
|
21612
21614
|
name: 'Hippo Protocol',
|
|
21613
|
-
display: '
|
|
21615
|
+
display: 'hp',
|
|
21614
21616
|
symbol: 'HP',
|
|
21615
21617
|
traces: [{
|
|
21616
21618
|
type: 'ibc',
|
|
21617
21619
|
counterparty: {
|
|
21618
21620
|
chain_name: 'hippoprotocol',
|
|
21619
21621
|
base_denom: 'ahp',
|
|
21620
|
-
channel_id: 'channel-
|
|
21622
|
+
channel_id: 'channel-1'
|
|
21621
21623
|
},
|
|
21622
21624
|
chain: {
|
|
21623
|
-
channel_id: 'channel-
|
|
21624
|
-
path: 'transfer/channel-
|
|
21625
|
+
channel_id: 'channel-110277',
|
|
21626
|
+
path: 'transfer/channel-110277/ahp'
|
|
21625
21627
|
}
|
|
21626
21628
|
}],
|
|
21627
21629
|
logo_URIs: {
|
package/esm/asset_list.js
CHANGED
|
@@ -24,7 +24,6 @@ const asset_list = {
|
|
|
24
24
|
website: 'https://namada.net/',
|
|
25
25
|
x: 'https://x.com/namada'
|
|
26
26
|
},
|
|
27
|
-
coingecko_id: 'namada',
|
|
28
27
|
images: [{
|
|
29
28
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/namada/images/namada.svg'
|
|
30
29
|
}],
|
|
@@ -3699,14 +3698,17 @@ const asset_list = {
|
|
|
3699
3698
|
{
|
|
3700
3699
|
description: 'The native token of Hippo Protocol.',
|
|
3701
3700
|
denom_units: [{
|
|
3702
|
-
denom: 'ibc/
|
|
3701
|
+
denom: 'ibc/24C3429B835A84801EFEFC28C8CBDF787C4067D971CB6E510BB525FA462CCE1C',
|
|
3703
3702
|
exponent: 0,
|
|
3704
3703
|
aliases: ['ahp']
|
|
3704
|
+
}, {
|
|
3705
|
+
denom: 'hp',
|
|
3706
|
+
exponent: 18
|
|
3705
3707
|
}],
|
|
3706
3708
|
type_asset: 'sdk.coin',
|
|
3707
|
-
base: 'ibc/
|
|
3709
|
+
base: 'ibc/24C3429B835A84801EFEFC28C8CBDF787C4067D971CB6E510BB525FA462CCE1C',
|
|
3708
3710
|
name: 'Hippo',
|
|
3709
|
-
display: '
|
|
3711
|
+
display: 'hp',
|
|
3710
3712
|
symbol: 'HP',
|
|
3711
3713
|
logo_URIs: {
|
|
3712
3714
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/hippoprotocol/images/logo.svg'
|
|
@@ -3722,12 +3724,12 @@ const asset_list = {
|
|
|
3722
3724
|
traces: [{
|
|
3723
3725
|
type: 'ibc',
|
|
3724
3726
|
counterparty: {
|
|
3725
|
-
channel_id: 'channel-
|
|
3727
|
+
channel_id: 'channel-1',
|
|
3726
3728
|
base_denom: 'ahp',
|
|
3727
3729
|
chain_name: 'hippoprotocol'
|
|
3728
3730
|
},
|
|
3729
3731
|
chain: {
|
|
3730
|
-
channel_id: 'channel-
|
|
3732
|
+
channel_id: 'channel-110277'
|
|
3731
3733
|
}
|
|
3732
3734
|
}]
|
|
3733
3735
|
},
|
|
@@ -10204,14 +10206,17 @@ const asset_list = {
|
|
|
10204
10206
|
{
|
|
10205
10207
|
description: 'The native token of Hippo Protocol.',
|
|
10206
10208
|
denom_units: [{
|
|
10207
|
-
denom: 'ibc/
|
|
10209
|
+
denom: 'ibc/24C3429B835A84801EFEFC28C8CBDF787C4067D971CB6E510BB525FA462CCE1C',
|
|
10208
10210
|
exponent: 0,
|
|
10209
10211
|
aliases: ['ahp']
|
|
10212
|
+
}, {
|
|
10213
|
+
denom: 'hp',
|
|
10214
|
+
exponent: 18
|
|
10210
10215
|
}],
|
|
10211
10216
|
type_asset: 'sdk.coin',
|
|
10212
|
-
base: 'ibc/
|
|
10217
|
+
base: 'ibc/24C3429B835A84801EFEFC28C8CBDF787C4067D971CB6E510BB525FA462CCE1C',
|
|
10213
10218
|
name: 'Hippo',
|
|
10214
|
-
display: '
|
|
10219
|
+
display: 'hp',
|
|
10215
10220
|
symbol: 'HP',
|
|
10216
10221
|
logo_URIs: {
|
|
10217
10222
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/hippoprotocol/images/logo.svg'
|
|
@@ -10227,12 +10232,12 @@ const asset_list = {
|
|
|
10227
10232
|
traces: [{
|
|
10228
10233
|
type: 'ibc',
|
|
10229
10234
|
counterparty: {
|
|
10230
|
-
channel_id: 'channel-
|
|
10235
|
+
channel_id: 'channel-1',
|
|
10231
10236
|
base_denom: 'ahp',
|
|
10232
10237
|
chain_name: 'hippoprotocol'
|
|
10233
10238
|
},
|
|
10234
10239
|
chain: {
|
|
10235
|
-
channel_id: 'channel-
|
|
10240
|
+
channel_id: 'channel-110277'
|
|
10236
10241
|
}
|
|
10237
10242
|
}]
|
|
10238
10243
|
},
|
|
@@ -12082,7 +12087,6 @@ const asset_list = {
|
|
|
12082
12087
|
website: 'https://namada.net/',
|
|
12083
12088
|
x: 'https://x.com/namada'
|
|
12084
12089
|
},
|
|
12085
|
-
coingecko_id: 'namada',
|
|
12086
12090
|
images: [{
|
|
12087
12091
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/namada/images/namada.svg'
|
|
12088
12092
|
}],
|
|
@@ -16451,6 +16455,39 @@ const asset_list = {
|
|
|
16451
16455
|
}
|
|
16452
16456
|
}]
|
|
16453
16457
|
},
|
|
16458
|
+
{
|
|
16459
|
+
description: 'Native token of Turkchain',
|
|
16460
|
+
denom_units: [{
|
|
16461
|
+
denom: 'ibc/897E03F5F866333ED0CD1F732E6A7E86D9B79D59970BC2F8BC4A77A47737F16C',
|
|
16462
|
+
exponent: 0,
|
|
16463
|
+
aliases: ['lira']
|
|
16464
|
+
}, {
|
|
16465
|
+
denom: 'TURK',
|
|
16466
|
+
exponent: 18
|
|
16467
|
+
}],
|
|
16468
|
+
base: 'ibc/897E03F5F866333ED0CD1F732E6A7E86D9B79D59970BC2F8BC4A77A47737F16C',
|
|
16469
|
+
name: 'TC',
|
|
16470
|
+
display: 'TURK',
|
|
16471
|
+
symbol: 'TURK',
|
|
16472
|
+
logo_URIs: {
|
|
16473
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/turkchain/images/turkchain.png'
|
|
16474
|
+
},
|
|
16475
|
+
images: [{
|
|
16476
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/turkchain/images/turkchain.png'
|
|
16477
|
+
}],
|
|
16478
|
+
type_asset: 'sdk.coin',
|
|
16479
|
+
traces: [{
|
|
16480
|
+
type: 'ibc',
|
|
16481
|
+
counterparty: {
|
|
16482
|
+
channel_id: 'channel-1',
|
|
16483
|
+
base_denom: 'lira',
|
|
16484
|
+
chain_name: 'turkchain'
|
|
16485
|
+
},
|
|
16486
|
+
chain: {
|
|
16487
|
+
channel_id: 'channel-110319'
|
|
16488
|
+
}
|
|
16489
|
+
}]
|
|
16490
|
+
},
|
|
16454
16491
|
{
|
|
16455
16492
|
description: 'The native token of Umee',
|
|
16456
16493
|
denom_units: [{
|
|
@@ -19929,6 +19966,39 @@ const asset_list = {
|
|
|
19929
19966
|
}
|
|
19930
19967
|
}]
|
|
19931
19968
|
},
|
|
19969
|
+
{
|
|
19970
|
+
description: 'Native token of Turkchain',
|
|
19971
|
+
denom_units: [{
|
|
19972
|
+
denom: 'ibc/897E03F5F866333ED0CD1F732E6A7E86D9B79D59970BC2F8BC4A77A47737F16C',
|
|
19973
|
+
exponent: 0,
|
|
19974
|
+
aliases: ['lira']
|
|
19975
|
+
}, {
|
|
19976
|
+
denom: 'TURK',
|
|
19977
|
+
exponent: 18
|
|
19978
|
+
}],
|
|
19979
|
+
base: 'ibc/897E03F5F866333ED0CD1F732E6A7E86D9B79D59970BC2F8BC4A77A47737F16C',
|
|
19980
|
+
name: 'TC',
|
|
19981
|
+
display: 'TURK',
|
|
19982
|
+
symbol: 'TURK',
|
|
19983
|
+
logo_URIs: {
|
|
19984
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/turkchain/images/turkchain.png'
|
|
19985
|
+
},
|
|
19986
|
+
images: [{
|
|
19987
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/turkchain/images/turkchain.png'
|
|
19988
|
+
}],
|
|
19989
|
+
type_asset: 'sdk.coin',
|
|
19990
|
+
traces: [{
|
|
19991
|
+
type: 'ibc',
|
|
19992
|
+
counterparty: {
|
|
19993
|
+
channel_id: 'channel-1',
|
|
19994
|
+
base_denom: 'lira',
|
|
19995
|
+
chain_name: 'turkchain'
|
|
19996
|
+
},
|
|
19997
|
+
chain: {
|
|
19998
|
+
channel_id: 'channel-110319'
|
|
19999
|
+
}
|
|
20000
|
+
}]
|
|
20001
|
+
},
|
|
19932
20002
|
{
|
|
19933
20003
|
description: 'The native token of Umee',
|
|
19934
20004
|
denom_units: [{
|
package/esm/assets.js
CHANGED
|
@@ -204,8 +204,7 @@ const assets = {
|
|
|
204
204
|
},
|
|
205
205
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/wbtc.png',
|
|
206
206
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/wbtc.svg'
|
|
207
|
-
}]
|
|
208
|
-
coingecko_id: 'axlwbtc'
|
|
207
|
+
}]
|
|
209
208
|
},
|
|
210
209
|
{
|
|
211
210
|
description: 'Tether\'s USD stablecoin on Axelar',
|
|
@@ -21601,25 +21600,28 @@ const assets = {
|
|
|
21601
21600
|
{
|
|
21602
21601
|
description: 'The native token of Hippo Protocol.',
|
|
21603
21602
|
denom_units: [{
|
|
21604
|
-
denom: 'ibc/
|
|
21603
|
+
denom: 'ibc/24C3429B835A84801EFEFC28C8CBDF787C4067D971CB6E510BB525FA462CCE1C',
|
|
21605
21604
|
exponent: 0,
|
|
21606
21605
|
aliases: ['ahp']
|
|
21606
|
+
}, {
|
|
21607
|
+
denom: 'hp',
|
|
21608
|
+
exponent: 18
|
|
21607
21609
|
}],
|
|
21608
21610
|
type_asset: 'ics20',
|
|
21609
|
-
base: 'ibc/
|
|
21611
|
+
base: 'ibc/24C3429B835A84801EFEFC28C8CBDF787C4067D971CB6E510BB525FA462CCE1C',
|
|
21610
21612
|
name: 'Hippo Protocol',
|
|
21611
|
-
display: '
|
|
21613
|
+
display: 'hp',
|
|
21612
21614
|
symbol: 'HP',
|
|
21613
21615
|
traces: [{
|
|
21614
21616
|
type: 'ibc',
|
|
21615
21617
|
counterparty: {
|
|
21616
21618
|
chain_name: 'hippoprotocol',
|
|
21617
21619
|
base_denom: 'ahp',
|
|
21618
|
-
channel_id: 'channel-
|
|
21620
|
+
channel_id: 'channel-1'
|
|
21619
21621
|
},
|
|
21620
21622
|
chain: {
|
|
21621
|
-
channel_id: 'channel-
|
|
21622
|
-
path: 'transfer/channel-
|
|
21623
|
+
channel_id: 'channel-110277',
|
|
21624
|
+
path: 'transfer/channel-110277/ahp'
|
|
21623
21625
|
}
|
|
21624
21626
|
}],
|
|
21625
21627
|
logo_URIs: {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@chain-registry/osmosis",
|
|
3
|
-
"version": "1.67.
|
|
3
|
+
"version": "1.67.372",
|
|
4
4
|
"description": "Chain Registry info for Osmosis",
|
|
5
5
|
"author": "Dan Lynch <pyramation@gmail.com>",
|
|
6
6
|
"homepage": "https://github.com/hyperweb-io/chain-registry",
|
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
"test:watch": "jest --watch"
|
|
30
30
|
},
|
|
31
31
|
"dependencies": {
|
|
32
|
-
"@chain-registry/types": "^0.50.
|
|
32
|
+
"@chain-registry/types": "^0.50.372"
|
|
33
33
|
},
|
|
34
34
|
"keywords": [
|
|
35
35
|
"chain-registry",
|
|
@@ -38,5 +38,5 @@
|
|
|
38
38
|
"interchain",
|
|
39
39
|
"osmosis"
|
|
40
40
|
],
|
|
41
|
-
"gitHead": "
|
|
41
|
+
"gitHead": "acfe7b39061d70ee8871b3af55be2c339324a9f8"
|
|
42
42
|
}
|