@chain-registry/assets 1.70.98 → 1.70.100

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,6 +1,49 @@
1
1
  const assets = {
2
2
  chain_name: 'chihuahua',
3
3
  assets: [
4
+ {
5
+ description: 'The native governance and staking token of the Dymension Hub',
6
+ denom_units: [{
7
+ denom: 'ibc/BFAA5FC8AAC1A59A7577865BA6FC22E8FCC375A4DFD1EEF53D7640F64DCFA682',
8
+ exponent: 0,
9
+ aliases: ['adym']
10
+ }, {
11
+ denom: 'dym',
12
+ exponent: 18
13
+ }],
14
+ type_asset: 'sdk.coin',
15
+ base: 'ibc/BFAA5FC8AAC1A59A7577865BA6FC22E8FCC375A4DFD1EEF53D7640F64DCFA682',
16
+ name: 'Dymension',
17
+ display: 'dym',
18
+ symbol: 'DYM',
19
+ logo_URIs: {
20
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dymension/images/dymension-logo.png',
21
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dymension/images/dymension-logo.svg'
22
+ },
23
+ coingecko_id: 'dymension',
24
+ images: [{
25
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dymension/images/dymension-logo.png',
26
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dymension/images/dymension-logo.svg',
27
+ theme: {
28
+ primary_color_hex: '#f4e4d4'
29
+ }
30
+ }],
31
+ socials: {
32
+ website: 'https://portal.dymension.xyz',
33
+ twitter: 'https://twitter.com/dymension'
34
+ },
35
+ traces: [{
36
+ type: 'ibc',
37
+ counterparty: {
38
+ channel_id: 'channel-58',
39
+ base_denom: 'adym',
40
+ chain_name: 'dymension'
41
+ },
42
+ chain: {
43
+ channel_id: 'channel-208'
44
+ }
45
+ }]
46
+ },
4
47
  {
5
48
  description: 'The native token of JUNO Chain',
6
49
  denom_units: [{
@@ -480,6 +523,49 @@ const assets = {
480
523
  }
481
524
  }]
482
525
  },
526
+ {
527
+ description: 'The native governance and staking token of the Dymension Hub',
528
+ denom_units: [{
529
+ denom: 'ibc/BFAA5FC8AAC1A59A7577865BA6FC22E8FCC375A4DFD1EEF53D7640F64DCFA682',
530
+ exponent: 0,
531
+ aliases: ['adym']
532
+ }, {
533
+ denom: 'dym',
534
+ exponent: 18
535
+ }],
536
+ type_asset: 'sdk.coin',
537
+ base: 'ibc/BFAA5FC8AAC1A59A7577865BA6FC22E8FCC375A4DFD1EEF53D7640F64DCFA682',
538
+ name: 'Dymension',
539
+ display: 'dym',
540
+ symbol: 'DYM',
541
+ logo_URIs: {
542
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dymension/images/dymension-logo.png',
543
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dymension/images/dymension-logo.svg'
544
+ },
545
+ coingecko_id: 'dymension',
546
+ images: [{
547
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dymension/images/dymension-logo.png',
548
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dymension/images/dymension-logo.svg',
549
+ theme: {
550
+ primary_color_hex: '#f4e4d4'
551
+ }
552
+ }],
553
+ socials: {
554
+ website: 'https://portal.dymension.xyz',
555
+ twitter: 'https://twitter.com/dymension'
556
+ },
557
+ traces: [{
558
+ type: 'ibc',
559
+ counterparty: {
560
+ channel_id: 'channel-58',
561
+ base_denom: 'adym',
562
+ chain_name: 'dymension'
563
+ },
564
+ chain: {
565
+ channel_id: 'channel-208'
566
+ }
567
+ }]
568
+ },
483
569
  {
484
570
  description: 'The native token of JUNO Chain',
485
571
  denom_units: [{
@@ -171,6 +171,45 @@ const assets = {
171
171
  }
172
172
  }]
173
173
  },
174
+ {
175
+ description: 'Chihuahua is a community-driven blockchain project focused on creating a fun and engaging ecosystem with an emphasis on social interactions and community building.',
176
+ denom_units: [{
177
+ denom: 'ibc/7B1E1EFA6808065DA759354B6F21433156F4BF5DF2CF96DCBBC91738683748AF',
178
+ exponent: 0,
179
+ aliases: ['uhuahua']
180
+ }, {
181
+ denom: 'huahua',
182
+ exponent: 6
183
+ }],
184
+ base: 'ibc/7B1E1EFA6808065DA759354B6F21433156F4BF5DF2CF96DCBBC91738683748AF',
185
+ name: 'Chihuahua',
186
+ display: 'huahua',
187
+ symbol: 'HUAHUA',
188
+ logo_URIs: {
189
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/chihuahua/images/huahua.png',
190
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/chihuahua/images/huahua.svg'
191
+ },
192
+ coingecko_id: 'chihuahua-token',
193
+ images: [{
194
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/chihuahua/images/huahua.png',
195
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/chihuahua/images/huahua.svg',
196
+ theme: {
197
+ primary_color_hex: '#343434'
198
+ }
199
+ }],
200
+ type_asset: 'sdk.coin',
201
+ traces: [{
202
+ type: 'ibc',
203
+ counterparty: {
204
+ channel_id: 'channel-208',
205
+ base_denom: 'uhuahua',
206
+ chain_name: 'chihuahua'
207
+ },
208
+ chain: {
209
+ channel_id: 'channel-58'
210
+ }
211
+ }]
212
+ },
174
213
  {
175
214
  description: 'ATOM is the native cryptocurrency of the Cosmos network, designed to facilitate interoperability between multiple blockchains through its innovative hub-and-spoke model.',
176
215
  denom_units: [{
@@ -384,6 +423,45 @@ const assets = {
384
423
  }
385
424
  }]
386
425
  },
426
+ {
427
+ description: 'Chihuahua is a community-driven blockchain project focused on creating a fun and engaging ecosystem with an emphasis on social interactions and community building.',
428
+ denom_units: [{
429
+ denom: 'ibc/7B1E1EFA6808065DA759354B6F21433156F4BF5DF2CF96DCBBC91738683748AF',
430
+ exponent: 0,
431
+ aliases: ['uhuahua']
432
+ }, {
433
+ denom: 'huahua',
434
+ exponent: 6
435
+ }],
436
+ base: 'ibc/7B1E1EFA6808065DA759354B6F21433156F4BF5DF2CF96DCBBC91738683748AF',
437
+ name: 'Chihuahua',
438
+ display: 'huahua',
439
+ symbol: 'HUAHUA',
440
+ logo_URIs: {
441
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/chihuahua/images/huahua.png',
442
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/chihuahua/images/huahua.svg'
443
+ },
444
+ coingecko_id: 'chihuahua-token',
445
+ images: [{
446
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/chihuahua/images/huahua.png',
447
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/chihuahua/images/huahua.svg',
448
+ theme: {
449
+ primary_color_hex: '#343434'
450
+ }
451
+ }],
452
+ type_asset: 'sdk.coin',
453
+ traces: [{
454
+ type: 'ibc',
455
+ counterparty: {
456
+ channel_id: 'channel-208',
457
+ base_denom: 'uhuahua',
458
+ chain_name: 'chihuahua'
459
+ },
460
+ chain: {
461
+ channel_id: 'channel-58'
462
+ }
463
+ }]
464
+ },
387
465
  {
388
466
  description: 'ATOM is the native cryptocurrency of the Cosmos network, designed to facilitate interoperability between multiple blockchains through its innovative hub-and-spoke model.',
389
467
  denom_units: [{
package/index.d.ts CHANGED
@@ -4,7 +4,7 @@ export * from './devnet';
4
4
  export * from './noncosmos';
5
5
  import asset_lists from './asset_lists';
6
6
  declare const _default: {
7
- asset_lists: AssetList[];
7
+ asset_lists: import("@chain-registry/types").AssetList[];
8
8
  };
9
9
  export default _default;
10
10
  export { asset_lists };
@@ -3,6 +3,49 @@ Object.defineProperty(exports, "__esModule", { value: true });
3
3
  const assets = {
4
4
  chain_name: 'chihuahua',
5
5
  assets: [
6
+ {
7
+ description: 'The native governance and staking token of the Dymension Hub',
8
+ denom_units: [{
9
+ denom: 'ibc/BFAA5FC8AAC1A59A7577865BA6FC22E8FCC375A4DFD1EEF53D7640F64DCFA682',
10
+ exponent: 0,
11
+ aliases: ['adym']
12
+ }, {
13
+ denom: 'dym',
14
+ exponent: 18
15
+ }],
16
+ type_asset: 'sdk.coin',
17
+ base: 'ibc/BFAA5FC8AAC1A59A7577865BA6FC22E8FCC375A4DFD1EEF53D7640F64DCFA682',
18
+ name: 'Dymension',
19
+ display: 'dym',
20
+ symbol: 'DYM',
21
+ logo_URIs: {
22
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dymension/images/dymension-logo.png',
23
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dymension/images/dymension-logo.svg'
24
+ },
25
+ coingecko_id: 'dymension',
26
+ images: [{
27
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dymension/images/dymension-logo.png',
28
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dymension/images/dymension-logo.svg',
29
+ theme: {
30
+ primary_color_hex: '#f4e4d4'
31
+ }
32
+ }],
33
+ socials: {
34
+ website: 'https://portal.dymension.xyz',
35
+ twitter: 'https://twitter.com/dymension'
36
+ },
37
+ traces: [{
38
+ type: 'ibc',
39
+ counterparty: {
40
+ channel_id: 'channel-58',
41
+ base_denom: 'adym',
42
+ chain_name: 'dymension'
43
+ },
44
+ chain: {
45
+ channel_id: 'channel-208'
46
+ }
47
+ }]
48
+ },
6
49
  {
7
50
  description: 'The native token of JUNO Chain',
8
51
  denom_units: [{
@@ -482,6 +525,49 @@ const assets = {
482
525
  }
483
526
  }]
484
527
  },
528
+ {
529
+ description: 'The native governance and staking token of the Dymension Hub',
530
+ denom_units: [{
531
+ denom: 'ibc/BFAA5FC8AAC1A59A7577865BA6FC22E8FCC375A4DFD1EEF53D7640F64DCFA682',
532
+ exponent: 0,
533
+ aliases: ['adym']
534
+ }, {
535
+ denom: 'dym',
536
+ exponent: 18
537
+ }],
538
+ type_asset: 'sdk.coin',
539
+ base: 'ibc/BFAA5FC8AAC1A59A7577865BA6FC22E8FCC375A4DFD1EEF53D7640F64DCFA682',
540
+ name: 'Dymension',
541
+ display: 'dym',
542
+ symbol: 'DYM',
543
+ logo_URIs: {
544
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dymension/images/dymension-logo.png',
545
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dymension/images/dymension-logo.svg'
546
+ },
547
+ coingecko_id: 'dymension',
548
+ images: [{
549
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dymension/images/dymension-logo.png',
550
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dymension/images/dymension-logo.svg',
551
+ theme: {
552
+ primary_color_hex: '#f4e4d4'
553
+ }
554
+ }],
555
+ socials: {
556
+ website: 'https://portal.dymension.xyz',
557
+ twitter: 'https://twitter.com/dymension'
558
+ },
559
+ traces: [{
560
+ type: 'ibc',
561
+ counterparty: {
562
+ channel_id: 'channel-58',
563
+ base_denom: 'adym',
564
+ chain_name: 'dymension'
565
+ },
566
+ chain: {
567
+ channel_id: 'channel-208'
568
+ }
569
+ }]
570
+ },
485
571
  {
486
572
  description: 'The native token of JUNO Chain',
487
573
  denom_units: [{
@@ -173,6 +173,45 @@ const assets = {
173
173
  }
174
174
  }]
175
175
  },
176
+ {
177
+ description: 'Chihuahua is a community-driven blockchain project focused on creating a fun and engaging ecosystem with an emphasis on social interactions and community building.',
178
+ denom_units: [{
179
+ denom: 'ibc/7B1E1EFA6808065DA759354B6F21433156F4BF5DF2CF96DCBBC91738683748AF',
180
+ exponent: 0,
181
+ aliases: ['uhuahua']
182
+ }, {
183
+ denom: 'huahua',
184
+ exponent: 6
185
+ }],
186
+ base: 'ibc/7B1E1EFA6808065DA759354B6F21433156F4BF5DF2CF96DCBBC91738683748AF',
187
+ name: 'Chihuahua',
188
+ display: 'huahua',
189
+ symbol: 'HUAHUA',
190
+ logo_URIs: {
191
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/chihuahua/images/huahua.png',
192
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/chihuahua/images/huahua.svg'
193
+ },
194
+ coingecko_id: 'chihuahua-token',
195
+ images: [{
196
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/chihuahua/images/huahua.png',
197
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/chihuahua/images/huahua.svg',
198
+ theme: {
199
+ primary_color_hex: '#343434'
200
+ }
201
+ }],
202
+ type_asset: 'sdk.coin',
203
+ traces: [{
204
+ type: 'ibc',
205
+ counterparty: {
206
+ channel_id: 'channel-208',
207
+ base_denom: 'uhuahua',
208
+ chain_name: 'chihuahua'
209
+ },
210
+ chain: {
211
+ channel_id: 'channel-58'
212
+ }
213
+ }]
214
+ },
176
215
  {
177
216
  description: 'ATOM is the native cryptocurrency of the Cosmos network, designed to facilitate interoperability between multiple blockchains through its innovative hub-and-spoke model.',
178
217
  denom_units: [{
@@ -386,6 +425,45 @@ const assets = {
386
425
  }
387
426
  }]
388
427
  },
428
+ {
429
+ description: 'Chihuahua is a community-driven blockchain project focused on creating a fun and engaging ecosystem with an emphasis on social interactions and community building.',
430
+ denom_units: [{
431
+ denom: 'ibc/7B1E1EFA6808065DA759354B6F21433156F4BF5DF2CF96DCBBC91738683748AF',
432
+ exponent: 0,
433
+ aliases: ['uhuahua']
434
+ }, {
435
+ denom: 'huahua',
436
+ exponent: 6
437
+ }],
438
+ base: 'ibc/7B1E1EFA6808065DA759354B6F21433156F4BF5DF2CF96DCBBC91738683748AF',
439
+ name: 'Chihuahua',
440
+ display: 'huahua',
441
+ symbol: 'HUAHUA',
442
+ logo_URIs: {
443
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/chihuahua/images/huahua.png',
444
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/chihuahua/images/huahua.svg'
445
+ },
446
+ coingecko_id: 'chihuahua-token',
447
+ images: [{
448
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/chihuahua/images/huahua.png',
449
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/chihuahua/images/huahua.svg',
450
+ theme: {
451
+ primary_color_hex: '#343434'
452
+ }
453
+ }],
454
+ type_asset: 'sdk.coin',
455
+ traces: [{
456
+ type: 'ibc',
457
+ counterparty: {
458
+ channel_id: 'channel-208',
459
+ base_denom: 'uhuahua',
460
+ chain_name: 'chihuahua'
461
+ },
462
+ chain: {
463
+ channel_id: 'channel-58'
464
+ }
465
+ }]
466
+ },
389
467
  {
390
468
  description: 'ATOM is the native cryptocurrency of the Cosmos network, designed to facilitate interoperability between multiple blockchains through its innovative hub-and-spoke model.',
391
469
  denom_units: [{
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@chain-registry/assets",
3
- "version": "1.70.98",
3
+ "version": "1.70.100",
4
4
  "description": "Chain Registry Asset Lists",
5
5
  "author": "Dan Lynch <pyramation@gmail.com>",
6
6
  "homepage": "https://github.com/hyperweb-io/chain-registry",
@@ -29,11 +29,11 @@
29
29
  "test:watch": "jest --watch"
30
30
  },
31
31
  "devDependencies": {
32
- "@chain-registry/utils": "^1.51.53",
33
- "chain-registry": "^1.69.98"
32
+ "@chain-registry/utils": "^1.51.54",
33
+ "chain-registry": "^1.69.100"
34
34
  },
35
35
  "dependencies": {
36
- "@chain-registry/types": "^0.50.53"
36
+ "@chain-registry/types": "^0.50.54"
37
37
  },
38
38
  "keywords": [
39
39
  "chain-registry",
@@ -43,5 +43,5 @@
43
43
  "interchain",
44
44
  "tokens"
45
45
  ],
46
- "gitHead": "2a89c3748e434f040a62e7f801d0812a40375e77"
46
+ "gitHead": "3e816315f43bca7139d6f4afff6af4a1152c6d40"
47
47
  }