@chain-registry/assets 1.64.41 → 1.64.43

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.
@@ -1,3 +1,5 @@
1
+ export * as ethereum from './ethereum';
2
+ export * as solana from './solana';
1
3
  export * as _8ball from './8ball';
2
4
  export * as acrechain from './acrechain';
3
5
  export * as agoric from './agoric';
@@ -1,7 +1,5 @@
1
- import _ethereum from './ethereum';
2
1
  import _picasso from './picasso';
3
- import _solana from './solana';
4
2
  import _composablepolkadot from './composablepolkadot';
5
3
  import _penumbra from './penumbra';
6
- const assets = [_ethereum, _picasso, _solana, _composablepolkadot, _penumbra];
4
+ const assets = [_picasso, _composablepolkadot, _penumbra];
7
5
  export default assets;
@@ -1,5 +1,3 @@
1
- export * as ethereum from './ethereum';
2
1
  export * as picasso from './picasso';
3
- export * as solana from './solana';
4
2
  export * as composablepolkadot from './composablepolkadot';
5
3
  export * as penumbra from './penumbra';
package/index.d.ts CHANGED
@@ -3,7 +3,7 @@ export * from './testnet';
3
3
  export * from './noncosmos';
4
4
  import asset_lists from './asset_lists';
5
5
  declare const _default: {
6
- asset_lists: import("@chain-registry/types").AssetList[];
6
+ asset_lists: AssetList[];
7
7
  };
8
8
  export default _default;
9
9
  export { asset_lists };
@@ -361,6 +361,44 @@ const assets = {
361
361
  }
362
362
  }]
363
363
  },
364
+ {
365
+ description: 'BeeZee native blockchain',
366
+ denom_units: [{
367
+ denom: 'ibc/477BF795EE81A93C4B278F032FF847261D1FA5A3E41C5338DA3D8173699D9739',
368
+ exponent: 0,
369
+ aliases: ['ubze']
370
+ }, {
371
+ denom: 'bze',
372
+ exponent: 6
373
+ }],
374
+ base: 'ibc/477BF795EE81A93C4B278F032FF847261D1FA5A3E41C5338DA3D8173699D9739',
375
+ name: 'BeeZee',
376
+ display: 'bze',
377
+ symbol: 'BZE',
378
+ logo_URIs: {
379
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/beezee/images/bze.png',
380
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/beezee/images/bze.svg'
381
+ },
382
+ coingecko_id: 'bzedge',
383
+ images: [{
384
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/beezee/images/bze.png',
385
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/beezee/images/bze.svg',
386
+ theme: {
387
+ primary_color_hex: '#079fd7'
388
+ }
389
+ }],
390
+ traces: [{
391
+ type: 'ibc',
392
+ counterparty: {
393
+ channel_id: 'channel-2',
394
+ base_denom: 'ubze',
395
+ chain_name: 'beezee'
396
+ },
397
+ chain: {
398
+ channel_id: 'channel-147'
399
+ }
400
+ }]
401
+ },
364
402
  {
365
403
  description: 'The BCNA coin is the transactional token within the BitCanna network, serving the legal cannabis industry through its payment network, supply chain and trust network.',
366
404
  denom_units: [{
@@ -1535,6 +1573,44 @@ const assets = {
1535
1573
  }
1536
1574
  }]
1537
1575
  },
