@chain-registry/osmosis 1.67.189 → 1.67.191
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 +944 -3756
- package/assets.js +2601 -2748
- package/chain.js +10 -13
- package/esm/asset_list.js +944 -3756
- package/esm/assets.js +2601 -2748
- package/esm/chain.js +10 -13
- package/esm/testnet_assets.js +9 -37
- package/package.json +3 -3
- package/testnet_assets.js +9 -37
package/chain.js
CHANGED
|
@@ -525,8 +525,8 @@ const chain = {
|
|
|
525
525
|
name: 'v3',
|
|
526
526
|
genesis_url: 'https://github.com/osmosis-labs/networks/raw/main/osmosis-1/genesis.json'
|
|
527
527
|
},
|
|
528
|
-
recommended_version: '
|
|
529
|
-
compatible_versions: ['
|
|
528
|
+
recommended_version: '30.0.0',
|
|
529
|
+
compatible_versions: ['30.0.0'],
|
|
530
530
|
consensus: {
|
|
531
531
|
type: 'cometbft',
|
|
532
532
|
version: '0.38.17',
|
|
@@ -534,16 +534,16 @@ const chain = {
|
|
|
534
534
|
tag: 'v0.38.17-v28-osmo-1'
|
|
535
535
|
},
|
|
536
536
|
cosmwasm: {
|
|
537
|
-
version: '0.53.
|
|
537
|
+
version: '0.53.3',
|
|
538
538
|
repo: 'https://github.com/CosmWasm/wasmd',
|
|
539
|
-
tag: 'v0.53.
|
|
539
|
+
tag: 'v0.53.3',
|
|
540
540
|
enabled: true
|
|
541
541
|
},
|
|
542
542
|
sdk: {
|
|
543
543
|
type: 'cosmos',
|
|
544
|
-
version: '0.50.
|
|
544
|
+
version: '0.50.14',
|
|
545
545
|
repo: 'https://github.com/osmosis-labs/cosmos-sdk',
|
|
546
|
-
tag: 'v0.50.
|
|
546
|
+
tag: 'v0.50.14-v30-osmo'
|
|
547
547
|
},
|
|
548
548
|
ibc: {
|
|
549
549
|
type: 'go',
|
|
@@ -554,11 +554,11 @@ const chain = {
|
|
|
554
554
|
},
|
|
555
555
|
language: {
|
|
556
556
|
type: 'go',
|
|
557
|
-
version: '1.
|
|
557
|
+
version: '1.23.4'
|
|
558
558
|
},
|
|
559
559
|
binaries: {
|
|
560
|
-
"linux/amd64": 'https://github.com/osmosis-labs/osmosis/releases/download/
|
|
561
|
-
"linux/arm64": 'https://github.com/osmosis-labs/osmosis/releases/download/
|
|
560
|
+
"linux/amd64": 'https://github.com/osmosis-labs/osmosis/releases/download/v30.0.0/osmosisd-30.0.0-linux-amd64?checksum=b469237ba50239988601ec5f0b88197a507b68ca1e1cf97a7e993bd731d7a5fc',
|
|
561
|
+
"linux/arm64": 'https://github.com/osmosis-labs/osmosis/releases/download/v30.0.0/osmosisd-30.0.0-linux-arm64?checksum=ef79c48f86301fd9e7ac78ad6d5c5291c98d24f77f46460960a487cf60ee526f'
|
|
562
562
|
}
|
|
563
563
|
},
|
|
564
564
|
images: [{
|
|
@@ -567,10 +567,7 @@ const chain = {
|
|
|
567
567
|
base_denom: 'uosmo'
|
|
568
568
|
},
|
|
569
569
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg',
|
|
570
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png'
|
|
571
|
-
theme: {
|
|
572
|
-
primary_color_hex: '#760dbb'
|
|
573
|
-
}
|
|
570
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png'
|
|
574
571
|
}],
|
|
575
572
|
logo_URIs: {
|
|
576
573
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
|