@chain-registry/assets 1.70.15 → 1.70.17

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 (158) hide show
  1. package/asset_lists.js +3 -2
  2. package/devnet/assets.d.ts +3 -0
  3. package/devnet/assets.js +8 -0
  4. package/devnet/index.d.ts +1 -0
  5. package/devnet/index.js +27 -0
  6. package/devnet/prysmdevnet.d.ts +3 -0
  7. package/devnet/prysmdevnet.js +922 -0
  8. package/esm/asset_lists.js +2 -1
  9. package/esm/devnet/assets.js +3 -0
  10. package/esm/devnet/index.js +1 -0
  11. package/esm/devnet/prysmdevnet.js +920 -0
  12. package/esm/index.js +1 -0
  13. package/esm/mainnet/agoric.js +70 -2
  14. package/esm/mainnet/akash.js +70 -2
  15. package/esm/mainnet/andromeda.js +68 -0
  16. package/esm/mainnet/archway.js +10 -2
  17. package/esm/mainnet/assets.js +5 -1
  18. package/esm/mainnet/atomone.js +182 -0
  19. package/esm/mainnet/axelar.js +70 -2
  20. package/esm/mainnet/beezee.js +68 -0
  21. package/esm/mainnet/bitcanna.js +68 -0
  22. package/esm/mainnet/bitsong.js +68 -0
  23. package/esm/mainnet/carbon.js +16 -16
  24. package/esm/mainnet/chihuahua.js +2 -2
  25. package/esm/mainnet/comdex.js +2 -2
  26. package/esm/mainnet/composable.js +68 -0
  27. package/esm/mainnet/cosmoshub.js +72 -4
  28. package/esm/mainnet/crescent.js +2 -2
  29. package/esm/mainnet/cryptoorgchain.js +2 -2
  30. package/esm/mainnet/decentr.js +68 -0
  31. package/esm/mainnet/doravota.js +68 -0
  32. package/esm/mainnet/dydx.js +2 -2
  33. package/esm/mainnet/dymension.js +68 -0
  34. package/esm/mainnet/gravitybridge.js +72 -4
  35. package/esm/mainnet/index.js +4 -0
  36. package/esm/mainnet/injective.js +2 -2
  37. package/esm/mainnet/int3face.js +182 -0
  38. package/esm/mainnet/irisnet.js +2 -2
  39. package/esm/mainnet/jackal.js +68 -0
  40. package/esm/mainnet/juno.js +70 -2
  41. package/esm/mainnet/kava.js +4 -4
  42. package/esm/mainnet/kujira.js +86 -18
  43. package/esm/mainnet/lava.js +238 -0
  44. package/esm/mainnet/mantrachain.js +420 -0
  45. package/esm/mainnet/migaloo.js +16 -16
  46. package/esm/mainnet/neutron.js +108 -40
  47. package/esm/mainnet/noble.js +314 -6
  48. package/esm/mainnet/nois.js +68 -0
  49. package/esm/mainnet/omniflixhub.js +68 -0
  50. package/esm/mainnet/osmosis.js +534 -68
  51. package/esm/mainnet/planq.js +68 -0
  52. package/esm/mainnet/quicksilver.js +70 -2
  53. package/esm/mainnet/qwoyn.js +68 -0
  54. package/esm/mainnet/regen.js +2 -2
  55. package/esm/mainnet/routerchain.js +82 -0
  56. package/esm/mainnet/secretnetwork.js +102 -34
  57. package/esm/mainnet/self.js +86 -0
  58. package/esm/mainnet/sentinel.js +2 -2
  59. package/esm/mainnet/sifchain.js +2 -2
  60. package/esm/mainnet/stargaze.js +2 -2
  61. package/esm/mainnet/starname.js +2 -2
  62. package/esm/mainnet/stride.js +4 -4
  63. package/esm/mainnet/synternet.js +182 -0
  64. package/esm/mainnet/terra2.js +68 -0
  65. package/esm/mainnet/umee.js +70 -2
  66. package/esm/mainnet/vidulum.js +68 -0
  67. package/esm/testnet/assets.js +2 -1
  68. package/esm/testnet/axelartestnet.js +78 -0
  69. package/esm/testnet/celestiatestnet3.js +78 -0
  70. package/esm/testnet/composabletestnet.js +78 -0
  71. package/esm/testnet/cosmoshubtestnet.js +78 -0
  72. package/esm/testnet/elystestnet.js +78 -0
  73. package/esm/testnet/index.js +1 -0
  74. package/esm/testnet/jackaltestnet2.js +77 -1
  75. package/esm/testnet/nobletestnet.js +78 -0
  76. package/esm/testnet/osmosistestnet.js +84 -0
  77. package/esm/testnet/osmosistestnet4.js +78 -0
  78. package/esm/testnet/quicksilvertestnet.js +78 -0
  79. package/esm/testnet/stargazetestnet.js +78 -0
  80. package/esm/testnet/synternettestnet.js +154 -0
  81. package/index.d.ts +2 -1
  82. package/index.js +1 -0
  83. package/mainnet/agoric.js +70 -2
  84. package/mainnet/akash.js +70 -2
  85. package/mainnet/andromeda.js +68 -0
  86. package/mainnet/archway.js +10 -2
  87. package/mainnet/assets.js +5 -1
  88. package/mainnet/atomone.d.ts +3 -0
  89. package/mainnet/atomone.js +184 -0
  90. package/mainnet/axelar.js +70 -2
  91. package/mainnet/beezee.js +68 -0
  92. package/mainnet/bitcanna.js +68 -0
  93. package/mainnet/bitsong.js +68 -0
  94. package/mainnet/carbon.js +16 -16
  95. package/mainnet/chihuahua.js +2 -2
  96. package/mainnet/comdex.js +2 -2
  97. package/mainnet/composable.js +68 -0
  98. package/mainnet/cosmoshub.js +72 -4
  99. package/mainnet/crescent.js +2 -2
  100. package/mainnet/cryptoorgchain.js +2 -2
  101. package/mainnet/decentr.js +68 -0
  102. package/mainnet/doravota.js +68 -0
  103. package/mainnet/dydx.js +2 -2
  104. package/mainnet/dymension.js +68 -0
  105. package/mainnet/gravitybridge.js +72 -4
  106. package/mainnet/index.d.ts +4 -0
  107. package/mainnet/index.js +7 -3
  108. package/mainnet/injective.js +2 -2
  109. package/mainnet/int3face.d.ts +3 -0
  110. package/mainnet/int3face.js +184 -0
  111. package/mainnet/irisnet.js +2 -2
  112. package/mainnet/jackal.js +68 -0
  113. package/mainnet/juno.js +70 -2
  114. package/mainnet/kava.js +4 -4
  115. package/mainnet/kujira.js +86 -18
  116. package/mainnet/lava.js +238 -0
  117. package/mainnet/mantrachain.d.ts +3 -0
  118. package/mainnet/mantrachain.js +422 -0
  119. package/mainnet/migaloo.js +16 -16
  120. package/mainnet/neutron.js +108 -40
  121. package/mainnet/noble.js +314 -6
  122. package/mainnet/nois.js +68 -0
  123. package/mainnet/omniflixhub.js +68 -0
  124. package/mainnet/osmosis.js +534 -68
  125. package/mainnet/planq.js +68 -0
  126. package/mainnet/quicksilver.js +70 -2
  127. package/mainnet/qwoyn.js +68 -0
  128. package/mainnet/regen.js +2 -2
  129. package/mainnet/routerchain.js +82 -0
  130. package/mainnet/secretnetwork.js +102 -34
  131. package/mainnet/self.js +86 -0
  132. package/mainnet/sentinel.js +2 -2
  133. package/mainnet/sifchain.js +2 -2
  134. package/mainnet/stargaze.js +2 -2
  135. package/mainnet/starname.js +2 -2
  136. package/mainnet/stride.js +4 -4
  137. package/mainnet/synternet.d.ts +3 -0
  138. package/mainnet/synternet.js +184 -0
  139. package/mainnet/terra2.js +68 -0
  140. package/mainnet/umee.js +70 -2
  141. package/mainnet/vidulum.js +68 -0
  142. package/package.json +5 -5
  143. package/testnet/assets.js +2 -1
  144. package/testnet/axelartestnet.js +78 -0
  145. package/testnet/celestiatestnet3.js +78 -0
  146. package/testnet/composabletestnet.js +78 -0
  147. package/testnet/cosmoshubtestnet.js +78 -0
  148. package/testnet/elystestnet.js +78 -0
  149. package/testnet/index.d.ts +1 -0
  150. package/testnet/index.js +2 -1
  151. package/testnet/jackaltestnet2.js +77 -1
  152. package/testnet/nobletestnet.js +78 -0
  153. package/testnet/osmosistestnet.js +84 -0
  154. package/testnet/osmosistestnet4.js +78 -0
  155. package/testnet/quicksilvertestnet.js +78 -0
  156. package/testnet/stargazetestnet.js +78 -0
  157. package/testnet/synternettestnet.d.ts +3 -0
  158. package/testnet/synternettestnet.js +156 -0
