@chain-registry/assets 1.64.40 → 1.64.42

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';
@@ -10407,6 +10407,45 @@ const assets = {
10407
10407
  }
10408
10408
  }]
10409
10409
  },
10410
+ {
10411
+ description: 'The native token of Penumbra.',
10412
+ denom_units: [{
10413
+ denom: 'ibc/0FA9232B262B89E77D1335D54FB1E1F506A92A7E4B51524B400DC69C68D28372',
10414
+ exponent: 0,
10415
+ aliases: ['upenumbra']
10416
+ }, {
10417
+ denom: 'penumbra',
10418
+ exponent: 6
10419
+ }],
10420
+ type_asset: 'unknown',
10421
+ base: 'ibc/0FA9232B262B89E77D1335D54FB1E1F506A92A7E4B51524B400DC69C68D28372',
10422
+ display: 'penumbra',
10423
+ symbol: 'UM',
10424
+ name: 'Penumbra',
10425
+ images: [{
10426
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/penumbra/images/um.png',
10427
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/penumbra/images/um.svg',
10428
+ theme: {
10429
+ circle: true,
10430
+ primary_color_hex: '#c7b07f'
10431
+ }
10432
+ }],
10433
+ socials: {
10434
+ website: 'https://penumbra.zone/',
10435
+ twitter: 'https://twitter.com/penumbrazone'
10436
+ },
10437
+ traces: [{
10438
+ type: 'ibc',
10439
+ counterparty: {
10440
+ channel_id: 'channel-4',
10441
+ base_denom: 'upenumbra',
10442
+ chain_name: 'penumbra'
10443
+ },
10444
+ chain: {
10445
+ channel_id: 'channel-79703'
10446
+ }
10447
+ }]
10448
+ },
10410
10449
  {
10411
10450
  description: 'Persistence is a blockchain platform designed to facilitate institutional decentralized finance (DeFi) and real-world asset tokenization, integrating with the Cosmos ecosystem.',
10412
10451
  denom_units: [{
@@ -15989,6 +16028,45 @@ const assets = {
15989
16028
  }
15990
16029
  }]
15991
16030
  },