1576
+ {
1577
+ description: 'BeeZee native blockchain',
1578
+ denom_units: [{
1579
+ denom: 'ibc/477BF795EE81A93C4B278F032FF847261D1FA5A3E41C5338DA3D8173699D9739',
1580
+ exponent: 0,
1581
+ aliases: ['ubze']
1582
+ }, {
1583
+ denom: 'bze',
1584
+ exponent: 6
1585
+ }],
1586
+ base: 'ibc/477BF795EE81A93C4B278F032FF847261D1FA5A3E41C5338DA3D8173699D9739',
1587
+ name: 'BeeZee',
1588
+ display: 'bze',
1589
+ symbol: 'BZE',
1590
+ logo_URIs: {
1591
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/beezee/images/bze.png',
1592
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/beezee/images/bze.svg'
1593
+ },
1594
+ coingecko_id: 'bzedge',
1595
+ images: [{
1596
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/beezee/images/bze.png',
1597
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/beezee/images/bze.svg',
1598
+ theme: {
1599
+ primary_color_hex: '#079fd7'
1600
+ }
1601
+ }],
1602
+ traces: [{
1603
+ type: 'ibc',
1604
+ counterparty: {
1605
+ channel_id: 'channel-2',
1606
+ base_denom: 'ubze',
1607
+ chain_name: 'beezee'
1608
+ },
1609
+ chain: {
1610
+ channel_id: 'channel-147'
1611
+ }
1612
+ }]
1613
+ },
1538
1614
  {
1539
1615
  description: 'The BCNA coin is the transactional token within the BitCanna network, serving the legal cannabis industry through its payment network, supply chain and trust network.',
1540
1616
  denom_units: [{
package/mainnet/assets.js CHANGED
@@ -3,6 +3,8 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
3
3
  return (mod && mod.__esModule) ? mod : { "default": mod };
4
4
  };
5
5
  Object.defineProperty(exports, "__esModule", { value: true });
6
+ const ethereum_1 = __importDefault(require("./ethereum"));
7
+ const solana_1 = __importDefault(require("./solana"));
6
8
  const _8ball_1 = __importDefault(require("./8ball"));
7
9
  const acrechain_1 = __importDefault(require("./acrechain"));
8
10
  const agoric_1 = __importDefault(require("./agoric"));
@@ -141,5 +143,5 @@ const unification_1 = __importDefault(require("./unification"));
141
143
  const uptick_1 = __importDefault(require("./uptick"));
142
144
  const vidulum_1 = __importDefault(require("./vidulum"));
143
145
  const xpla_1 = __importDefault(require("./xpla"));
144
- const assets = [_8ball_1.default, acrechain_1.default, agoric_1.default, aioz_1.default, akash_1.default, andromeda_1.default, archway_1.default, arkh_1.default, assetmantle_1.default, aura_1.default, axelar_1.default, bandchain_1.default, beezee_1.default, bitcanna_1.default, bitsong_1.default, bluzelle_1.default, bostrom_1.default, canto_1.default, carbon_1.default, celestia_1.default, cerberus_1.default, chain4energy_1.default, cheqd_1.default, chihuahua_1.default, cifer_1.default, comdex_1.default, composable_1.default, conscious_1.default, coreum_1.default, cosmoshub_1.default, crescent_1.default, cronos_1.default, cryptoorgchain_1.default, cudos_1.default, decentr_1.default, desmos_1.default, dhealth_1.default, dig_1.default, doravota_1.default, dydx_1.default, dymension_1.default, dyson_1.default, echelon_1.default, emoney_1.default, empowerchain_1.default, evmos_1.default, fetchhub_1.default, firmachain_1.default, furya_1.default, fxcore_1.default, galaxy_1.default, gateway_1.default, genesisl1_1.default, gitopia_1.default, gravitybridge_1.default, haqq_1.default, humans_1.default, impacthub_1.default, imversed_1.default, injective_1.default, irisnet_1.default, jackal_1.default, joltify_1.default, juno_1.default, kava_1.default, kichain_1.default, konstellation_1.default, kujira_1.default, kyve_1.default, lambda_1.default, likecoin_1.default, lumenx_1.default, lumnetwork_1.default, mande_1.default, mars_1.default, medasdigital_1.default, meme_1.default, microtick_1.default, migaloo_1.default, neutaro_1.default, neutron_1.default, nibiru_1.default, nim_1.default, noble_1.default, nois_1.default, nolus_1.default, nomic_1.default, nyx_1.default, odin_1.default, okexchain_1.default, omniflixhub_1.default, onex_1.default, onomy_1.default, oraichain_1.default, osmosis_1.default, panacea_1.default, passage_1.default, persistence_1.default, planq_1.default, point_1.default, provenance_1.default, pryzm_1.default, pundix_1.default, pylons_1.default, quasar_1.default, quicksilver_1.default, qwoyn_1.default, realio_1.default, rebus_1.default, regen_1.default, rizon_1.default, saga_1.default, scorum_1.default, secretnetwork_1.default, seda_1.default, sei_1.default, self_1.default, sentinel_1.default, sge_1.default, shareledger_1.default, shentu_1.default, shido_1.default, sifchain_1.default, sommelier_1.default, source_1.default, stafihub_1.default, stargaze_1.default, starname_1.default, stride_1.default, teritori_1.default, terra_1.default, terra2_1.default, tgrade_1.default, umee_1.default, unification_1.default, uptick_1.default, vidulum_1.default, xpla_1.default];
146
+ const assets = [ethereum_1.default, solana_1.default, _8ball_1.default, acrechain_1.default, agoric_1.default, aioz_1.default, akash_1.default, andromeda_1.default, archway_1.default, arkh_1.default, assetmantle_1.default, aura_1.default, axelar_1.default, bandchain_1.default, beezee_1.default, bitcanna_1.default, bitsong_1.default, bluzelle_1.default, bostrom_1.default, canto_1.default, carbon_1.default, celestia_1.default, cerberus_1.default, chain4energy_1.default, cheqd_1.default, chihuahua_1.default, cifer_1.default, comdex_1.default, composable_1.default, conscious_1.default, coreum_1.default, cosmoshub_1.default, crescent_1.default, cronos_1.default, cryptoorgchain_1.default, cudos_1.default, decentr_1.default, desmos_1.default, dhealth_1.default, dig_1.default, doravota_1.default, dydx_1.default, dymension_1.default, dyson_1.default, echelon_1.default, emoney_1.default, empowerchain_1.default, evmos_1.default, fetchhub_1.default, firmachain_1.default, furya_1.default, fxcore_1.default, galaxy_1.default, gateway_1.default, genesisl1_1.default, gitopia_1.default, gravitybridge_1.default, haqq_1.default, humans_1.default, impacthub_1.default, imversed_1.default, injective_1.default, irisnet_1.default, jackal_1.default, joltify_1.default, juno_1.default, kava_1.default, kichain_1.default, konstellation_1.default, kujira_1.default, kyve_1.default, lambda_1.default, likecoin_1.default, lumenx_1.default, lumnetwork_1.default, mande_1.default, mars_1.default, medasdigital_1.default, meme_1.default, microtick_1.default, migaloo_1.default, neutaro_1.default, neutron_1.default, nibiru_1.default, nim_1.default, noble_1.default, nois_1.default, nolus_1.default, nomic_1.default, nyx_1.default, odin_1.default, okexchain_1.default, omniflixhub_1.default, onex_1.default, onomy_1.default, oraichain_1.default, osmosis_1.default, panacea_1.default, passage_1.default, persistence_1.default, planq_1.default, point_1.default, provenance_1.default, pryzm_1.default, pundix_1.default, pylons_1.default, quasar_1.default, quicksilver_1.default, qwoyn_1.default, realio_1.default, rebus_1.default, regen_1.default, rizon_1.default, saga_1.default, scorum_1.default, secretnetwork_1.default, seda_1.default, sei_1.default, self_1.default, sentinel_1.default, sge_1.default, shareledger_1.default, shentu_1.default, shido_1.default, sifchain_1.default, sommelier_1.default, source_1.default, stafihub_1.default, stargaze_1.default, starname_1.default, stride_1.default, teritori_1.default, terra_1.default, terra2_1.default, tgrade_1.default, umee_1.default, unification_1.default, uptick_1.default, vidulum_1.default, xpla_1.default];
145
147
  exports.default = assets;
package/mainnet/beezee.js CHANGED
@@ -3,6 +3,104 @@ Object.defineProperty(exports, "__esModule", { value: true });
3
3
  const assets = {
4
4
  chain_name: 'beezee',
5
5
  assets: [
6
+ {
7
+ description: 'Archway is a smart contract platform in the Cosmos ecosystem designed to reward developers by providing them with a share of transaction fees generated by their applications.',
8
+ denom_units: [
9
+ {
10
+ denom: 'ibc/C00D101A3572A5374E23F11944463D1325319E255D7C824B33AF2F927F532348',
11
+ exponent: 0,
12
+ aliases: ['aarch']
13
+ },
14
+ {
15
+ denom: 'uarch',
16
+ exponent: 12
17
+ },
18
+ {
19
+ denom: 'arch',
20
+ exponent: 18
21
+ }
22
+ ],
23
+ base: 'ibc/C00D101A3572A5374E23F11944463D1325319E255D7C824B33AF2F927F532348',
24
+ name: 'Archway',
25
+ display: 'arch',
26
+ symbol: 'ARCH',
27
+ logo_URIs: {
28
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/archway.png',
29
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/archway.svg'
30
+ },
31
+ coingecko_id: 'archway',
32
+ images: [{
33
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/archway.png',
34
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/archway.svg',
35
+ theme: {
36
+ primary_color_hex: '#fc4c04'
37
+ }
38
+ }],
39
+ socials: {
40
+ website: 'https://archway.io/',
41
+ twitter: 'https://twitter.com/archwayHQ'
42
+ },
43
+ traces: [{
44
+ type: 'ibc',
45
+ counterparty: {
46
+ channel_id: 'channel-147',
47
+ base_denom: 'aarch',
48
+ chain_name: 'archway'
49
+ },
50
+ chain: {
51
+ channel_id: 'channel-2'
52
+ }
53
+ }]
54
+ },
55
+ {
56
+ description: 'Archway is a smart contract platform in the Cosmos ecosystem designed to reward developers by providing them with a share of transaction fees generated by their applications.',
57
+ denom_units: [
58
+ {
59
+ denom: 'ibc/C00D101A3572A5374E23F11944463D1325319E255D7C824B33AF2F927F532348',
60
+ exponent: 0,
61
+ aliases: ['aarch']
62
+ },
63
+ {
64
+ denom: 'uarch',
65
+ exponent: 12
66
+ },
67
+ {
68
+ denom: 'arch',
69
+ exponent: 18
70
+ }
71
+ ],
72
+ base: 'ibc/C00D101A3572A5374E23F11944463D1325319E255D7C824B33AF2F927F532348',
73
+ name: 'Archway',
74
+ display: 'arch',
75
+ symbol: 'ARCH',
76
+ logo_URIs: {
77
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/archway.png',
78
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/archway.svg'
79
+ },
80
+ coingecko_id: 'archway',
81
+ images: [{
82
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/archway.png',
83
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/archway.svg',
84
+ theme: {
85
+ primary_color_hex: '#fc4c04'
86
+ }
87
+ }],
88
+ socials: {
89
+ website: 'https://archway.io/',
90
+ twitter: 'https://twitter.com/archwayHQ'
91
+ },
92
+ traces: [{
93
+ type: 'ibc',
94
+ counterparty: {
95
+ channel_id: 'channel-147',
96
+ base_denom: 'aarch',
97
+ chain_name: 'archway'
98
+ },
99
+ chain: {
100
+ channel_id: 'channel-2'
101
+ }
102
+ }]
103
+ },
6
104
  {
7
105
  description: 'The native token of Osmosis',
8
106
  denom_units: [{