@@ -2,6 +2,82 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  const assets = {
4
4
  chain_name: 'jackaltestnet2',
5
- assets: []
5
+ assets: [{
6
+ description: 'The native token of Prysm',
7
+ denom_units: [{
8
+ denom: 'ibc/08D6E8BF0537B12635270ECF5F2B04777303C1AFC65FE41D0ED84DB42B3D264F',
9
+ exponent: 0,
10
+ aliases: ['uprysm']
11
+ }, {
12
+ denom: 'prysm',
13
+ exponent: 6
14
+ }],
15
+ base: 'ibc/08D6E8BF0537B12635270ECF5F2B04777303C1AFC65FE41D0ED84DB42B3D264F',
16
+ display: 'prysm',
17
+ name: 'Prysm',
18
+ symbol: 'PRYSM',
19
+ images: [{
20
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/prysmdevnet/images/prysm.png',
21
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/prysmdevnet/images/prysm.svg',
22
+ theme: {
23
+ circle: true,
24
+ primary_color_hex: '#cf654f'
25
+ }
26
+ }],
27
+ socials: {
28
+ website: 'https://www.prysm.network/',
29
+ twitter: 'https://twitter.com/PrysmNetwork'
30
+ },
31
+ type_asset: 'sdk.coin',
32
+ traces: [{
33
+ type: 'ibc',
34
+ counterparty: {
35
+ channel_id: 'channel-6',
36
+ base_denom: 'uprysm',
37
+ chain_name: 'prysmdevnet'
38
+ },
39
+ chain: {
40
+ channel_id: 'channel-2'
41
+ }
42
+ }]
43
+ }, {
44
+ description: 'The native token of Prysm',
45
+ denom_units: [{
46
+ denom: 'ibc/08D6E8BF0537B12635270ECF5F2B04777303C1AFC65FE41D0ED84DB42B3D264F',
47
+ exponent: 0,
48
+ aliases: ['uprysm']
49
+ }, {
50
+ denom: 'prysm',
51
+ exponent: 6
52
+ }],
53
+ base: 'ibc/08D6E8BF0537B12635270ECF5F2B04777303C1AFC65FE41D0ED84DB42B3D264F',
54
+ display: 'prysm',
55
+ name: 'Prysm',
56
+ symbol: 'PRYSM',
57
+ images: [{
58
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/prysmdevnet/images/prysm.png',
59
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/prysmdevnet/images/prysm.svg',
60
+ theme: {
61
+ circle: true,
62
+ primary_color_hex: '#cf654f'
63
+ }
64
+ }],
65
+ socials: {
66
+ website: 'https://www.prysm.network/',
67
+ twitter: 'https://twitter.com/PrysmNetwork'
68
+ },
69
+ type_asset: 'sdk.coin',
70
+ traces: [{
71
+ type: 'ibc',
72
+ counterparty: {
73
+ channel_id: 'channel-6',
74
+ base_denom: 'uprysm',
75
+ chain_name: 'prysmdevnet'
76
+ },
77
+ chain: {
78
+ channel_id: 'channel-2'
79
+ }
80
+ }]
81
+ }]
6
82
  };
