@chain-registry/osmosis 1.62.2 → 1.62.3

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 +34 -0
  2. package/esm/assets.js +34 -0
  3. package/package.json +3 -3
package/assets.js CHANGED
@@ -16474,6 +16474,40 @@ const assets = {
16474
16474
  },
16475
16475
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/grac.png'
16476
16476
  }]
16477
+ },
16478
+ {
16479
+ description: 'An alloy of BTC asset variants on Osmosis.',
16480
+ extended_description: 'Multiple Bitcoin variants on Osmosis comprise the liquidity backing of a tokenized transmuter pool to create an alloy of BTC.',
16481
+ denom_units: [{
16482
+ denom: 'factory/osmo1z6r6qdknhgsc0zeracktgpcxf43j6sekq07nw8sxduc9lg0qjjlqfu25e3/alloyed/allBTC',
16483
+ exponent: 0
16484
+ }, {
16485
+ denom: 'allBTC',
16486
+ exponent: 8
16487
+ }],
16488
+ type_asset: 'sdk.coin',
16489
+ address: 'osmo1z6r6qdknhgsc0zeracktgpcxf43j6sekq07nw8sxduc9lg0qjjlqfu25e3',
16490
+ base: 'factory/osmo1z6r6qdknhgsc0zeracktgpcxf43j6sekq07nw8sxduc9lg0qjjlqfu25e3/alloyed/allBTC',
16491
+ name: 'Alloyed BTC',
16492
+ display: 'allBTC',
16493
+ symbol: 'allBTC',
16494
+ traces: [{
16495
+ type: 'synthetic',
16496
+ counterparty: {
16497
+ chain_name: 'bitcoin',
16498
+ base_denom: 'sat'
16499
+ },
16500
+ provider: 'Osmosis'
16501
+ }],
16502
+ images: [{
16503
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/allBTC.svg'
16504
+ }, {
16505
+ image_sync: {
16506
+ chain_name: 'bitcoin',
16507
+ base_denom: 'sat'
16508
+ },
16509
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/bitcoin/images/btc.png'
16510
+ }]
16477
16511
  }
16478
16512
  ]
16479
16513
  };
package/esm/assets.js CHANGED
@@ -16472,6 +16472,40 @@ const assets = {
16472
16472
  },
16473
16473
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/grac.png'
16474
16474
  }]
16475
+ },
16476
+ {
16477
+ description: 'An alloy of BTC asset variants on Osmosis.',
16478
+ extended_description: 'Multiple Bitcoin variants on Osmosis comprise the liquidity backing of a tokenized transmuter pool to create an alloy of BTC.',
16479
+ denom_units: [{
16480
+ denom: 'factory/osmo1z6r6qdknhgsc0zeracktgpcxf43j6sekq07nw8sxduc9lg0qjjlqfu25e3/alloyed/allBTC',
16481
+ exponent: 0
16482
+ }, {
16483
+ denom: 'allBTC',
16484
+ exponent: 8
16485
+ }],
16486
+ type_asset: 'sdk.coin',
16487
+ address: 'osmo1z6r6qdknhgsc0zeracktgpcxf43j6sekq07nw8sxduc9lg0qjjlqfu25e3',
16488
+ base: 'factory/osmo1z6r6qdknhgsc0zeracktgpcxf43j6sekq07nw8sxduc9lg0qjjlqfu25e3/alloyed/allBTC',
16489
+ name: 'Alloyed BTC',
16490
+ display: 'allBTC',
16491
+ symbol: 'allBTC',
16492
+ traces: [{
16493
+ type: 'synthetic',
16494
+ counterparty: {
16495
+ chain_name: 'bitcoin',
16496
+ base_denom: 'sat'
16497
+ },
16498
+ provider: 'Osmosis'
16499
+ }],
16500
+ images: [{
16501
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/allBTC.svg'
16502
+ }, {
16503
+ image_sync: {
16504
+ chain_name: 'bitcoin',
16505
+ base_denom: 'sat'
16506
+ },
16507
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/bitcoin/images/btc.png'
16508
+ }]
16475
16509
  }
16476
16510
  ]
16477
16511
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@chain-registry/osmosis",
3
- "version": "1.62.2",
3
+ "version": "1.62.3",
4
4
  "description": "Chain Registry info for Osmosis",
5
5
  "author": "Dan Lynch <pyramation@gmail.com>",
6
6
  "homepage": "https://github.com/cosmology-tech/chain-registry",
@@ -30,7 +30,7 @@
30
30
  "test:watch": "jest --watch"
31
31
  },
32
32
  "dependencies": {
33
- "@chain-registry/types": "^0.45.2"
33
+ "@chain-registry/types": "^0.45.3"
34
34
  },
35
35
  "keywords": [
36
36
  "chain-registry",
@@ -39,5 +39,5 @@
39
39
  "interchain",
40
40
  "osmosis"
41
41
  ],
42
- "gitHead": "749273a2a1594f82108923044f719613c3a5b1a5"
42
+ "gitHead": "b43bdbaf741833e1869cecd543fb79c54fd29d86"
43
43
  }