@chain-registry/osmosis 1.67.129 → 1.67.131

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.
Files changed (3) hide show
  1. package/assets.js +149 -5
  2. package/esm/assets.js +149 -5
  3. package/package.json +3 -3
package/assets.js CHANGED
@@ -2075,10 +2075,15 @@ const assets = {
2075
2075
  }
2076
2076
  }],
2077
2077
  logo_URIs: {
2078
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/beezee/images/vdl.png',
2079
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/beezee/images/vdl.svg'
2078
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/VDL.vdl.png',
2079
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/VDL.vdl.svg'
2080
2080
  },
2081
- images: [{
2081
+ images: [
2082
+ {
2083
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/VDL.vdl.svg',
2084
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/VDL.vdl.png'
2085
+ },
2086
+ {
2082
2087
  image_sync: {
2083
2088
  chain_name: 'vidulum',
2084
2089
  base_denom: 'uvdl'
@@ -2088,10 +2093,12 @@ const assets = {
2088
2093
  theme: {
2089
2094
  primary_color_hex: '#3454bc'
2090
2095
  }
2091
- }, {
2096
+ },
2097
+ {
2092
2098
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/vidulum/images/vdl.png',
2093
2099
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/vidulum/images/vdl.svg'
2094
- }],
2100
+ }
2101
+ ],
2095
2102
  keywords: ['osmosis_unstable']
2096
2103
  },
2097
2104
  {
@@ -24594,6 +24601,143 @@ const assets = {
24594
24601
  website: 'https://fractal.fun',
24595
24602
  twitter: 'https://twitter.com/fractaldotfun'
24596
24603
  }
24604
+ },
24605
+ {
24606
+ description: 'Tether USD via Eureka',
24607
+ denom_units: [{
24608
+ denom: 'ibc/7BC2F718C47C0749791F2612A914C8C39D1A4F533A27AF7285D924D4B617DDA6',
24609
+ exponent: 0
24610
+ }, {
24611
+ denom: 'usdt',
24612
+ exponent: 6
24613
+ }],
24614
+ type_asset: 'ics20',
24615
+ base: 'ibc/7BC2F718C47C0749791F2612A914C8C39D1A4F533A27AF7285D924D4B617DDA6',
24616
+ name: 'Tether USD (Eureka)',
24617
+ display: 'usdt',
24618
+ symbol: 'USDT.atom',
24619
+ traces: [{
24620
+ type: 'ibc',
24621
+ counterparty: {
24622
+ chain_name: 'cosmoshub',
24623
+ base_denom: 'ibc/E7E51FFF94A8B55BE84CEB0345E5CAF0A5DAEB374C6806CE908098B8996C7782',
24624
+ channel_id: 'channel-141'
24625
+ },
24626
+ chain: {
24627
+ channel_id: 'channel-0',
24628
+ path: 'transfer/channel-0/transfer/08-wasm-1369/0xdac17f958d2ee523a2206206994597c13d831ec7'
24629
+ }
24630
+ }],
24631
+ images: [{
24632
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdt.atom.svg',
24633
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdt.atom.png'
24634
+ }, {
24635
+ image_sync: {
24636
+ chain_name: 'cosmoshub',
24637
+ base_denom: 'ibc/E7E51FFF94A8B55BE84CEB0345E5CAF0A5DAEB374C6806CE908098B8996C7782'
24638
+ },
24639
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg',
24640
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png',
24641
+ theme: {
24642
+ circle: true,
24643
+ primary_color_hex: '#009393',
24644
+ background_color_hex: '#009393'
24645
+ }
24646
+ }],
24647
+ logo_URIs: {
24648
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdt.atom.svg',
24649
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdt.atom.png'
24650
+ }
24651
+ },
24652
+ {
24653
+ description: 'Ether via Eureka',
24654
+ denom_units: [{
24655
+ denom: 'ibc/20850C646CDDDC2270E9BBDB08558B5FEE57B647EC6827F41096AABFD8A0471B',
24656
+ exponent: 0
24657
+ }, {
24658
+ denom: 'eth',
24659
+ exponent: 18
24660
+ }],
24661
+ type_asset: 'ics20',
24662
+ base: 'ibc/20850C646CDDDC2270E9BBDB08558B5FEE57B647EC6827F41096AABFD8A0471B',
24663
+ name: 'Ethereum (Eureka)',
24664
+ display: 'eth',
24665
+ symbol: 'ETH.atom',
24666
+ traces: [{
24667
+ type: 'ibc',
24668
+ counterparty: {
24669
+ chain_name: 'cosmoshub',
24670
+ base_denom: 'ibc/C0B53D3D23827AE38058BED0BDCD554229278AF530A8D265FCF6DFF7C4B2ADFF',
24671
+ channel_id: 'channel-141'
24672
+ },
24673
+ chain: {
24674
+ channel_id: 'channel-0',
24675
+ path: 'transfer/channel-0/transfer/08-wasm-1369/0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2'
24676
+ }
24677
+ }],
24678
+ images: [{
24679
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/eth.atom.svg',
24680
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/eth.atom.png'
24681
+ }, {
24682
+ image_sync: {
24683
+ chain_name: 'cosmoshub',
24684
+ base_denom: 'ibc/C0B53D3D23827AE38058BED0BDCD554229278AF530A8D265FCF6DFF7C4B2ADFF'
24685
+ },
24686
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.png',
24687
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.svg',
24688
+ theme: {
24689
+ primary_color_hex: '#303030'
24690
+ }
24691
+ }],
24692
+ logo_URIs: {
24693
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/eth.atom.svg',
24694
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/eth.atom.png'
24695
+ }
24696
+ },
24697
+ {
24698
+ description: 'Wrapped Bitcoin via Eureka',
24699
+ denom_units: [{
24700
+ denom: 'ibc/88386AC48152D48B34B082648DF836F975506F0B57DBBFC10A54213B1BF484CB',
24701
+ exponent: 0
24702
+ }, {
24703
+ denom: 'wbtc',
24704
+ exponent: 8
24705
+ }],
24706
+ type_asset: 'ics20',
24707
+ base: 'ibc/88386AC48152D48B34B082648DF836F975506F0B57DBBFC10A54213B1BF484CB',
24708
+ name: 'Wrapped Bitcoin (Eureka)',
24709
+ display: 'wbtc',
24710
+ symbol: 'WBTC.atom',
24711
+ traces: [{
24712
+ type: 'ibc',
24713
+ counterparty: {
24714
+ chain_name: 'cosmoshub',
24715
+ base_denom: 'ibc/D742E8566B0B8CC8F569D950051C09CF57988A88F0E45574BFB3079D41DE6462',
24716
+ channel_id: 'channel-141'
24717
+ },
24718
+ chain: {
24719
+ channel_id: 'channel-0',
24720
+ path: 'transfer/channel-0/transfer/08-wasm-1369/0x2260fac5e5542a773aa44fbcfedf7c193bc2c599'
24721
+ }
24722
+ }],
24723
+ logo_URIs: {
24724
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/wbtc.atom.svg',
24725
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/wbtc.atom.png'
24726
+ },
24727
+ images: [{
24728
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/wbtc.atom.svg',
24729
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/wbtc.atom.png'
24730
+ }, {
24731
+ image_sync: {
24732
+ chain_name: 'cosmoshub',
24733
+ base_denom: 'ibc/D742E8566B0B8CC8F569D950051C09CF57988A88F0E45574BFB3079D41DE6462'
24734
+ },
24735
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/wbtc.png',
24736
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/wbtc.svg',
24737
+ theme: {
24738
+ primary_color_hex: '#f39444'
24739
+ }
24740
+ }]
24597
24741
  }
24598
24742
  ]