7
83
  exports.default = assets;
@@ -321,6 +321,45 @@ const assets = {
321
321
  }
322
322
  }]
323
323
  },
324
+ {
325
+ description: 'The native token of Prysm',
326
+ denom_units: [{
327
+ denom: 'ibc/FF9995EBAD9CF69784B1061603FDA91CFBDFE7A096CF4D466D4A18B3A68CCD75',
328
+ exponent: 0,
329
+ aliases: ['uprysm']
330
+ }, {
331
+ denom: 'prysm',
332
+ exponent: 6
333
+ }],
334
+ base: 'ibc/FF9995EBAD9CF69784B1061603FDA91CFBDFE7A096CF4D466D4A18B3A68CCD75',
335
+ display: 'prysm',
336
+ name: 'Prysm',
337
+ symbol: 'PRYSM',
338
+ images: [{
339
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/prysmdevnet/images/prysm.png',
340
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/prysmdevnet/images/prysm.svg',
341
+ theme: {
342
+ circle: true,
343
+ primary_color_hex: '#cf654f'
344
+ }
345
+ }],
346
+ socials: {
347
+ website: 'https://www.prysm.network/',
348
+ twitter: 'https://twitter.com/PrysmNetwork'
349
+ },
350
+ type_asset: 'sdk.coin',
351
+ traces: [{
352
+ type: 'ibc',
353
+ counterparty: {
354
+ channel_id: 'channel-0',
355
+ base_denom: 'uprysm',
356
+ chain_name: 'prysmdevnet'
357
+ },
358
+ chain: {
359
+ channel_id: 'channel-222'
360
+ }
361
+ }]
362
+ },
324
363
  {
325
364
  description: 'The native staking and governance token of the Atlantic testnet version of Sei.',
326
365
  denom_units: [{
@@ -698,6 +737,45 @@ const assets = {
698
737
  channel_id: 'channel-147'
699
738
  }
700
739
  }]
740
+ },
741
+ {
742
+ description: 'The native token of Prysm',
743
+ denom_units: [{
744
+ denom: 'ibc/FF9995EBAD9CF69784B1061603FDA91CFBDFE7A096CF4D466D4A18B3A68CCD75',
745
+ exponent: 0,
746
+ aliases: ['uprysm']
747
+ }, {
748
+ denom: 'prysm',
749
+ exponent: 6
750
+ }],
751
+ base: 'ibc/FF9995EBAD9CF69784B1061603FDA91CFBDFE7A096CF4D466D4A18B3A68CCD75',
752
+ display: 'prysm',
753
+ name: 'Prysm',
754
+ symbol: 'PRYSM',
755
+ images: [{
756
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/prysmdevnet/images/prysm.png',
757
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/prysmdevnet/images/prysm.svg',
758
+ theme: {
759
+ circle: true,
760
+ primary_color_hex: '#cf654f'
761
+ }
762
+ }],
763
+ socials: {
764
+ website: 'https://www.prysm.network/',
765
+ twitter: 'https://twitter.com/PrysmNetwork'
766
+ },
767
+ type_asset: 'sdk.coin',
768
+ traces: [{
769
+ type: 'ibc',
770
+ counterparty: {
771
+ channel_id: 'channel-0',
772
+ base_denom: 'uprysm',
773
+ chain_name: 'prysmdevnet'
774
+ },
775
+ chain: {
776
+ channel_id: 'channel-222'
777
+ }
778
+ }]
701
779
  }