16031
+ {
16032
+ description: 'The native token of Penumbra.',
16033
+ denom_units: [{
16034
+ denom: 'ibc/0FA9232B262B89E77D1335D54FB1E1F506A92A7E4B51524B400DC69C68D28372',
16035
+ exponent: 0,
16036
+ aliases: ['upenumbra']
16037
+ }, {
16038
+ denom: 'penumbra',
16039
+ exponent: 6
16040
+ }],
16041
+ type_asset: 'unknown',
16042
+ base: 'ibc/0FA9232B262B89E77D1335D54FB1E1F506A92A7E4B51524B400DC69C68D28372',
16043
+ display: 'penumbra',
16044
+ symbol: 'UM',
16045
+ name: 'Penumbra',
16046
+ images: [{
16047
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/penumbra/images/um.png',
16048
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/penumbra/images/um.svg',
16049
+ theme: {
16050
+ circle: true,
16051
+ primary_color_hex: '#c7b07f'
16052
+ }
16053
+ }],
16054
+ socials: {
16055
+ website: 'https://penumbra.zone/',
16056
+ twitter: 'https://twitter.com/penumbrazone'
16057
+ },
16058
+ traces: [{
16059
+ type: 'ibc',
16060
+ counterparty: {
16061
+ channel_id: 'channel-4',
16062
+ base_denom: 'upenumbra',
16063
+ chain_name: 'penumbra'
16064
+ },
16065
+ chain: {
16066
+ channel_id: 'channel-79703'
16067
+ }
16068
+ }]
16069
+ },
15992
16070
  {
15993
16071
  description: 'Puppy',
15994
16072
  denom_units: [{
@@ -1,6 +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
- const assets = [_ethereum, _picasso, _solana, _composablepolkadot];
3
+ import _penumbra from './penumbra';
4
+ const assets = [_picasso, _composablepolkadot, _penumbra];
6
5
  export default assets;
@@ -1,4 +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';
3
+ export * as penumbra from './penumbra';
@@ -0,0 +1,182 @@
1
+ const assets = {
2
+ chain_name: 'penumbra',
3
+ assets: [
4
+ {
5
+ description: 'The native token of Osmosis',
6
+ denom_units: [{
7
+ denom: 'ibc/05AC4BBA78C5951339A47DD1BC1E7FC922A9311DF81C85745B1C162F516FF2F1',
8
+ exponent: 0,
9
+ aliases: ['uosmo']
10
+ }, {
11
+ denom: 'osmo',
12
+ exponent: 6
13
+ }],
14
+ type_asset: 'sdk.coin',
15
+ base: 'ibc/05AC4BBA78C5951339A47DD1BC1E7FC922A9311DF81C85745B1C162F516FF2F1',
16
+ name: 'Osmosis',
17
+ display: 'osmo',
18
+ symbol: 'OSMO',
19
+ logo_URIs: {
20
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
21
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
22
+ },
23
+ images: [{
24
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
25
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg',
26
+ theme: {
27
+ primary_color_hex: '#760dbb'
28
+ }
29
+ }],
30
+ coingecko_id: 'osmosis',
31
+ keywords: ['dex', 'staking'],
32
+ socials: {
33
+ website: 'https://osmosis.zone',
34
+ twitter: 'https://twitter.com/osmosiszone'
35
+ },
36
+ traces: [{
37
+ type: 'ibc',
38
+ counterparty: {
39
+ channel_id: 'channel-79703',
40
+ base_denom: 'uosmo',
41
+ chain_name: 'osmosis'
42
+ },
43
+ chain: {
44
+ channel_id: 'channel-4'
45
+ }
46
+ }]
47
+ },
48
+ {
49
+ description: 'ION is the second native token of Osmosis.',
50
+ denom_units: [{
51
+ denom: 'ibc/B1468D7420773B5D59561CC0E91D6A5F75415E216DCF2966D657E23B97322B36',
52
+ exponent: 0,
53
+ aliases: ['uion']
54
+ }, {
55
+ denom: 'ion',
56
+ exponent: 6
57
+ }],
58
+ type_asset: 'sdk.coin',
59
+ base: 'ibc/B1468D7420773B5D59561CC0E91D6A5F75415E216DCF2966D657E23B97322B36',
60
+ name: 'Ion DAO',
61
+ display: 'ion',
62
+ symbol: 'ION',
63
+ logo_URIs: {
64
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
65
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg'
66
+ },
67
+ images: [{
68
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
69
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg',
70
+ theme: {
71
+ primary_color_hex: '#4453c7'
72
+ }
73
+ }],
74
+ coingecko_id: 'ion',
75
+ keywords: ['memecoin', 'defi'],
76
+ socials: {
77
+ website: 'https://ion.wtf',
78
+ twitter: 'https://twitter.com/_IONDAO'
79
+ },
80
+ traces: [{
81
+ type: 'ibc',
82
+ counterparty: {
83
+ channel_id: 'channel-79703',
84
+ base_denom: 'uion',
85
+ chain_name: 'osmosis'
86
+ },
87
+ chain: {
88
+ channel_id: 'channel-4'
89
+ }
90
+ }]
91
+ },
92
+ {
93
+ description: 'The native token of Osmosis',
94
+ denom_units: [{
95
+ denom: 'ibc/05AC4BBA78C5951339A47DD1BC1E7FC922A9311DF81C85745B1C162F516FF2F1',
96
+ exponent: 0,
97
+ aliases: ['uosmo']
98
+ }, {
99
+ denom: 'osmo',
100
+ exponent: 6
101
+ }],
102
+ type_asset: 'sdk.coin',
103
+ base: 'ibc/05AC4BBA78C5951339A47DD1BC1E7FC922A9311DF81C85745B1C162F516FF2F1',
104
+ name: 'Osmosis',
105
+ display: 'osmo',
106
+ symbol: 'OSMO',
107
+ logo_URIs: {
108
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
109
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
110
+ },
111
+ images: [{
112
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
113
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg',
114
+ theme: {
115
+ primary_color_hex: '#760dbb'
116
+ }
117
+ }],
118
+ coingecko_id: 'osmosis',
119
+ keywords: ['dex', 'staking'],
120
+ socials: {
121
+ website: 'https://osmosis.zone',
122
+ twitter: 'https://twitter.com/osmosiszone'
123
+ },
124
+ traces: [{
125
+ type: 'ibc',
126
+ counterparty: {
127
+ channel_id: 'channel-79703',
128
+ base_denom: 'uosmo',
129
+ chain_name: 'osmosis'
130
+ },
131
+ chain: {
132
+ channel_id: 'channel-4'
133
+ }
134
+ }]
135
+ },
136
+ {
137
+ description: 'ION is the second native token of Osmosis.',
138
+ denom_units: [{
139
+ denom: 'ibc/B1468D7420773B5D59561CC0E91D6A5F75415E216DCF2966D657E23B97322B36',
140
+ exponent: 0,
141
+ aliases: ['uion']
142
+ }, {
143
+ denom: 'ion',
144
+ exponent: 6
145
+ }],
146
+ type_asset: 'sdk.coin',
147
+ base: 'ibc/B1468D7420773B5D59561CC0E91D6A5F75415E216DCF2966D657E23B97322B36',
148
+ name: 'Ion DAO',
149
+ display: 'ion',
150
+ symbol: 'ION',
151
+ logo_URIs: {
152
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
153
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg'
154
+ },
155
+ images: [{
156
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
157
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg',
158
+ theme: {
159
+ primary_color_hex: '#4453c7'
160
+ }
161
+ }],
162
+ coingecko_id: 'ion',
163
+ keywords: ['memecoin', 'defi'],
164
+ socials: {
165
+ website: 'https://ion.wtf',
166
+ twitter: 'https://twitter.com/_IONDAO'
167
+ },
168
+ traces: [{
169
+ type: 'ibc',
170
+ counterparty: {
171
+ channel_id: 'channel-79703',
172
+ base_denom: 'uion',
173
+ chain_name: 'osmosis'
174
+ },
175
+ chain: {
176
+ channel_id: 'channel-4'
177
+ }
178
+ }]
179
+ }
180
+ ]
181
+ };
182
+ export default assets;
@@ -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: [{