24599
24743
  };
package/esm/assets.js CHANGED
@@ -2073,10 +2073,15 @@ const assets = {
2073
2073
  }
2074
2074
  }],
2075
2075
  logo_URIs: {
2076
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/beezee/images/vdl.png',
2077
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/beezee/images/vdl.svg'
2076
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/VDL.vdl.png',
2077
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/VDL.vdl.svg'
2078
2078
  },
2079
- images: [{
2079
+ images: [
2080
+ {
2081
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/VDL.vdl.svg',
2082
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/VDL.vdl.png'
2083
+ },
2084
+ {
2080
2085
  image_sync: {
2081
2086
  chain_name: 'vidulum',
2082
2087
  base_denom: 'uvdl'
@@ -2086,10 +2091,12 @@ const assets = {
2086
2091
  theme: {
2087
2092
  primary_color_hex: '#3454bc'
2088
2093
  }
2089
- }, {
2094
+ },
2095
+ {
2090
2096
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/vidulum/images/vdl.png',
2091
2097
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/vidulum/images/vdl.svg'
2092
- }],
2098
+ }
2099
+ ],
2093
2100
  keywords: ['osmosis_unstable']
2094
2101
  },
2095
2102
  {
@@ -24592,6 +24599,143 @@ const assets = {
24592
24599
  website: 'https://fractal.fun',
24593
24600
  twitter: 'https://twitter.com/fractaldotfun'
24594
24601
  }
24602
+ },
24603
+ {
24604
+ description: 'Tether USD via Eureka',
24605
+ denom_units: [{
24606
+ denom: 'ibc/7BC2F718C47C0749791F2612A914C8C39D1A4F533A27AF7285D924D4B617DDA6',
24607
+ exponent: 0
24608
+ }, {
24609
+ denom: 'usdt',
24610
+ exponent: 6
24611
+ }],
24612
+ type_asset: 'ics20',
24613
+ base: 'ibc/7BC2F718C47C0749791F2612A914C8C39D1A4F533A27AF7285D924D4B617DDA6',
24614
+ name: 'Tether USD (Eureka)',
24615
+ display: 'usdt',
24616
+ symbol: 'USDT.atom',
24617
+ traces: [{
24618
+ type: 'ibc',
24619
+ counterparty: {
24620
+ chain_name: 'cosmoshub',
24621
+ base_denom: 'ibc/E7E51FFF94A8B55BE84CEB0345E5CAF0A5DAEB374C6806CE908098B8996C7782',
24622
+ channel_id: 'channel-141'
24623
+ },
24624
+ chain: {
24625
+ channel_id: 'channel-0',
24626
+ path: 'transfer/channel-0/transfer/08-wasm-1369/0xdac17f958d2ee523a2206206994597c13d831ec7'
24627
+ }
24628
+ }],
24629
+ images: [{
24630
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdt.atom.svg',
24631
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdt.atom.png'
24632
+ }, {
24633
+ image_sync: {
24634
+ chain_name: 'cosmoshub',
24635
+ base_denom: 'ibc/E7E51FFF94A8B55BE84CEB0345E5CAF0A5DAEB374C6806CE908098B8996C7782'
24636
+ },
24637
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg',
24638
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png',
24639
+ theme: {
24640
+ circle: true,
24641
+ primary_color_hex: '#009393',
24642
+ background_color_hex: '#009393'
24643
+ }
24644
+ }],
24645
+ logo_URIs: {
24646
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdt.atom.svg',
24647
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdt.atom.png'
24648
+ }
24649
+ },
24650
+ {
24651
+ description: 'Ether via Eureka',
24652
+ denom_units: [{
24653
+ denom: 'ibc/20850C646CDDDC2270E9BBDB08558B5FEE57B647EC6827F41096AABFD8A0471B',
24654
+ exponent: 0
24655
+ }, {
24656
+ denom: 'eth',
24657
+ exponent: 18
24658
+ }],
24659
+ type_asset: 'ics20',
24660
+ base: 'ibc/20850C646CDDDC2270E9BBDB08558B5FEE57B647EC6827F41096AABFD8A0471B',
24661
+ name: 'Ethereum (Eureka)',
24662
+ display: 'eth',
24663
+ symbol: 'ETH.atom',
24664
+ traces: [{
24665
+ type: 'ibc',
24666
+ counterparty: {
24667
+ chain_name: 'cosmoshub',
24668
+ base_denom: 'ibc/C0B53D3D23827AE38058BED0BDCD554229278AF530A8D265FCF6DFF7C4B2ADFF',
24669
+ channel_id: 'channel-141'
24670
+ },
24671
+ chain: {
24672
+ channel_id: 'channel-0',
24673
+ path: 'transfer/channel-0/transfer/08-wasm-1369/0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2'
24674
+ }
24675
+ }],
24676
+ images: [{
24677
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/eth.atom.svg',
24678
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/eth.atom.png'
24679
+ }, {
24680
+ image_sync: {
24681
+ chain_name: 'cosmoshub',
24682
+ base_denom: 'ibc/C0B53D3D23827AE38058BED0BDCD554229278AF530A8D265FCF6DFF7C4B2ADFF'
24683
+ },
24684
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.png',
24685
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.svg',
24686
+ theme: {
24687
+ primary_color_hex: '#303030'
24688
+ }
24689
+ }],
24690
+ logo_URIs: {
24691
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/eth.atom.svg',
24692
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/eth.atom.png'
24693
+ }
24694
+ },
24695
+ {
24696
+ description: 'Wrapped Bitcoin via Eureka',
24697
+ denom_units: [{
24698
+ denom: 'ibc/88386AC48152D48B34B082648DF836F975506F0B57DBBFC10A54213B1BF484CB',
24699
+ exponent: 0
24700
+ }, {
24701
+ denom: 'wbtc',
24702
+ exponent: 8
24703
+ }],
24704
+ type_asset: 'ics20',
24705
+ base: 'ibc/88386AC48152D48B34B082648DF836F975506F0B57DBBFC10A54213B1BF484CB',
24706
+ name: 'Wrapped Bitcoin (Eureka)',
24707
+ display: 'wbtc',
24708
+ symbol: 'WBTC.atom',
24709
+ traces: [{
24710
+ type: 'ibc',
24711
+ counterparty: {
24712
+ chain_name: 'cosmoshub',
24713
+ base_denom: 'ibc/D742E8566B0B8CC8F569D950051C09CF57988A88F0E45574BFB3079D41DE6462',
24714
+ channel_id: 'channel-141'
24715
+ },
24716
+ chain: {
24717
+ channel_id: 'channel-0',
24718
+ path: 'transfer/channel-0/transfer/08-wasm-1369/0x2260fac5e5542a773aa44fbcfedf7c193bc2c599'
24719
+ }
24720
+ }],
24721
+ logo_URIs: {
24722
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/wbtc.atom.svg',
24723
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/wbtc.atom.png'
24724
+ },
24725
+ images: [{
24726
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/wbtc.atom.svg',
24727
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/wbtc.atom.png'
24728
+ }, {
24729
+ image_sync: {
24730
+ chain_name: 'cosmoshub',
24731
+ base_denom: 'ibc/D742E8566B0B8CC8F569D950051C09CF57988A88F0E45574BFB3079D41DE6462'
24732
+ },
24733
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/wbtc.png',
24734
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/wbtc.svg',
24735
+ theme: {
24736
+ primary_color_hex: '#f39444'
24737
+ }
24738
+ }]
24595
24739
  }
24596
24740
  ]
24597
24741
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@chain-registry/osmosis",
3
- "version": "1.67.129",
3
+ "version": "1.67.131",
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.129"
32
+ "@chain-registry/types": "^0.50.131"
33
33
  },
34
34
  "keywords": [
35
35
  "chain-registry",
@@ -38,5 +38,5 @@
38
38
  "interchain",
39
39
  "osmosis"
40
40
  ],
41
- "gitHead": "89ca9956f8666e02702d5468ff1a64c5f64d8ab8"
41
+ "gitHead": "3fddce07556f76b9ff50f997b7d70fc9d0f0dcdf"
42
42
  }