702
780
  ]
703
781
  };
@@ -1843,6 +1843,48 @@ const assets = {
1843
1843
  }
1844
1844
  }]
1845
1845
  },
1846
+ {
1847
+ description: 'The native staking and governance token of the testnet version of Synternet chain.',
1848
+ denom_units: [{
1849
+ denom: 'ibc/5A40E4FFC9DD1E4BF7BF7C77AC2B0F72C179DB4C64D4B351969FC8EBB9D12B97',
1850
+ exponent: 0,
1851
+ aliases: ['uamber']
1852
+ }, {
1853
+ denom: 'AMBER',
1854
+ exponent: 6
1855
+ }],
1856
+ base: 'ibc/5A40E4FFC9DD1E4BF7BF7C77AC2B0F72C179DB4C64D4B351969FC8EBB9D12B97',
1857
+ name: 'Synternet',
1858
+ display: 'AMBER',
1859
+ symbol: 'AMBER',
1860
+ logo_URIs: {
1861
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/synternet/images/synt.png',
1862
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/synternet/images/synt.svg'
1863
+ },
1864
+ images: [{
1865
+ image_sync: {
1866
+ chain_name: 'synternet',
1867
+ base_denom: 'usynt'
1868
+ },
1869
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/synternet/images/synt.png',
1870
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/synternet/images/synt.svg',
1871
+ theme: {
1872
+ primary_color_hex: '#272d45'
1873
+ }
1874
+ }],
1875
+ type_asset: 'sdk.coin',
1876
+ traces: [{
1877
+ type: 'ibc',
1878
+ counterparty: {
1879
+ channel_id: 'channel-0',
1880
+ base_denom: 'uamber',
1881
+ chain_name: 'synternettestnet'
1882
+ },
1883
+ chain: {
1884
+ channel_id: 'channel-9152'
1885
+ }
1886
+ }]
1887
+ },
1846
1888
  {
1847
1889
  description: 'The native token of the Titan network.',
1848
1890
  denom_units: [
@@ -2377,6 +2419,48 @@ const assets = {
2377
2419
  }
2378
2420
  }]
