@chain-registry/assets 1.70.44 → 1.70.46

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.
@@ -2064,6 +2064,7 @@ const assets = {
2064
2064
  base: 'ibc/C57D2C02129637EE06447A85BDF35FD84C0DF75D7493840F152889CD1ACBA90E',
2065
2065
  name: 'Dragon',
2066
2066
  display: 'DGN',
2067
+ coingecko_id: 'dragon-coin-2',
2067
2068
  symbol: 'DGN',
2068
2069
  logo_URIs: {
2069
2070
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dungeon/images/DGN.png'
@@ -3559,6 +3560,71 @@ const assets = {
3559
3560
  }
3560
3561
  }]
3561
3562
  },
3563
+ {
3564
+ description: 'The native token of MANTRA',
3565
+ denom_units: [{
3566
+ denom: 'ibc/30DE434D61B6C6F0E3132FE1F2413C76D2EBA63B3E18A211C4CD192A5F5580F1',
3567
+ exponent: 0,
3568
+ aliases: ['uom']
3569
+ }, {
3570
+ denom: 'om',
3571
+ exponent: 6
3572
+ }],
3573
+ type_asset: 'sdk.coin',
3574
+ base: 'ibc/30DE434D61B6C6F0E3132FE1F2413C76D2EBA63B3E18A211C4CD192A5F5580F1',
3575
+ name: 'MANTRA Chain',
3576
+ display: 'om',
3577
+ symbol: 'OM',
3578
+ coingecko_id: 'mantra-dao',
3579
+ keywords: [
3580
+ 'rwa',
3581
+ 'wasm',
3582
+ 'staking'
3583
+ ],
3584
+ images: [
3585
+ {
3586
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mantrachain/images/OM-Prim-Col.png',
3587
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mantrachain/images/OM-Prim-Col.svg',
3588
+ theme: {
3589
+ circle: true,
3590
+ primary_color_hex: '#fba0c1'
3591
+ }
3592
+ },
3593
+ {
3594
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mantrachain/images/OM-Darkmatt.png',
3595
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mantrachain/images/OM-Darkmatt.svg',
3596
+ theme: {
3597
+ dark_mode: true,
3598
+ circle: true,
3599
+ primary_color_hex: '#342c2c'
3600
+ }
3601
+ },
3602
+ {
3603
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mantrachain/images/OM-WHT.png',
3604
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mantrachain/images/OM-WHT.svg',
3605
+ theme: {
3606
+ dark_mode: false,
3607
+ circle: true,
3608
+ primary_color_hex: '#342c2c'
3609
+ }
3610
+ }
3611
+ ],
3612
+ socials: {
3613
+ website: 'https://www.mantrachain.io/',
3614
+ twitter: 'https://x.com/MANTRA_Chain'
3615
+ },
3616
+ traces: [{
3617
+ type: 'ibc',
3618
+ counterparty: {
3619
+ channel_id: 'channel-3',
3620
+ base_denom: 'uom',
3621
+ chain_name: 'mantrachain'
3622
+ },
3623
+ chain: {
3624
+ channel_id: 'channel-1252'
3625
+ }
3626
+ }]
3627
+ },
3562
3628
  {
3563
3629
  description: 'Neutron is a smart contract blockchain within the Cosmos ecosystem, leveraging the Cosmos Hub\'s security to provide cross-chain DeFi applications.',
3564
3630
  denom_units: [{
@@ -7906,6 +7972,7 @@ const assets = {
7906
7972
  base: 'ibc/C57D2C02129637EE06447A85BDF35FD84C0DF75D7493840F152889CD1ACBA90E',
7907
7973
  name: 'Dragon',
7908
7974
  display: 'DGN',
7975
+ coingecko_id: 'dragon-coin-2',
7909
7976
  symbol: 'DGN',
7910
7977
  logo_URIs: {
7911
7978
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dungeon/images/DGN.png'
@@ -9401,6 +9468,71 @@ const assets = {
9401
9468
  }
9402
9469
  }]
9403
9470
  },
9471
+ {
9472
+ description: 'The native token of MANTRA',
9473
+ denom_units: [{
9474
+ denom: 'ibc/30DE434D61B6C6F0E3132FE1F2413C76D2EBA63B3E18A211C4CD192A5F5580F1',
9475
+ exponent: 0,
9476
+ aliases: ['uom']
9477
+ }, {
9478
+ denom: 'om',
9479
+ exponent: 6
9480
+ }],
9481
+ type_asset: 'sdk.coin',
9482
+ base: 'ibc/30DE434D61B6C6F0E3132FE1F2413C76D2EBA63B3E18A211C4CD192A5F5580F1',
9483
+ name: 'MANTRA Chain',
9484
+ display: 'om',
9485
+ symbol: 'OM',
9486
+ coingecko_id: 'mantra-dao',
9487
+ keywords: [
9488
+ 'rwa',
9489
+ 'wasm',
9490
+ 'staking'
9491
+ ],
9492
+ images: [
9493
+ {
9494
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mantrachain/images/OM-Prim-Col.png',
9495
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mantrachain/images/OM-Prim-Col.svg',
9496
+ theme: {
9497
+ circle: true,
9498
+ primary_color_hex: '#fba0c1'
9499
+ }
9500
+ },
9501
+ {
9502
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mantrachain/images/OM-Darkmatt.png',
9503
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mantrachain/images/OM-Darkmatt.svg',
9504
+ theme: {
9505
+ dark_mode: true,
9506
+ circle: true,
9507
+ primary_color_hex: '#342c2c'
9508
+ }
9509
+ },
9510
+ {
9511
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mantrachain/images/OM-WHT.png',
9512
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mantrachain/images/OM-WHT.svg',
9513
+ theme: {
9514
+ dark_mode: false,
9515
+ circle: true,
9516
+ primary_color_hex: '#342c2c'
9517
+ }
9518
+ }
9519
+ ],
9520
+ socials: {
9521
+ website: 'https://www.mantrachain.io/',
9522
+ twitter: 'https://x.com/MANTRA_Chain'
9523
+ },
9524
+ traces: [{
9525
+ type: 'ibc',
9526
+ counterparty: {
9527
+ channel_id: 'channel-3',
9528
+ base_denom: 'uom',
9529
+ chain_name: 'mantrachain'
9530
+ },
9531
+ chain: {
9532
+ channel_id: 'channel-1252'
9533
+ }
9534
+ }]
9535
+ },
9404
9536
  {
9405
9537
  description: 'Neutron is a smart contract blockchain within the Cosmos ecosystem, leveraging the Cosmos Hub\'s security to provide cross-chain DeFi applications.',
9406
9538
  denom_units: [{
@@ -1,6 +1,49 @@
1
1
  const assets = {
2
2
  chain_name: 'mantrachain',
3
3
  assets: [
4
+ {
5
+ description: 'ATOM is the native cryptocurrency of the Cosmos network, designed to facilitate interoperability between multiple blockchains through its innovative hub-and-spoke model.',
6
+ denom_units: [{
7
+ denom: 'ibc/A4DB47A9D3CF9A068D454513891B526702455D3EF08FB9EB558C561F9DC2B701',
8
+ exponent: 0,
9
+ aliases: ['uatom']
10
+ }, {
11
+ denom: 'atom',
12
+ exponent: 6
13
+ }],
14
+ base: 'ibc/A4DB47A9D3CF9A068D454513891B526702455D3EF08FB9EB558C561F9DC2B701',
15
+ name: 'Cosmos Hub Atom',
16
+ display: 'atom',
17
+ symbol: 'ATOM',
18
+ logo_URIs: {
19
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.png',
20
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.svg'
21
+ },
22
+ coingecko_id: 'cosmos',
23
+ images: [{
24
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.png',
25
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.svg',
26
+ theme: {
27
+ primary_color_hex: '#272d45'
28
+ }
29
+ }],
30
+ socials: {
31
+ website: 'https://cosmos.network',
32
+ twitter: 'https://twitter.com/cosmoshub'
33
+ },
34
+ type_asset: 'sdk.coin',
35
+ traces: [{
36
+ type: 'ibc',
37
+ counterparty: {
38
+ channel_id: 'channel-1252',
39
+ base_denom: 'uatom',
40
+ chain_name: 'cosmoshub'
41
+ },
42
+ chain: {
43
+ channel_id: 'channel-3'
44
+ }
45
+ }]
46
+ },
4
47
  {
5
48
  description: 'Injective is a decentralized exchange protocol that enables fast, secure, and fully decentralized trading of derivatives, futures, and spot markets.',
6
49
  denom_units: [{
@@ -281,6 +324,49 @@ const assets = {
281
324
  }
282
325
  }]
283
326
  },
327
+ {
328
+ description: 'ATOM is the native cryptocurrency of the Cosmos network, designed to facilitate interoperability between multiple blockchains through its innovative hub-and-spoke model.',
329
+ denom_units: [{
330
+ denom: 'ibc/A4DB47A9D3CF9A068D454513891B526702455D3EF08FB9EB558C561F9DC2B701',
331
+ exponent: 0,
332
+ aliases: ['uatom']
333
+ }, {
334
+ denom: 'atom',
335
+ exponent: 6
336
+ }],
337
+ base: 'ibc/A4DB47A9D3CF9A068D454513891B526702455D3EF08FB9EB558C561F9DC2B701',
338
+ name: 'Cosmos Hub Atom',
339
+ display: 'atom',
340
+ symbol: 'ATOM',
341
+ logo_URIs: {
342
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.png',
343
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.svg'
344
+ },
345
+ coingecko_id: 'cosmos',
346
+ images: [{
347
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.png',
348
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.svg',
349
+ theme: {
350
+ primary_color_hex: '#272d45'
351
+ }
352
+ }],
353
+ socials: {
354
+ website: 'https://cosmos.network',
355
+ twitter: 'https://twitter.com/cosmoshub'
356
+ },
357
+ type_asset: 'sdk.coin',
358
+ traces: [{
359
+ type: 'ibc',
360
+ counterparty: {
361
+ channel_id: 'channel-1252',
362
+ base_denom: 'uatom',
363
+ chain_name: 'cosmoshub'
364
+ },
365
+ chain: {
366
+ channel_id: 'channel-3'
367
+ }
368
+ }]
369
+ },
284
370
  {
285
371
  description: 'Injective is a decentralized exchange protocol that enables fast, secure, and fully decentralized trading of derivatives, futures, and spot markets.',
286
372
  denom_units: [{
@@ -266,6 +266,7 @@ const assets = {
266
266
  base: 'ibc/2ECB3D2ADFE9F1CA85258C6330FA666120549349BC526D56B098A2A782D75455',
267
267
  name: 'Dragon',
268
268
  display: 'DGN',
269
+ coingecko_id: 'dragon-coin-2',
269
270
  symbol: 'DGN',
270
271
  logo_URIs: {
271
272
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dungeon/images/DGN.png'
@@ -1219,6 +1220,7 @@ const assets = {
1219
1220
  base: 'ibc/2ECB3D2ADFE9F1CA85258C6330FA666120549349BC526D56B098A2A782D75455',
1220
1221
  name: 'Dragon',
1221
1222
  display: 'DGN',
1223
+ coingecko_id: 'dragon-coin-2',
1222
1224
  symbol: 'DGN',
1223
1225
  logo_URIs: {
1224
1226
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dungeon/images/DGN.png'
@@ -2012,6 +2012,7 @@ const assets = {
2012
2012
  base: 'ibc/3B95D63B520C283BCA86F8CD426D57584039463FD684A5CBA31D2780B86A1995',
2013
2013
  name: 'Dragon',
2014
2014
  display: 'DGN',
2015
+ coingecko_id: 'dragon-coin-2',
2015
2016
  symbol: 'DGN',
2016
2017
  logo_URIs: {
2017
2018
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dungeon/images/DGN.png'
@@ -7558,6 +7559,7 @@ const assets = {
7558
7559
  base: 'ibc/3B95D63B520C283BCA86F8CD426D57584039463FD684A5CBA31D2780B86A1995',
7559
7560
  name: 'Dragon',
7560
7561
  display: 'DGN',
7562
+ coingecko_id: 'dragon-coin-2',
7561
7563
  symbol: 'DGN',
7562
7564
  logo_URIs: {
7563
7565
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dungeon/images/DGN.png'
@@ -703,6 +703,7 @@ const assets = {
703
703
  base: 'ibc/A2DE32404B33102ECD88D3D988A2716CDFEE46ACACCD1454B959BE7654139C41',
704
704
  name: 'Dragon',
705
705
  display: 'DGN',
706
+ coingecko_id: 'dragon-coin-2',
706
707
  symbol: 'DGN',
707
708
  logo_URIs: {
708
709
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dungeon/images/DGN.png'
@@ -5462,6 +5463,7 @@ const assets = {
5462
5463
  base: 'ibc/A2DE32404B33102ECD88D3D988A2716CDFEE46ACACCD1454B959BE7654139C41',
5463
5464
  name: 'Dragon',
5464
5465
  display: 'DGN',
5466
+ coingecko_id: 'dragon-coin-2',
5465
5467
  symbol: 'DGN',
5466
5468
  logo_URIs: {
5467
5469
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dungeon/images/DGN.png'
@@ -2066,6 +2066,7 @@ const assets = {
2066
2066
  base: 'ibc/C57D2C02129637EE06447A85BDF35FD84C0DF75D7493840F152889CD1ACBA90E',
2067
2067
  name: 'Dragon',
2068
2068
  display: 'DGN',
2069
+ coingecko_id: 'dragon-coin-2',
2069
2070
  symbol: 'DGN',
2070
2071
  logo_URIs: {
2071
2072
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dungeon/images/DGN.png'
@@ -3561,6 +3562,71 @@ const assets = {
3561
3562
  }
3562
3563
  }]
3563
3564
  },
3565
+ {
3566
+ description: 'The native token of MANTRA',
3567
+ denom_units: [{
3568
+ denom: 'ibc/30DE434D61B6C6F0E3132FE1F2413C76D2EBA63B3E18A211C4CD192A5F5580F1',
3569
+ exponent: 0,
3570
+ aliases: ['uom']
3571
+ }, {
3572
+ denom: 'om',
3573
+ exponent: 6
3574
+ }],
3575
+ type_asset: 'sdk.coin',
3576
+ base: 'ibc/30DE434D61B6C6F0E3132FE1F2413C76D2EBA63B3E18A211C4CD192A5F5580F1',
3577
+ name: 'MANTRA Chain',
3578
+ display: 'om',
3579
+ symbol: 'OM',
3580
+ coingecko_id: 'mantra-dao',
3581
+ keywords: [
3582
+ 'rwa',
3583
+ 'wasm',
3584
+ 'staking'
3585
+ ],
3586
+ images: [
3587
+ {
3588
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mantrachain/images/OM-Prim-Col.png',
3589
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mantrachain/images/OM-Prim-Col.svg',
3590
+ theme: {
3591
+ circle: true,
3592
+ primary_color_hex: '#fba0c1'
3593
+ }
3594
+ },
3595
+ {
3596
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mantrachain/images/OM-Darkmatt.png',
3597
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mantrachain/images/OM-Darkmatt.svg',
3598
+ theme: {
3599
+ dark_mode: true,
3600
+ circle: true,
3601
+ primary_color_hex: '#342c2c'
3602
+ }
3603
+ },
3604
+ {
3605
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mantrachain/images/OM-WHT.png',
3606
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mantrachain/images/OM-WHT.svg',
3607
+ theme: {
3608
+ dark_mode: false,
3609
+ circle: true,
3610
+ primary_color_hex: '#342c2c'
3611
+ }
3612
+ }
3613
+ ],
3614
+ socials: {
3615
+ website: 'https://www.mantrachain.io/',
3616
+ twitter: 'https://x.com/MANTRA_Chain'
3617
+ },
3618
+ traces: [{
3619
+ type: 'ibc',
3620
+ counterparty: {
3621
+ channel_id: 'channel-3',
3622
+ base_denom: 'uom',
3623
+ chain_name: 'mantrachain'
3624
+ },
3625
+ chain: {
3626
+ channel_id: 'channel-1252'
3627
+ }
3628
+ }]
3629
+ },
3564
3630
  {
3565
3631
  description: 'Neutron is a smart contract blockchain within the Cosmos ecosystem, leveraging the Cosmos Hub\'s security to provide cross-chain DeFi applications.',
3566
3632
  denom_units: [{
@@ -7908,6 +7974,7 @@ const assets = {
7908
7974
  base: 'ibc/C57D2C02129637EE06447A85BDF35FD84C0DF75D7493840F152889CD1ACBA90E',
7909
7975
  name: 'Dragon',
7910
7976
  display: 'DGN',
7977
+ coingecko_id: 'dragon-coin-2',
7911
7978
  symbol: 'DGN',
7912
7979
  logo_URIs: {
7913
7980
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dungeon/images/DGN.png'
@@ -9403,6 +9470,71 @@ const assets = {
9403
9470
  }
9404
9471
  }]
9405
9472
  },
9473
+ {
9474
+ description: 'The native token of MANTRA',
9475
+ denom_units: [{
9476
+ denom: 'ibc/30DE434D61B6C6F0E3132FE1F2413C76D2EBA63B3E18A211C4CD192A5F5580F1',
9477
+ exponent: 0,
9478
+ aliases: ['uom']
9479
+ }, {
9480
+ denom: 'om',
9481
+ exponent: 6
9482
+ }],
9483
+ type_asset: 'sdk.coin',
9484
+ base: 'ibc/30DE434D61B6C6F0E3132FE1F2413C76D2EBA63B3E18A211C4CD192A5F5580F1',
9485
+ name: 'MANTRA Chain',
9486
+ display: 'om',
9487
+ symbol: 'OM',
9488
+ coingecko_id: 'mantra-dao',
9489
+ keywords: [
9490
+ 'rwa',
9491
+ 'wasm',
9492
+ 'staking'
9493
+ ],
9494
+ images: [
9495
+ {
9496
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mantrachain/images/OM-Prim-Col.png',
9497
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mantrachain/images/OM-Prim-Col.svg',
9498
+ theme: {
9499
+ circle: true,
9500
+ primary_color_hex: '#fba0c1'
9501
+ }
9502
+ },
9503
+ {
9504
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mantrachain/images/OM-Darkmatt.png',
9505
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mantrachain/images/OM-Darkmatt.svg',
9506
+ theme: {
9507
+ dark_mode: true,
9508
+ circle: true,
9509
+ primary_color_hex: '#342c2c'
9510
+ }
9511
+ },
9512
+ {
9513
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mantrachain/images/OM-WHT.png',
9514
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mantrachain/images/OM-WHT.svg',
9515
+ theme: {
9516
+ dark_mode: false,
9517
+ circle: true,
9518
+ primary_color_hex: '#342c2c'
9519
+ }
9520
+ }
9521
+ ],
9522
+ socials: {
9523
+ website: 'https://www.mantrachain.io/',
9524
+ twitter: 'https://x.com/MANTRA_Chain'
9525
+ },
9526
+ traces: [{
9527
+ type: 'ibc',
9528
+ counterparty: {
9529
+ channel_id: 'channel-3',
9530
+ base_denom: 'uom',
9531
+ chain_name: 'mantrachain'
9532
+ },
9533
+ chain: {
9534
+ channel_id: 'channel-1252'
9535
+ }
9536
+ }]
9537
+ },
9406
9538
  {
9407
9539
  description: 'Neutron is a smart contract blockchain within the Cosmos ecosystem, leveraging the Cosmos Hub\'s security to provide cross-chain DeFi applications.',
9408
9540
  denom_units: [{
@@ -3,6 +3,49 @@ Object.defineProperty(exports, "__esModule", { value: true });
3
3
  const assets = {
4
4
  chain_name: 'mantrachain',
5
5
  assets: [
6
+ {
7
+ description: 'ATOM is the native cryptocurrency of the Cosmos network, designed to facilitate interoperability between multiple blockchains through its innovative hub-and-spoke model.',
8
+ denom_units: [{
9
+ denom: 'ibc/A4DB47A9D3CF9A068D454513891B526702455D3EF08FB9EB558C561F9DC2B701',
10
+ exponent: 0,
11
+ aliases: ['uatom']
12
+ }, {
13
+ denom: 'atom',
14
+ exponent: 6
15
+ }],
16
+ base: 'ibc/A4DB47A9D3CF9A068D454513891B526702455D3EF08FB9EB558C561F9DC2B701',
17
+ name: 'Cosmos Hub Atom',
18
+ display: 'atom',
19
+ symbol: 'ATOM',
20
+ logo_URIs: {
21
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.png',
22
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.svg'
23
+ },
24
+ coingecko_id: 'cosmos',
25
+ images: [{
26
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.png',
27
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.svg',
28
+ theme: {
29
+ primary_color_hex: '#272d45'
30
+ }
31
+ }],
32
+ socials: {
33
+ website: 'https://cosmos.network',
34
+ twitter: 'https://twitter.com/cosmoshub'
35
+ },
36
+ type_asset: 'sdk.coin',
37
+ traces: [{
38
+ type: 'ibc',
39
+ counterparty: {
40
+ channel_id: 'channel-1252',
41
+ base_denom: 'uatom',
42
+ chain_name: 'cosmoshub'
43
+ },
44
+ chain: {
45
+ channel_id: 'channel-3'
46
+ }
47
+ }]
48
+ },
6
49
  {
7
50
  description: 'Injective is a decentralized exchange protocol that enables fast, secure, and fully decentralized trading of derivatives, futures, and spot markets.',
8
51
  denom_units: [{
@@ -283,6 +326,49 @@ const assets = {
283
326
  }
284
327
  }]
285
328
  },
329
+ {
330
+ description: 'ATOM is the native cryptocurrency of the Cosmos network, designed to facilitate interoperability between multiple blockchains through its innovative hub-and-spoke model.',
331
+ denom_units: [{
332
+ denom: 'ibc/A4DB47A9D3CF9A068D454513891B526702455D3EF08FB9EB558C561F9DC2B701',
333
+ exponent: 0,
334
+ aliases: ['uatom']
335
+ }, {
336
+ denom: 'atom',
337
+ exponent: 6
338
+ }],
339
+ base: 'ibc/A4DB47A9D3CF9A068D454513891B526702455D3EF08FB9EB558C561F9DC2B701',
340
+ name: 'Cosmos Hub Atom',
341
+ display: 'atom',
342
+ symbol: 'ATOM',
343
+ logo_URIs: {
344
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.png',
345
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.svg'
346
+ },
347
+ coingecko_id: 'cosmos',
348
+ images: [{
349
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.png',
350
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.svg',
351
+ theme: {
352
+ primary_color_hex: '#272d45'
353
+ }
354
+ }],
355
+ socials: {
356
+ website: 'https://cosmos.network',
357
+ twitter: 'https://twitter.com/cosmoshub'
358
+ },
359
+ type_asset: 'sdk.coin',
360
+ traces: [{
361
+ type: 'ibc',
362
+ counterparty: {
363
+ channel_id: 'channel-1252',
364
+ base_denom: 'uatom',
365
+ chain_name: 'cosmoshub'
366
+ },
367
+ chain: {
368
+ channel_id: 'channel-3'
369
+ }
370
+ }]
371
+ },
286
372
  {
287
373
  description: 'Injective is a decentralized exchange protocol that enables fast, secure, and fully decentralized trading of derivatives, futures, and spot markets.',
288
374
  denom_units: [{
@@ -268,6 +268,7 @@ const assets = {
268
268
  base: 'ibc/2ECB3D2ADFE9F1CA85258C6330FA666120549349BC526D56B098A2A782D75455',
269
269
  name: 'Dragon',
270
270
  display: 'DGN',
271
+ coingecko_id: 'dragon-coin-2',
271
272
  symbol: 'DGN',
272
273
  logo_URIs: {
273
274
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dungeon/images/DGN.png'
@@ -1221,6 +1222,7 @@ const assets = {
1221
1222
  base: 'ibc/2ECB3D2ADFE9F1CA85258C6330FA666120549349BC526D56B098A2A782D75455',
1222
1223
  name: 'Dragon',
1223
1224
  display: 'DGN',
1225
+ coingecko_id: 'dragon-coin-2',
1224
1226
  symbol: 'DGN',
1225
1227
  logo_URIs: {
1226
1228
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dungeon/images/DGN.png'
@@ -2014,6 +2014,7 @@ const assets = {
2014
2014
  base: 'ibc/3B95D63B520C283BCA86F8CD426D57584039463FD684A5CBA31D2780B86A1995',
2015
2015
  name: 'Dragon',
2016
2016
  display: 'DGN',
2017
+ coingecko_id: 'dragon-coin-2',
2017
2018
  symbol: 'DGN',
2018
2019
  logo_URIs: {
2019
2020
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dungeon/images/DGN.png'
@@ -7560,6 +7561,7 @@ const assets = {
7560
7561
  base: 'ibc/3B95D63B520C283BCA86F8CD426D57584039463FD684A5CBA31D2780B86A1995',
7561
7562
  name: 'Dragon',
7562
7563
  display: 'DGN',
7564
+ coingecko_id: 'dragon-coin-2',
7563
7565
  symbol: 'DGN',
7564
7566
  logo_URIs: {
7565
7567
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dungeon/images/DGN.png'
package/mainnet/stride.js CHANGED
@@ -705,6 +705,7 @@ const assets = {
705
705
  base: 'ibc/A2DE32404B33102ECD88D3D988A2716CDFEE46ACACCD1454B959BE7654139C41',
706
706
  name: 'Dragon',
707
707
  display: 'DGN',
708
+ coingecko_id: 'dragon-coin-2',
708
709
  symbol: 'DGN',
709
710
  logo_URIs: {
710
711
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dungeon/images/DGN.png'
@@ -5464,6 +5465,7 @@ const assets = {
5464
5465
  base: 'ibc/A2DE32404B33102ECD88D3D988A2716CDFEE46ACACCD1454B959BE7654139C41',
5465
5466
  name: 'Dragon',
5466
5467
  display: 'DGN',
5468
+ coingecko_id: 'dragon-coin-2',
5467
5469
  symbol: 'DGN',
5468
5470
  logo_URIs: {
5469
5471
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dungeon/images/DGN.png'
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@chain-registry/assets",
3
- "version": "1.70.44",
3
+ "version": "1.70.46",
4
4
  "description": "Chain Registry Asset Lists",
5
5
  "author": "Dan Lynch <pyramation@gmail.com>",
6
6
  "homepage": "https://github.com/cosmology-tech/chain-registry",
@@ -29,11 +29,11 @@
29
29
  "test:watch": "jest --watch"
30
30
  },
31
31
  "devDependencies": {
32
- "@chain-registry/utils": "^1.51.21",
33
- "chain-registry": "^1.69.44"
32
+ "@chain-registry/utils": "^1.51.23",
33
+ "chain-registry": "^1.69.46"
34
34
  },
35
35
  "dependencies": {
36
- "@chain-registry/types": "^0.50.21"
36
+ "@chain-registry/types": "^0.50.23"
37
37
  },
38
38
  "keywords": [
39
39
  "chain-registry",
@@ -43,5 +43,5 @@
43
43
  "interchain",
44
44
  "tokens"
45
45
  ],
46
- "gitHead": "02a85a542ab8da0444c939ef69340c8aa8b79557"
46
+ "gitHead": "70192e62b707a27d1282a460f244169250d78d03"
47
47
  }