@chain-registry/osmosis 1.67.108 → 1.67.110
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 +68 -2
- package/assets.js +21 -48
- package/chain.js +5 -5
- package/esm/asset_list.js +68 -2
- package/esm/assets.js +21 -48
- package/esm/chain.js +5 -5
- package/esm/testnet.js +2 -17
- package/package.json +3 -3
- package/testnet.js +2 -17
package/asset_list.js
CHANGED
|
@@ -676,6 +676,39 @@ const asset_list = {
|
|
|
676
676
|
}
|
|
677
677
|
}]
|
|
678
678
|
},
|
|
679
|
+
{
|
|
680
|
+
description: 'The native token of Babylon Genesis.',
|
|
681
|
+
denom_units: [{
|
|
682
|
+
denom: 'ibc/EC3A4ACBA1CFBEE698472D3563B70985AEA5A7144C319B61B3EBDFB57B5E1535',
|
|
683
|
+
exponent: 0,
|
|
684
|
+
aliases: ['ubbn']
|
|
685
|
+
}, {
|
|
686
|
+
denom: 'BABY',
|
|
687
|
+
exponent: 6
|
|
688
|
+
}],
|
|
689
|
+
base: 'ibc/EC3A4ACBA1CFBEE698472D3563B70985AEA5A7144C319B61B3EBDFB57B5E1535',
|
|
690
|
+
name: 'Babylon',
|
|
691
|
+
display: 'BABY',
|
|
692
|
+
symbol: 'BABY',
|
|
693
|
+
logo_URIs: {
|
|
694
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/babylon/images/logo.svg'
|
|
695
|
+
},
|
|
696
|
+
images: [{
|
|
697
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/babylon/images/logo.svg'
|
|
698
|
+
}],
|
|
699
|
+
type_asset: 'sdk.coin',
|
|
700
|
+
traces: [{
|
|
701
|
+
type: 'ibc',
|
|
702
|
+
counterparty: {
|
|
703
|
+
channel_id: 'channel-3',
|
|
704
|
+
base_denom: 'ubbn',
|
|
705
|
+
chain_name: 'babylon'
|
|
706
|
+
},
|
|
707
|
+
chain: {
|
|
708
|
+
channel_id: 'channel-101635'
|
|
709
|
+
}
|
|
710
|
+
}]
|
|
711
|
+
},
|
|
679
712
|
{
|
|
680
713
|
description: 'The native token of BandChain',
|
|
681
714
|
denom_units: [{
|
|
@@ -3186,7 +3219,7 @@ const asset_list = {
|
|
|
3186
3219
|
}],
|
|
3187
3220
|
socials: {
|
|
3188
3221
|
website: 'https://fx.pundi.ai',
|
|
3189
|
-
twitter: 'https://x.com/
|
|
3222
|
+
twitter: 'https://x.com/PundiAI'
|
|
3190
3223
|
},
|
|
3191
3224
|
type_asset: 'sdk.coin',
|
|
3192
3225
|
traces: [{
|
|
@@ -6990,6 +7023,39 @@ const asset_list = {
|
|
|
6990
7023
|
}
|
|
6991
7024
|
}]
|
|
6992
7025
|
},
|
|
7026
|
+
{
|
|
7027
|
+
description: 'The native token of Babylon Genesis.',
|
|
7028
|
+
denom_units: [{
|
|
7029
|
+
denom: 'ibc/EC3A4ACBA1CFBEE698472D3563B70985AEA5A7144C319B61B3EBDFB57B5E1535',
|
|
7030
|
+
exponent: 0,
|
|
7031
|
+
aliases: ['ubbn']
|
|
7032
|
+
}, {
|
|
7033
|
+
denom: 'BABY',
|
|
7034
|
+
exponent: 6
|
|
7035
|
+
}],
|
|
7036
|
+
base: 'ibc/EC3A4ACBA1CFBEE698472D3563B70985AEA5A7144C319B61B3EBDFB57B5E1535',
|
|
7037
|
+
name: 'Babylon',
|
|
7038
|
+
display: 'BABY',
|
|
7039
|
+
symbol: 'BABY',
|
|
7040
|
+
logo_URIs: {
|
|
7041
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/babylon/images/logo.svg'
|
|
7042
|
+
},
|
|
7043
|
+
images: [{
|
|
7044
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/babylon/images/logo.svg'
|
|
7045
|
+
}],
|
|
7046
|
+
type_asset: 'sdk.coin',
|
|
7047
|
+
traces: [{
|
|
7048
|
+
type: 'ibc',
|
|
7049
|
+
counterparty: {
|
|
7050
|
+
channel_id: 'channel-3',
|
|
7051
|
+
base_denom: 'ubbn',
|
|
7052
|
+
chain_name: 'babylon'
|
|
7053
|
+
},
|
|
7054
|
+
chain: {
|
|
7055
|
+
channel_id: 'channel-101635'
|
|
7056
|
+
}
|
|
7057
|
+
}]
|
|
7058
|
+
},
|
|
6993
7059
|
{
|
|
6994
7060
|
description: 'The native token of BandChain',
|
|
6995
7061
|
denom_units: [{
|
|
@@ -9500,7 +9566,7 @@ const asset_list = {
|
|
|
9500
9566
|
}],
|
|
9501
9567
|
socials: {
|
|
9502
9568
|
website: 'https://fx.pundi.ai',
|
|
9503
|
-
twitter: 'https://x.com/
|
|
9569
|
+
twitter: 'https://x.com/PundiAI'
|
|
9504
9570
|
},
|
|
9505
9571
|
type_asset: 'sdk.coin',
|
|
9506
9572
|
traces: [{
|
package/assets.js
CHANGED
|
@@ -665,10 +665,16 @@ const assets = {
|
|
|
665
665
|
}
|
|
666
666
|
],
|
|
667
667
|
logo_URIs: {
|
|
668
|
-
|
|
669
|
-
|
|
668
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/pol.axl.svg',
|
|
669
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/pol.axl.png'
|
|
670
670
|
},
|
|
671
671
|
images: [{
|
|
672
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/pol.axl.svg',
|
|
673
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/pol.axl.png',
|
|
674
|
+
theme: {
|
|
675
|
+
primary_color_hex: '#8444e4'
|
|
676
|
+
}
|
|
677
|
+
}, {
|
|
672
678
|
image_sync: {
|
|
673
679
|
chain_name: 'polygon',
|
|
674
680
|
base_denom: 'wei'
|
|
@@ -13573,10 +13579,16 @@ const assets = {
|
|
|
13573
13579
|
}
|
|
13574
13580
|
}],
|
|
13575
13581
|
logo_URIs: {
|
|
13576
|
-
|
|
13577
|
-
|
|
13582
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/dym.dym.svg',
|
|
13583
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/dym.dym.png'
|
|
13578
13584
|
},
|
|
13579
13585
|
images: [{
|
|
13586
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/dym.dym.svg',
|
|
13587
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/dym.dym.png',
|
|
13588
|
+
theme: {
|
|
13589
|
+
primary_color_hex: '#f4e4d4'
|
|
13590
|
+
}
|
|
13591
|
+
}, {
|
|
13580
13592
|
image_sync: {
|
|
13581
13593
|
chain_name: 'dymension',
|
|
13582
13594
|
base_denom: 'adym'
|
|
@@ -22832,7 +22844,11 @@ const assets = {
|
|
|
22832
22844
|
},
|
|
22833
22845
|
images: [{
|
|
22834
22846
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/cult.png'
|
|
22835
|
-
}]
|
|
22847
|
+
}],
|
|
22848
|
+
socials: {
|
|
22849
|
+
website: 'https://www.architectsnft.io/',
|
|
22850
|
+
twitter: 'https://x.com/Architects_nft'
|
|
22851
|
+
}
|
|
22836
22852
|
},
|
|
22837
22853
|
{
|
|
22838
22854
|
description: 'Tek ovah!',
|
|
@@ -24065,49 +24081,6 @@ const assets = {
|
|
|
24065
24081
|
website: 'https://www.movementnetwork.xyz/',
|
|
24066
24082
|
twitter: 'https://twitter.com/movementfdn'
|
|
24067
24083
|
}
|
|
24068
|
-
},
|
|
24069
|
-
{
|
|
24070
|
-
description: 'An alloy of DGN asset variants on Osmosis.',
|
|
24071
|
-
extended_description: 'Multiple DGN variants on Osmosis comprise the liquidity backing of a tokenized transmuter pool to create an alloy of DGN.',
|
|
24072
|
-
denom_units: [{
|
|
24073
|
-
denom: 'factory/osmo10ca28knpu7yuf6mkcvvdf8w7g3ydamrcmfraxyejc6exv2ff748s4hzk4n/alloyed/allDGN',
|
|
24074
|
-
exponent: 0
|
|
24075
|
-
}, {
|
|
24076
|
-
denom: 'allDGN',
|
|
24077
|
-
exponent: 6
|
|
24078
|
-
}],
|
|
24079
|
-
type_asset: 'sdk.coin',
|
|
24080
|
-
base: 'factory/osmo10ca28knpu7yuf6mkcvvdf8w7g3ydamrcmfraxyejc6exv2ff748s4hzk4n/alloyed/allDGN',
|
|
24081
|
-
address: 'osmo10ca28knpu7yuf6mkcvvdf8w7g3ydamrcmfraxyejc6exv2ff748s4hzk4n',
|
|
24082
|
-
name: 'Dragon (Alloy)',
|
|
24083
|
-
display: 'allDGN',
|
|
24084
|
-
symbol: 'allDGN',
|
|
24085
|
-
traces: [{
|
|
24086
|
-
type: 'synthetic',
|
|
24087
|
-
counterparty: {
|
|
24088
|
-
chain_name: 'dungeon',
|
|
24089
|
-
base_denom: 'udgn'
|
|
24090
|
-
},
|
|
24091
|
-
provider: 'Osmosis'
|
|
24092
|
-
}],
|
|
24093
|
-
logo_URIs: {
|
|
24094
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/allDGN.png'
|
|
24095
|
-
},
|
|
24096
|
-
images: [{
|
|
24097
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/allDGN.png',
|
|
24098
|
-
theme: {
|
|
24099
|
-
circle: true
|
|
24100
|
-
}
|
|
24101
|
-
}, {
|
|
24102
|
-
image_sync: {
|
|
24103
|
-
chain_name: 'dungeon',
|
|
24104
|
-
base_denom: 'udgn'
|
|
24105
|
-
},
|
|
24106
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dungeon/images/DGN.png',
|
|
24107
|
-
theme: {
|
|
24108
|
-
circle: true
|
|
24109
|
-
}
|
|
24110
|
-
}]
|
|
24111
24084
|
}
|
|
24112
24085
|
]
|
|
24113
24086
|
};
|
package/chain.js
CHANGED
|
@@ -526,7 +526,7 @@ const chain = {
|
|
|
526
526
|
genesis_url: 'https://github.com/osmosis-labs/networks/raw/main/osmosis-1/genesis.json'
|
|
527
527
|
},
|
|
528
528
|
recommended_version: '29.0.0',
|
|
529
|
-
compatible_versions: ['29.0.0
|
|
529
|
+
compatible_versions: ['29.0.0'],
|
|
530
530
|
consensus: {
|
|
531
531
|
type: 'cometbft',
|
|
532
532
|
version: '0.38.17',
|
|
@@ -547,9 +547,9 @@ const chain = {
|
|
|
547
547
|
},
|
|
548
548
|
ibc: {
|
|
549
549
|
type: 'go',
|
|
550
|
-
version: '
|
|
550
|
+
version: '8.7.0',
|
|
551
551
|
repo: 'https://github.com/cosmos/ibc-go',
|
|
552
|
-
tag: '
|
|
552
|
+
tag: 'v8.7.0',
|
|
553
553
|
ics_enabled: ['ics20-1']
|
|
554
554
|
},
|
|
555
555
|
language: {
|
|
@@ -557,8 +557,8 @@ const chain = {
|
|
|
557
557
|
version: '1.22.11'
|
|
558
558
|
},
|
|
559
559
|
binaries: {
|
|
560
|
-
"linux/amd64": 'https://github.com/osmosis-labs/osmosis/releases/download/v29.0.0
|
|
561
|
-
"linux/arm64": 'https://github.com/osmosis-labs/osmosis/releases/download/v29.0.0
|
|
560
|
+
"linux/amd64": 'https://github.com/osmosis-labs/osmosis/releases/download/v29.0.0/osmosisd-29.0.0-linux-amd64?checksum=6999331507e5119228456a64f733eb1d945f5392ffcfd4673bdad25886b19a7e',
|
|
561
|
+
"linux/arm64": 'https://github.com/osmosis-labs/osmosis/releases/download/v29.0.0/osmosisd-29.0.0-linux-arm64?checksum=079d836d1bf009aab09149eb79d3c187980c5116b8319e09c66a8cae7fa0704c'
|
|
562
562
|
}
|
|
563
563
|
},
|
|
564
564
|
images: [{
|
package/esm/asset_list.js
CHANGED
|
@@ -674,6 +674,39 @@ const asset_list = {
|
|
|
674
674
|
}
|
|
675
675
|
}]
|
|
676
676
|
},
|
|
677
|
+
{
|
|
678
|
+
description: 'The native token of Babylon Genesis.',
|
|
679
|
+
denom_units: [{
|
|
680
|
+
denom: 'ibc/EC3A4ACBA1CFBEE698472D3563B70985AEA5A7144C319B61B3EBDFB57B5E1535',
|
|
681
|
+
exponent: 0,
|
|
682
|
+
aliases: ['ubbn']
|
|
683
|
+
}, {
|
|
684
|
+
denom: 'BABY',
|
|
685
|
+
exponent: 6
|
|
686
|
+
}],
|
|
687
|
+
base: 'ibc/EC3A4ACBA1CFBEE698472D3563B70985AEA5A7144C319B61B3EBDFB57B5E1535',
|
|
688
|
+
name: 'Babylon',
|
|
689
|
+
display: 'BABY',
|
|
690
|
+
symbol: 'BABY',
|
|
691
|
+
logo_URIs: {
|
|
692
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/babylon/images/logo.svg'
|
|
693
|
+
},
|
|
694
|
+
images: [{
|
|
695
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/babylon/images/logo.svg'
|
|
696
|
+
}],
|
|
697
|
+
type_asset: 'sdk.coin',
|
|
698
|
+
traces: [{
|
|
699
|
+
type: 'ibc',
|
|
700
|
+
counterparty: {
|
|
701
|
+
channel_id: 'channel-3',
|
|
702
|
+
base_denom: 'ubbn',
|
|
703
|
+
chain_name: 'babylon'
|
|
704
|
+
},
|
|
705
|
+
chain: {
|
|
706
|
+
channel_id: 'channel-101635'
|
|
707
|
+
}
|
|
708
|
+
}]
|
|
709
|
+
},
|
|
677
710
|
{
|
|
678
711
|
description: 'The native token of BandChain',
|
|
679
712
|
denom_units: [{
|
|
@@ -3184,7 +3217,7 @@ const asset_list = {
|
|
|
3184
3217
|
}],
|
|
3185
3218
|
socials: {
|
|
3186
3219
|
website: 'https://fx.pundi.ai',
|
|
3187
|
-
twitter: 'https://x.com/
|
|
3220
|
+
twitter: 'https://x.com/PundiAI'
|
|
3188
3221
|
},
|
|
3189
3222
|
type_asset: 'sdk.coin',
|
|
3190
3223
|
traces: [{
|
|
@@ -6988,6 +7021,39 @@ const asset_list = {
|
|
|
6988
7021
|
}
|
|
6989
7022
|
}]
|
|
6990
7023
|
},
|
|
7024
|
+
{
|
|
7025
|
+
description: 'The native token of Babylon Genesis.',
|
|
7026
|
+
denom_units: [{
|
|
7027
|
+
denom: 'ibc/EC3A4ACBA1CFBEE698472D3563B70985AEA5A7144C319B61B3EBDFB57B5E1535',
|
|
7028
|
+
exponent: 0,
|
|
7029
|
+
aliases: ['ubbn']
|
|
7030
|
+
}, {
|
|
7031
|
+
denom: 'BABY',
|
|
7032
|
+
exponent: 6
|
|
7033
|
+
}],
|
|
7034
|
+
base: 'ibc/EC3A4ACBA1CFBEE698472D3563B70985AEA5A7144C319B61B3EBDFB57B5E1535',
|
|
7035
|
+
name: 'Babylon',
|
|
7036
|
+
display: 'BABY',
|
|
7037
|
+
symbol: 'BABY',
|
|
7038
|
+
logo_URIs: {
|
|
7039
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/babylon/images/logo.svg'
|
|
7040
|
+
},
|
|
7041
|
+
images: [{
|
|
7042
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/babylon/images/logo.svg'
|
|
7043
|
+
}],
|
|
7044
|
+
type_asset: 'sdk.coin',
|
|
7045
|
+
traces: [{
|
|
7046
|
+
type: 'ibc',
|
|
7047
|
+
counterparty: {
|
|
7048
|
+
channel_id: 'channel-3',
|
|
7049
|
+
base_denom: 'ubbn',
|
|
7050
|
+
chain_name: 'babylon'
|
|
7051
|
+
},
|
|
7052
|
+
chain: {
|
|
7053
|
+
channel_id: 'channel-101635'
|
|
7054
|
+
}
|
|
7055
|
+
}]
|
|
7056
|
+
},
|
|
6991
7057
|
{
|
|
6992
7058
|
description: 'The native token of BandChain',
|
|
6993
7059
|
denom_units: [{
|
|
@@ -9498,7 +9564,7 @@ const asset_list = {
|
|
|
9498
9564
|
}],
|
|
9499
9565
|
socials: {
|
|
9500
9566
|
website: 'https://fx.pundi.ai',
|
|
9501
|
-
twitter: 'https://x.com/
|
|
9567
|
+
twitter: 'https://x.com/PundiAI'
|
|
9502
9568
|
},
|
|
9503
9569
|
type_asset: 'sdk.coin',
|
|
9504
9570
|
traces: [{
|
package/esm/assets.js
CHANGED
|
@@ -663,10 +663,16 @@ const assets = {
|
|
|
663
663
|
}
|
|
664
664
|
],
|
|
665
665
|
logo_URIs: {
|
|
666
|
-
|
|
667
|
-
|
|
666
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/pol.axl.svg',
|
|
667
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/pol.axl.png'
|
|
668
668
|
},
|
|
669
669
|
images: [{
|
|
670
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/pol.axl.svg',
|
|
671
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/pol.axl.png',
|
|
672
|
+
theme: {
|
|
673
|
+
primary_color_hex: '#8444e4'
|
|
674
|
+
}
|
|
675
|
+
}, {
|
|
670
676
|
image_sync: {
|
|
671
677
|
chain_name: 'polygon',
|
|
672
678
|
base_denom: 'wei'
|
|
@@ -13571,10 +13577,16 @@ const assets = {
|
|
|
13571
13577
|
}
|
|
13572
13578
|
}],
|
|
13573
13579
|
logo_URIs: {
|
|
13574
|
-
|
|
13575
|
-
|
|
13580
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/dym.dym.svg',
|
|
13581
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/dym.dym.png'
|
|
13576
13582
|
},
|
|
13577
13583
|
images: [{
|
|
13584
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/dym.dym.svg',
|
|
13585
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/dym.dym.png',
|
|
13586
|
+
theme: {
|
|
13587
|
+
primary_color_hex: '#f4e4d4'
|
|
13588
|
+
}
|
|
13589
|
+
}, {
|
|
13578
13590
|
image_sync: {
|
|
13579
13591
|
chain_name: 'dymension',
|
|
13580
13592
|
base_denom: 'adym'
|
|
@@ -22830,7 +22842,11 @@ const assets = {
|
|
|
22830
22842
|
},
|
|
22831
22843
|
images: [{
|
|
22832
22844
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/cult.png'
|
|
22833
|
-
}]
|
|
22845
|
+
}],
|
|
22846
|
+
socials: {
|
|
22847
|
+
website: 'https://www.architectsnft.io/',
|
|
22848
|
+
twitter: 'https://x.com/Architects_nft'
|
|
22849
|
+
}
|
|
22834
22850
|
},
|
|
22835
22851
|
{
|
|
22836
22852
|
description: 'Tek ovah!',
|
|
@@ -24063,49 +24079,6 @@ const assets = {
|
|
|
24063
24079
|
website: 'https://www.movementnetwork.xyz/',
|
|
24064
24080
|
twitter: 'https://twitter.com/movementfdn'
|
|
24065
24081
|
}
|
|
24066
|
-
},
|
|
24067
|
-
{
|
|
24068
|
-
description: 'An alloy of DGN asset variants on Osmosis.',
|
|
24069
|
-
extended_description: 'Multiple DGN variants on Osmosis comprise the liquidity backing of a tokenized transmuter pool to create an alloy of DGN.',
|
|
24070
|
-
denom_units: [{
|
|
24071
|
-
denom: 'factory/osmo10ca28knpu7yuf6mkcvvdf8w7g3ydamrcmfraxyejc6exv2ff748s4hzk4n/alloyed/allDGN',
|
|
24072
|
-
exponent: 0
|
|
24073
|
-
}, {
|
|
24074
|
-
denom: 'allDGN',
|
|
24075
|
-
exponent: 6
|
|
24076
|
-
}],
|
|
24077
|
-
type_asset: 'sdk.coin',
|
|
24078
|
-
base: 'factory/osmo10ca28knpu7yuf6mkcvvdf8w7g3ydamrcmfraxyejc6exv2ff748s4hzk4n/alloyed/allDGN',
|
|
24079
|
-
address: 'osmo10ca28knpu7yuf6mkcvvdf8w7g3ydamrcmfraxyejc6exv2ff748s4hzk4n',
|
|
24080
|
-
name: 'Dragon (Alloy)',
|
|
24081
|
-
display: 'allDGN',
|
|
24082
|
-
symbol: 'allDGN',
|
|
24083
|
-
traces: [{
|
|
24084
|
-
type: 'synthetic',
|
|
24085
|
-
counterparty: {
|
|
24086
|
-
chain_name: 'dungeon',
|
|
24087
|
-
base_denom: 'udgn'
|
|
24088
|
-
},
|
|
24089
|
-
provider: 'Osmosis'
|
|
24090
|
-
}],
|
|
24091
|
-
logo_URIs: {
|
|
24092
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/allDGN.png'
|
|
24093
|
-
},
|
|
24094
|
-
images: [{
|
|
24095
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/allDGN.png',
|
|
24096
|
-
theme: {
|
|
24097
|
-
circle: true
|
|
24098
|
-
}
|
|
24099
|
-
}, {
|
|
24100
|
-
image_sync: {
|
|
24101
|
-
chain_name: 'dungeon',
|
|
24102
|
-
base_denom: 'udgn'
|
|
24103
|
-
},
|
|
24104
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dungeon/images/DGN.png',
|
|
24105
|
-
theme: {
|
|
24106
|
-
circle: true
|
|
24107
|
-
}
|
|
24108
|
-
}]
|
|
24109
24082
|
}
|
|
24110
24083
|
]
|
|
24111
24084
|
};
|
package/esm/chain.js
CHANGED
|
@@ -524,7 +524,7 @@ const chain = {
|
|
|
524
524
|
genesis_url: 'https://github.com/osmosis-labs/networks/raw/main/osmosis-1/genesis.json'
|
|
525
525
|
},
|
|
526
526
|
recommended_version: '29.0.0',
|
|
527
|
-
compatible_versions: ['29.0.0
|
|
527
|
+
compatible_versions: ['29.0.0'],
|
|
528
528
|
consensus: {
|
|
529
529
|
type: 'cometbft',
|
|
530
530
|
version: '0.38.17',
|
|
@@ -545,9 +545,9 @@ const chain = {
|
|
|
545
545
|
},
|
|
546
546
|
ibc: {
|
|
547
547
|
type: 'go',
|
|
548
|
-
version: '
|
|
548
|
+
version: '8.7.0',
|
|
549
549
|
repo: 'https://github.com/cosmos/ibc-go',
|
|
550
|
-
tag: '
|
|
550
|
+
tag: 'v8.7.0',
|
|
551
551
|
ics_enabled: ['ics20-1']
|
|
552
552
|
},
|
|
553
553
|
language: {
|
|
@@ -555,8 +555,8 @@ const chain = {
|
|
|
555
555
|
version: '1.22.11'
|
|
556
556
|
},
|
|
557
557
|
binaries: {
|
|
558
|
-
"linux/amd64": 'https://github.com/osmosis-labs/osmosis/releases/download/v29.0.0
|
|
559
|
-
"linux/arm64": 'https://github.com/osmosis-labs/osmosis/releases/download/v29.0.0
|
|
558
|
+
"linux/amd64": 'https://github.com/osmosis-labs/osmosis/releases/download/v29.0.0/osmosisd-29.0.0-linux-amd64?checksum=6999331507e5119228456a64f733eb1d945f5392ffcfd4673bdad25886b19a7e',
|
|
559
|
+
"linux/arm64": 'https://github.com/osmosis-labs/osmosis/releases/download/v29.0.0/osmosisd-29.0.0-linux-arm64?checksum=079d836d1bf009aab09149eb79d3c187980c5116b8319e09c66a8cae7fa0704c'
|
|
560
560
|
}
|
|
561
561
|
},
|
|
562
562
|
images: [{
|
package/esm/testnet.js
CHANGED
|
@@ -27,23 +27,8 @@ const testnet = {
|
|
|
27
27
|
},
|
|
28
28
|
codebase: {
|
|
29
29
|
git_repo: 'https://github.com/osmosis-labs/osmosis',
|
|
30
|
-
recommended_version: '
|
|
31
|
-
compatible_versions: ['
|
|
32
|
-
consensus: {
|
|
33
|
-
type: 'tendermint',
|
|
34
|
-
version: '0.34'
|
|
35
|
-
},
|
|
36
|
-
genesis: {
|
|
37
|
-
genesis_url: 'https://genesis.osmotest5.osmosis.zone/genesis.json'
|
|
38
|
-
},
|
|
39
|
-
sdk: {
|
|
40
|
-
type: 'cosmos',
|
|
41
|
-
version: '0.45'
|
|
42
|
-
},
|
|
43
|
-
cosmwasm: {
|
|
44
|
-
version: '0.30',
|
|
45
|
-
enabled: true
|
|
46
|
-
}
|
|
30
|
+
recommended_version: '29.0.0',
|
|
31
|
+
compatible_versions: ['29.0.0-rc1', '29.0.0']
|
|
47
32
|
},
|
|
48
33
|
apis: {
|
|
49
34
|
rpc: [{
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@chain-registry/osmosis",
|
|
3
|
-
"version": "1.67.
|
|
3
|
+
"version": "1.67.110",
|
|
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.110"
|
|
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": "53063537b3f2ed8a646b6176c2395cf3ce239989"
|
|
42
42
|
}
|
package/testnet.js
CHANGED
|
@@ -29,23 +29,8 @@ const testnet = {
|
|
|
29
29
|
},
|
|
30
30
|
codebase: {
|
|
31
31
|
git_repo: 'https://github.com/osmosis-labs/osmosis',
|
|
32
|
-
recommended_version: '
|
|
33
|
-
compatible_versions: ['
|
|
34
|
-
consensus: {
|
|
35
|
-
type: 'tendermint',
|
|
36
|
-
version: '0.34'
|
|
37
|
-
},
|
|
38
|
-
genesis: {
|
|
39
|
-
genesis_url: 'https://genesis.osmotest5.osmosis.zone/genesis.json'
|
|
40
|
-
},
|
|
41
|
-
sdk: {
|
|
42
|
-
type: 'cosmos',
|
|
43
|
-
version: '0.45'
|
|
44
|
-
},
|
|
45
|
-
cosmwasm: {
|
|
46
|
-
version: '0.30',
|
|
47
|
-
enabled: true
|
|
48
|
-
}
|
|
32
|
+
recommended_version: '29.0.0',
|
|
33
|
+
compatible_versions: ['29.0.0-rc1', '29.0.0']
|
|
49
34
|
},
|
|
50
35
|
apis: {
|
|
51
36
|
rpc: [{
|