2379
2421
  },
2422
+ {
2423
+ description: 'The native staking and governance token of the testnet version of Synternet chain.',
2424
+ denom_units: [{
2425
+ denom: 'ibc/5A40E4FFC9DD1E4BF7BF7C77AC2B0F72C179DB4C64D4B351969FC8EBB9D12B97',
2426
+ exponent: 0,
2427
+ aliases: ['uamber']
2428
+ }, {
2429
+ denom: 'AMBER',
2430
+ exponent: 6
2431
+ }],
2432
+ base: 'ibc/5A40E4FFC9DD1E4BF7BF7C77AC2B0F72C179DB4C64D4B351969FC8EBB9D12B97',
2433
+ name: 'Synternet',
2434
+ display: 'AMBER',
2435
+ symbol: 'AMBER',
2436
+ logo_URIs: {
2437
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/synternet/images/synt.png',
2438
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/synternet/images/synt.svg'
2439
+ },
2440
+ images: [{
2441
+ image_sync: {
2442
+ chain_name: 'synternet',
2443
+ base_denom: 'usynt'
2444
+ },
2445
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/synternet/images/synt.png',
2446
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/synternet/images/synt.svg',
2447
+ theme: {
2448
+ primary_color_hex: '#272d45'
2449
+ }
2450
+ }],
2451
+ type_asset: 'sdk.coin',
2452
+ traces: [{
2453
+ type: 'ibc',
2454
+ counterparty: {
2455
+ channel_id: 'channel-0',
2456
+ base_denom: 'uamber',
2457
+ chain_name: 'synternettestnet'
2458
+ },
2459
+ chain: {
2460
+ channel_id: 'channel-9152'
2461
+ }
2462
+ }]
2463
+ },
2380
2464
  {
2381
2465
  description: 'The native token of the Titan network.',
2382
2466
  denom_units: [
@@ -394,6 +394,84 @@ const assets = {
394
394
  channel_id: 'channel-3651'
395
395
  }
396
396
  }]
