@chain-registry/osmosis 1.67.109 → 1.67.111

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 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: [{
@@ -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: [{
package/assets.js CHANGED
@@ -665,10 +665,16 @@ const assets = {
665
665
  }
666
666
  ],
667
667
  logo_URIs: {
668
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/polygon/images/matic-purple.png',
669
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/polygon/images/matic-purple.svg'
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
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dymension/images/dymension-logo.png',
13577
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dymension/images/dymension-logo.svg'
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'
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-rc1'],
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: 'v8.7.0',
550
+ version: '8.7.0',
551
551
  repo: 'https://github.com/cosmos/ibc-go',
552
- tag: '8.7.0',
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-rc1/osmosisd-29.0.0-rc1-linux-amd64',
561
- "linux/arm64": 'https://github.com/osmosis-labs/osmosis/releases/download/v29.0.0-rc1/osmosisd-29.0.0-rc1-linux-arm64'
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: [{
@@ -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: [{
package/esm/assets.js CHANGED
@@ -663,10 +663,16 @@ const assets = {
663
663
  }
664
664
  ],
665
665
  logo_URIs: {
666
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/polygon/images/matic-purple.png',
667
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/polygon/images/matic-purple.svg'
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
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dymension/images/dymension-logo.png',
13575
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dymension/images/dymension-logo.svg'
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'
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-rc1'],
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: 'v8.7.0',
548
+ version: '8.7.0',
549
549
  repo: 'https://github.com/cosmos/ibc-go',
550
- tag: '8.7.0',
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-rc1/osmosisd-29.0.0-rc1-linux-amd64',
559
- "linux/arm64": 'https://github.com/osmosis-labs/osmosis/releases/download/v29.0.0-rc1/osmosisd-29.0.0-rc1-linux-arm64'
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: 'v15.0.0',
31
- compatible_versions: ['v15.0.0-rc3', 'v15.0.0'],
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.109",
3
+ "version": "1.67.111",
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.109"
32
+ "@chain-registry/types": "^0.50.111"
33
33
  },
34
34
  "keywords": [
35
35
  "chain-registry",
@@ -38,5 +38,5 @@
38
38
  "interchain",
39
39
  "osmosis"
40
40
  ],
41
- "gitHead": "a680b676e2f51d9a25462e77f0070f8d3bfe8484"
41
+ "gitHead": "5a9c4b31de55f8221b8407b5782313d583dc0b30"
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: 'v15.0.0',
33
- compatible_versions: ['v15.0.0-rc3', 'v15.0.0'],
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: [{