397
+ },
398
+ {
399
+ description: 'The native token of Prysm',
400
+ denom_units: [{
401
+ denom: 'ibc/465E80C8DF74BA682D2EA408043FB4285CC27F3B3123E600B9BCCDB6F14FDFB8',
402
+ exponent: 0,
403
+ aliases: ['uprysm']
404
+ }, {
405
+ denom: 'prysm',
406
+ exponent: 6
407
+ }],
408
+ base: 'ibc/465E80C8DF74BA682D2EA408043FB4285CC27F3B3123E600B9BCCDB6F14FDFB8',
409
+ display: 'prysm',
410
+ name: 'Prysm',
411
+ symbol: 'PRYSM',
412
+ images: [{
413
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/prysmdevnet/images/prysm.png',
414
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/prysmdevnet/images/prysm.svg',
415
+ theme: {
416
+ circle: true,
417
+ primary_color_hex: '#cf654f'
418
+ }
419
+ }],
420
+ socials: {
421
+ website: 'https://www.prysm.network/',
422
+ twitter: 'https://twitter.com/PrysmNetwork'
423
+ },
424
+ type_asset: 'sdk.coin',
425
+ traces: [{
426
+ type: 'ibc',
427
+ counterparty: {
428
+ channel_id: 'channel-1',
429
+ base_denom: 'uprysm',
430
+ chain_name: 'prysmdevnet'
431
+ },
432
+ chain: {
433
+ channel_id: 'channel-9018'
434
+ }
435
+ }]
436
+ },
437
+ {
438
+ description: 'The native token of Prysm',
439
+ denom_units: [{
440
+ denom: 'ibc/465E80C8DF74BA682D2EA408043FB4285CC27F3B3123E600B9BCCDB6F14FDFB8',
441
+ exponent: 0,
442
+ aliases: ['uprysm']
443
+ }, {
444
+ denom: 'prysm',
445
+ exponent: 6
446
+ }],
447
+ base: 'ibc/465E80C8DF74BA682D2EA408043FB4285CC27F3B3123E600B9BCCDB6F14FDFB8',
448
+ display: 'prysm',
449
+ name: 'Prysm',
450
+ symbol: 'PRYSM',
451
+ images: [{
452
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/prysmdevnet/images/prysm.png',
453
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/prysmdevnet/images/prysm.svg',
454
+ theme: {
455
+ circle: true,
456
+ primary_color_hex: '#cf654f'
457
+ }
458
+ }],
459
+ socials: {
460
+ website: 'https://www.prysm.network/',
461
+ twitter: 'https://twitter.com/PrysmNetwork'
462
+ },
463
+ type_asset: 'sdk.coin',
464
+ traces: [{
465
+ type: 'ibc',
466
+ counterparty: {
467
+ channel_id: 'channel-1',
468
+ base_denom: 'uprysm',
469
+ chain_name: 'prysmdevnet'
470
+ },
471
+ chain: {
472
+ channel_id: 'channel-9018'
473
+ }
474
+ }]
397
475
  }
398
476
  ]
399
477
  };
@@ -150,6 +150,84 @@ const assets = {
150
150
  channel_id: 'channel-20'
151
151
  }
152
152
  }]
153
+ },
154
+ {
155
+ description: 'The native token of Prysm',
156
+ denom_units: [{
157
+ denom: 'ibc/740ECD9448A8468DAA0318EC61B69D72B6DF9C99907039519560813871C55246',
158
+ exponent: 0,
159
+ aliases: ['uprysm']
160
+ }, {
161
+ denom: 'prysm',
162
+ exponent: 6
163
+ }],
164
+ base: 'ibc/740ECD9448A8468DAA0318EC61B69D72B6DF9C99907039519560813871C55246',
165
+ display: 'prysm',
166
+ name: 'Prysm',
167
+ symbol: 'PRYSM',
168
+ images: [{
169
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/prysmdevnet/images/prysm.png',
170
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/prysmdevnet/images/prysm.svg',
171
+ theme: {
172
+ circle: true,
173
+ primary_color_hex: '#cf654f'
174
+ }
175
+ }],
176
+ socials: {
177
+ website: 'https://www.prysm.network/',
178
+ twitter: 'https://twitter.com/PrysmNetwork'
179
+ },
180
+ type_asset: 'sdk.coin',
181
+ traces: [{
182
+ type: 'ibc',
183
+ counterparty: {
184
+ channel_id: 'channel-5',
185
+ base_denom: 'uprysm',
186
+ chain_name: 'prysmdevnet'
187
+ },
188
+ chain: {
189
+ channel_id: 'channel-3'
190
+ }
191
+ }]
192
+ },
193
+ {
194
+ description: 'The native token of Prysm',
195
+ denom_units: [{
196
+ denom: 'ibc/740ECD9448A8468DAA0318EC61B69D72B6DF9C99907039519560813871C55246',
197
+ exponent: 0,
198
+ aliases: ['uprysm']
199
+ }, {
200
+ denom: 'prysm',
201
+ exponent: 6
202
+ }],
203
+ base: 'ibc/740ECD9448A8468DAA0318EC61B69D72B6DF9C99907039519560813871C55246',
204
+ display: 'prysm',
205
+ name: 'Prysm',
206
+ symbol: 'PRYSM',
207
+ images: [{
208
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/prysmdevnet/images/prysm.png',
209
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/prysmdevnet/images/prysm.svg',
210
+ theme: {
211
+ circle: true,
212
+ primary_color_hex: '#cf654f'
213
+ }
214
+ }],
215
+ socials: {
216
+ website: 'https://www.prysm.network/',
217
+ twitter: 'https://twitter.com/PrysmNetwork'
218
+ },
219
+ type_asset: 'sdk.coin',
220
+ traces: [{
221
+ type: 'ibc',
222
+ counterparty: {
223
+ channel_id: 'channel-5',
224
+ base_denom: 'uprysm',
225
+ chain_name: 'prysmdevnet'
226
+ },
227
+ chain: {
228
+ channel_id: 'channel-3'
229
+ }
230
+ }]
153
231
  }
154
232
  ]
155
233
  };
@@ -299,6 +299,45 @@ const assets = {
299
299
  }
300
300
  }]
301
301
  },
302
+ {
303
+ description: 'The native token of Prysm',
304
+ denom_units: [{
305
+ denom: 'ibc/8A6CC8011B6421E227D5BF753C3937F703A5470847EEDF78C87111252AE1B6DE',
306
+ exponent: 0,
307
+ aliases: ['uprysm']
308
+ }, {
309
+ denom: 'prysm',
310
+ exponent: 6
311
+ }],
312
+ base: 'ibc/8A6CC8011B6421E227D5BF753C3937F703A5470847EEDF78C87111252AE1B6DE',
313
+ display: 'prysm',
314
+ name: 'Prysm',
315
+ symbol: 'PRYSM',
316
+ images: [{
317
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/prysmdevnet/images/prysm.png',
318
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/prysmdevnet/images/prysm.svg',
319
+ theme: {
320
+ circle: true,
321
+ primary_color_hex: '#cf654f'
322
+ }
323
+ }],
324
+ socials: {
325
+ website: 'https://www.prysm.network/',
326
+ twitter: 'https://twitter.com/PrysmNetwork'
327
+ },
328
+ type_asset: 'sdk.coin',
329
+ traces: [{
330
+ type: 'ibc',
331
+ counterparty: {
332
+ channel_id: 'channel-11',
333
+ base_denom: 'uprysm',
334
+ chain_name: 'prysmdevnet'
335
+ },
336
+ chain: {
337
+ channel_id: 'channel-1005'
338
+ }
339
+ }]
340
+ },
302
341
  {
303
342
  description: 'The native token of Symphony',
304
343
  denom_units: [{
@@ -666,6 +705,45 @@ const assets = {
666
705
  channel_id: 'channel-807'
667
706
  }
668
707
  }]
708
+ },
709
+ {
710
+ description: 'The native token of Prysm',
711
+ denom_units: [{
712
+ denom: 'ibc/8A6CC8011B6421E227D5BF753C3937F703A5470847EEDF78C87111252AE1B6DE',
713
+ exponent: 0,
714
+ aliases: ['uprysm']
715
+ }, {
716
+ denom: 'prysm',
717
+ exponent: 6
718
+ }],
719
+ base: 'ibc/8A6CC8011B6421E227D5BF753C3937F703A5470847EEDF78C87111252AE1B6DE',
720
+ display: 'prysm',
721
+ name: 'Prysm',
722
+ symbol: 'PRYSM',
723
+ images: [{
724
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/prysmdevnet/images/prysm.png',
725
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/prysmdevnet/images/prysm.svg',
726
+ theme: {
727
+ circle: true,
728
+ primary_color_hex: '#cf654f'
729
+ }
730
+ }],
731
+ socials: {
732
+ website: 'https://www.prysm.network/',
733
+ twitter: 'https://twitter.com/PrysmNetwork'
734
+ },
735
+ type_asset: 'sdk.coin',
736
+ traces: [{
737
+ type: 'ibc',
738
+ counterparty: {
739
+ channel_id: 'channel-11',
740
+ base_denom: 'uprysm',
741
+ chain_name: 'prysmdevnet'
742
+ },
743
+ chain: {
744
+ channel_id: 'channel-1005'
745
+ }
746
+ }]
669
747
  }
670
748
  ]
671
749
  };
@@ -0,0 +1,3 @@
1
+ import { AssetList } from '@chain-registry/types';
2
+ declare const assets: AssetList;
3
+ export default assets;