@chain-registry/assets 1.70.16 → 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 +1 -0
  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
@@ -36,8 +36,9 @@ import _sgetestnet from './sgetestnet';
36
36
  import _stargazetestnet from './stargazetestnet';
37
37
  import _swisstroniktestnet from './swisstroniktestnet';
38
38
  import _symphonytestnet from './symphonytestnet';
39
+ import _synternettestnet from './synternettestnet';
39
40
  import _terra2testnet from './terra2testnet';
40
41
  import _titantestnet from './titantestnet';
41
42
  import _xiontestnet from './xiontestnet';
42
- const assets = [_akashtestnet, _archwaytestnet, _axelartestnet, _celestiatestnet3, _chain4energytestnet, _composabletestnet, _coreumtestnet, _cosmoshubtestnet, _doravotatestnet, _dydxtestnet, _elystestnet, _empowertestnet, _entrypointtestnet, _impacthubtestnet, _injectivetestnet, _jackaltestnet2, _junotestnet, _kimanetworktestnet, _kujiratestnet, _kyvetestnet, _lavatestnet, _likecointestnet, _mantrachaintestnet, _marstestnet, _neutrontestnet, _nobletestnet, _noistestnet, _nolustestnet, _osmosistestnet, _osmosistestnet4, _persistencetestnet2, _quicksilvertestnet, _sagatestnet, _seitestnet2, _sgetestnet, _stargazetestnet, _swisstroniktestnet, _symphonytestnet, _terra2testnet, _titantestnet, _xiontestnet];
43
+ const assets = [_akashtestnet, _archwaytestnet, _axelartestnet, _celestiatestnet3, _chain4energytestnet, _composabletestnet, _coreumtestnet, _cosmoshubtestnet, _doravotatestnet, _dydxtestnet, _elystestnet, _empowertestnet, _entrypointtestnet, _impacthubtestnet, _injectivetestnet, _jackaltestnet2, _junotestnet, _kimanetworktestnet, _kujiratestnet, _kyvetestnet, _lavatestnet, _likecointestnet, _mantrachaintestnet, _marstestnet, _neutrontestnet, _nobletestnet, _noistestnet, _nolustestnet, _osmosistestnet, _osmosistestnet4, _persistencetestnet2, _quicksilvertestnet, _sagatestnet, _seitestnet2, _sgetestnet, _stargazetestnet, _swisstroniktestnet, _symphonytestnet, _synternettestnet, _terra2testnet, _titantestnet, _xiontestnet];
43
44
  export default assets;
@@ -327,6 +327,45 @@ const assets = {
327
327
  }
328
328
  }]
329
329
  },
330
+ {
331
+ description: 'The native token of Prysm',
332
+ denom_units: [{
333
+ denom: 'ibc/20CF27E1AB2A80B296A52E90E8F6D72EA5636AB25509B281E1A0BBA3FDF9447E',
334
+ exponent: 0,
335
+ aliases: ['uprysm']
336
+ }, {
337
+ denom: 'prysm',
338
+ exponent: 6
339
+ }],
340
+ base: 'ibc/20CF27E1AB2A80B296A52E90E8F6D72EA5636AB25509B281E1A0BBA3FDF9447E',
341
+ display: 'prysm',
342
+ name: 'Prysm',
343
+ symbol: 'PRYSM',
344
+ images: [{
345
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/prysmdevnet/images/prysm.png',
346
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/prysmdevnet/images/prysm.svg',
347
+ theme: {
348
+ circle: true,
349
+ primary_color_hex: '#cf654f'
350
+ }
351
+ }],
352
+ socials: {
353
+ website: 'https://www.prysm.network/',
354
+ twitter: 'https://twitter.com/PrysmNetwork'
355
+ },
356
+ type_asset: 'sdk.coin',
357
+ traces: [{
358
+ type: 'ibc',
359
+ counterparty: {
360
+ channel_id: 'channel-2',
361
+ base_denom: 'uprysm',
362
+ chain_name: 'prysmdevnet'
363
+ },
364
+ chain: {
365
+ channel_id: 'channel-564'
366
+ }
367
+ }]
368
+ },
330
369
  {
331
370
  description: 'The native token of Saga Testnet',
332
371
  denom_units: [{
@@ -888,6 +927,45 @@ const assets = {
888
927
  channel_id: 'channel-521'
889
928
  }
890
929
  }]
930
+ },
931
+ {
932
+ description: 'The native token of Prysm',
933
+ denom_units: [{
934
+ denom: 'ibc/20CF27E1AB2A80B296A52E90E8F6D72EA5636AB25509B281E1A0BBA3FDF9447E',
935
+ exponent: 0,
936
+ aliases: ['uprysm']
937
+ }, {
938
+ denom: 'prysm',
939
+ exponent: 6
940
+ }],
941
+ base: 'ibc/20CF27E1AB2A80B296A52E90E8F6D72EA5636AB25509B281E1A0BBA3FDF9447E',
942
+ display: 'prysm',
943
+ name: 'Prysm',
944
+ symbol: 'PRYSM',
945
+ images: [{
946
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/prysmdevnet/images/prysm.png',
947
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/prysmdevnet/images/prysm.svg',
948
+ theme: {
949
+ circle: true,
950
+ primary_color_hex: '#cf654f'
951
+ }
952
+ }],
953
+ socials: {
954
+ website: 'https://www.prysm.network/',
955
+ twitter: 'https://twitter.com/PrysmNetwork'
956
+ },
957
+ type_asset: 'sdk.coin',
958
+ traces: [{
959
+ type: 'ibc',
960
+ counterparty: {
961
+ channel_id: 'channel-2',
962
+ base_denom: 'uprysm',
963
+ chain_name: 'prysmdevnet'
964
+ },
965
+ chain: {
966
+ channel_id: 'channel-564'
967
+ }
968
+ }]
891
969
  }
892
970
  ]
893
971
  };
@@ -110,6 +110,45 @@ const assets = {
110
110
  }
111
111
  }]
112
112
  },
113
+ {
114
+ description: 'The native token of Prysm',
115
+ denom_units: [{
116
+ denom: 'ibc/60F5B6B8840579F08E79709765492C91C9118A55BDEB6FFEB2FEA2AE9910DB36',
117
+ exponent: 0,
118
+ aliases: ['uprysm']
119
+ }, {
120
+ denom: 'prysm',
121
+ exponent: 6
122
+ }],
123
+ base: 'ibc/60F5B6B8840579F08E79709765492C91C9118A55BDEB6FFEB2FEA2AE9910DB36',
124
+ display: 'prysm',
125
+ name: 'Prysm',
126
+ symbol: 'PRYSM',
127
+ images: [{
128
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/prysmdevnet/images/prysm.png',
129
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/prysmdevnet/images/prysm.svg',
130
+ theme: {
131
+ circle: true,
132
+ primary_color_hex: '#cf654f'
133
+ }
134
+ }],
135
+ socials: {
136
+ website: 'https://www.prysm.network/',
137
+ twitter: 'https://twitter.com/PrysmNetwork'
138
+ },
139
+ type_asset: 'sdk.coin',
140
+ traces: [{
141
+ type: 'ibc',
142
+ counterparty: {
143
+ channel_id: 'channel-4',
144
+ base_denom: 'uprysm',
145
+ chain_name: 'prysmdevnet'
146
+ },
147
+ chain: {
148
+ channel_id: 'channel-138'
149
+ }
150
+ }]
151
+ },
113
152
  {
114
153
  description: 'The native staking and governance token of the Theta testnet version of the Cosmos Hub.',
115
154
  denom_units: [{
@@ -218,6 +257,45 @@ const assets = {
218
257
  channel_id: 'channel-25'
219
258
  }
220
259
  }]
260
+ },
261
+ {
262
+ description: 'The native token of Prysm',
263
+ denom_units: [{
264
+ denom: 'ibc/60F5B6B8840579F08E79709765492C91C9118A55BDEB6FFEB2FEA2AE9910DB36',
265
+ exponent: 0,
266
+ aliases: ['uprysm']
267
+ }, {
268
+ denom: 'prysm',
269
+ exponent: 6
270
+ }],
271
+ base: 'ibc/60F5B6B8840579F08E79709765492C91C9118A55BDEB6FFEB2FEA2AE9910DB36',
272
+ display: 'prysm',
273
+ name: 'Prysm',
274
+ symbol: 'PRYSM',
275
+ images: [{
276
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/prysmdevnet/images/prysm.png',
277
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/prysmdevnet/images/prysm.svg',
278
+ theme: {
279
+ circle: true,
280
+ primary_color_hex: '#cf654f'
281
+ }
282
+ }],
283
+ socials: {
284
+ website: 'https://www.prysm.network/',
285
+ twitter: 'https://twitter.com/PrysmNetwork'
286
+ },
287
+ type_asset: 'sdk.coin',
288
+ traces: [{
289
+ type: 'ibc',
290
+ counterparty: {
291
+ channel_id: 'channel-4',
292
+ base_denom: 'uprysm',
293
+ chain_name: 'prysmdevnet'
294
+ },
295
+ chain: {
296
+ channel_id: 'channel-138'
297
+ }
298
+ }]
221
299
  }
222
300
  ]
223
301
  };
@@ -75,6 +75,45 @@ const assets = {
75
75
  }
76
76
  }]
77
77
  },
78
+ {
79
+ description: 'The native token of Prysm',
80
+ denom_units: [{
81
+ denom: 'ibc/51179EAC4294D61C1FE740773D717340F7C74F954206C443266C871216129FB3',
82
+ exponent: 0,
83
+ aliases: ['uprysm']
84
+ }, {
85
+ denom: 'prysm',
86
+ exponent: 6
87
+ }],
88
+ base: 'ibc/51179EAC4294D61C1FE740773D717340F7C74F954206C443266C871216129FB3',
89
+ display: 'prysm',
90
+ name: 'Prysm',
91
+ symbol: 'PRYSM',
92
+ images: [{
93
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/prysmdevnet/images/prysm.png',
94
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/prysmdevnet/images/prysm.svg',
95
+ theme: {
96
+ circle: true,
97
+ primary_color_hex: '#cf654f'
98
+ }
99
+ }],
100
+ socials: {
101
+ website: 'https://www.prysm.network/',
102
+ twitter: 'https://twitter.com/PrysmNetwork'
103
+ },
104
+ type_asset: 'sdk.coin',
105
+ traces: [{
106
+ type: 'ibc',
107
+ counterparty: {
108
+ channel_id: 'channel-3',
109
+ base_denom: 'uprysm',
110
+ chain_name: 'prysmdevnet'
111
+ },
112
+ chain: {
113
+ channel_id: 'channel-50'
114
+ }
115
+ }]
116
+ },
78
117
  {
79
118
  description: 'The native token of Osmosis',
80
119
  denom_units: [{
@@ -148,6 +187,45 @@ const assets = {
148
187
  channel_id: 'channel-11'
149
188
  }
150
189
  }]
190
+ },
191
+ {
192
+ description: 'The native token of Prysm',
193
+ denom_units: [{
194
+ denom: 'ibc/51179EAC4294D61C1FE740773D717340F7C74F954206C443266C871216129FB3',
195
+ exponent: 0,
196
+ aliases: ['uprysm']
197
+ }, {
198
+ denom: 'prysm',
199
+ exponent: 6
200
+ }],
201
+ base: 'ibc/51179EAC4294D61C1FE740773D717340F7C74F954206C443266C871216129FB3',
202
+ display: 'prysm',
203
+ name: 'Prysm',
204
+ symbol: 'PRYSM',
205
+ images: [{
206
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/prysmdevnet/images/prysm.png',
207
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/prysmdevnet/images/prysm.svg',
208
+ theme: {
209
+ circle: true,
210
+ primary_color_hex: '#cf654f'
211
+ }
212
+ }],
213
+ socials: {
214
+ website: 'https://www.prysm.network/',
215
+ twitter: 'https://twitter.com/PrysmNetwork'
216
+ },
217
+ type_asset: 'sdk.coin',
218
+ traces: [{
219
+ type: 'ibc',
220
+ counterparty: {
221
+ channel_id: 'channel-3',
222
+ base_denom: 'uprysm',
223
+ chain_name: 'prysmdevnet'
224
+ },
225
+ chain: {
226
+ channel_id: 'channel-50'
227
+ }
228
+ }]
151
229
  }
152
230
  ]
153
231
  };
@@ -574,6 +574,45 @@ const assets = {
574
574
  }
575
575
  }]
576
576
  },
577
+ {
578
+ description: 'The native token of Prysm',
579
+ denom_units: [{
580
+ denom: 'ibc/713C1758420D08A892515AA68FA91976CBFD9E7BCCFE2CA6F4855165DA830D32',
581
+ exponent: 0,
582
+ aliases: ['uprysm']
583
+ }, {
584
+ denom: 'prysm',
585
+ exponent: 6
586
+ }],
587
+ base: 'ibc/713C1758420D08A892515AA68FA91976CBFD9E7BCCFE2CA6F4855165DA830D32',
588
+ display: 'prysm',
589
+ name: 'Prysm',
590
+ symbol: 'PRYSM',
591
+ images: [{
592
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/prysmdevnet/images/prysm.png',
593
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/prysmdevnet/images/prysm.svg',
594
+ theme: {
595
+ circle: true,
596
+ primary_color_hex: '#cf654f'
597
+ }
598
+ }],
599
+ socials: {
600
+ website: 'https://www.prysm.network/',
601
+ twitter: 'https://twitter.com/PrysmNetwork'
602
+ },
603
+ type_asset: 'sdk.coin',
604
+ traces: [{
605
+ type: 'ibc',
606
+ counterparty: {
607
+ channel_id: 'channel-7',
608
+ base_denom: 'uprysm',
609
+ chain_name: 'prysmdevnet'
610
+ },
611
+ chain: {
612
+ channel_id: 'channel-4366'
613
+ }
614
+ }]
615
+ },
577
616
  {
578
617
  description: 'The native token of Symphony',
579
618
  denom_units: [{
@@ -1446,6 +1485,45 @@ const assets = {
1446
1485
  channel_id: 'channel-3910'
1447
1486
  }
1448
1487
  }]
1488
+ },
1489
+ {
1490
+ description: 'The native token of Prysm',
1491
+ denom_units: [{
1492
+ denom: 'ibc/713C1758420D08A892515AA68FA91976CBFD9E7BCCFE2CA6F4855165DA830D32',
1493
+ exponent: 0,
1494
+ aliases: ['uprysm']
1495
+ }, {
1496
+ denom: 'prysm',
1497
+ exponent: 6
1498
+ }],
1499
+ base: 'ibc/713C1758420D08A892515AA68FA91976CBFD9E7BCCFE2CA6F4855165DA830D32',
1500
+ display: 'prysm',
1501
+ name: 'Prysm',
1502
+ symbol: 'PRYSM',
1503
+ images: [{
1504
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/prysmdevnet/images/prysm.png',
1505
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/prysmdevnet/images/prysm.svg',
1506
+ theme: {
1507
+ circle: true,
1508
+ primary_color_hex: '#cf654f'
1509
+ }
1510
+ }],
1511
+ socials: {
1512
+ website: 'https://www.prysm.network/',
1513
+ twitter: 'https://twitter.com/PrysmNetwork'
1514
+ },
1515
+ type_asset: 'sdk.coin',
1516
+ traces: [{
1517
+ type: 'ibc',
1518
+ counterparty: {
1519
+ channel_id: 'channel-7',
1520
+ base_denom: 'uprysm',
1521
+ chain_name: 'prysmdevnet'
1522
+ },
1523
+ chain: {
1524
+ channel_id: 'channel-4366'
1525
+ }
1526
+ }]
1449
1527
  }
1450
1528
  ]
1451
1529
  };
@@ -160,6 +160,45 @@ const assets = {
160
160
  }
161
161
  }]
162
162
  },
163
+ {
164
+ description: 'The native token of Prysm',
165
+ denom_units: [{
166
+ denom: 'ibc/7DBB3E2B6FCB2E6887DF77B0ED32CC659B95D6044C0C97E148811EA44746CA60',
167
+ exponent: 0,
168
+ aliases: ['uprysm']
169
+ }, {
170
+ denom: 'prysm',
171
+ exponent: 6
172
+ }],
173
+ base: 'ibc/7DBB3E2B6FCB2E6887DF77B0ED32CC659B95D6044C0C97E148811EA44746CA60',
174
+ display: 'prysm',
175
+ name: 'Prysm',
176
+ symbol: 'PRYSM',
177
+ images: [{
178
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/prysmdevnet/images/prysm.png',
179
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/prysmdevnet/images/prysm.svg',
180
+ theme: {
181
+ circle: true,
182
+ primary_color_hex: '#cf654f'
183
+ }
184
+ }],
185
+ socials: {
186
+ website: 'https://www.prysm.network/',
187
+ twitter: 'https://twitter.com/PrysmNetwork'
188
+ },
189
+ type_asset: 'sdk.coin',
190
+ traces: [{
191
+ type: 'ibc',
192
+ counterparty: {
193
+ channel_id: 'channel-9',
194
+ base_denom: 'uprysm',
195
+ chain_name: 'prysmdevnet'
196
+ },
197
+ chain: {
198
+ channel_id: 'channel-52'
199
+ }
200
+ }]
201
+ },
163
202
  {
164
203
  description: 'The controlled staking asset for Noble Chain',
165
204
  denom_units: [{
@@ -248,6 +287,45 @@ const assets = {
248
287
  channel_id: 'channel-12'
249
288
  }
250
289
  }]
290
+ },
291
+ {
292
+ description: 'The native token of Prysm',
293
+ denom_units: [{
294
+ denom: 'ibc/7DBB3E2B6FCB2E6887DF77B0ED32CC659B95D6044C0C97E148811EA44746CA60',
295
+ exponent: 0,
296
+ aliases: ['uprysm']
297
+ }, {
298
+ denom: 'prysm',
299
+ exponent: 6
300
+ }],
301
+ base: 'ibc/7DBB3E2B6FCB2E6887DF77B0ED32CC659B95D6044C0C97E148811EA44746CA60',
302
+ display: 'prysm',
303
+ name: 'Prysm',
304
+ symbol: 'PRYSM',
305
+ images: [{
306
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/prysmdevnet/images/prysm.png',
307
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/prysmdevnet/images/prysm.svg',
308
+ theme: {
309
+ circle: true,
310
+ primary_color_hex: '#cf654f'
311
+ }
312
+ }],
313
+ socials: {
314
+ website: 'https://www.prysm.network/',
315
+ twitter: 'https://twitter.com/PrysmNetwork'
316
+ },
317
+ type_asset: 'sdk.coin',
318
+ traces: [{
319
+ type: 'ibc',
320
+ counterparty: {
321
+ channel_id: 'channel-9',
322
+ base_denom: 'uprysm',
323
+ chain_name: 'prysmdevnet'
324
+ },
325
+ chain: {
326
+ channel_id: 'channel-52'
327
+ }
328
+ }]
251
329
  }
252
330
  ]
253
331
  };
@@ -36,6 +36,7 @@ export * as sgetestnet from './sgetestnet';
36
36
  export * as stargazetestnet from './stargazetestnet';
37
37
  export * as swisstroniktestnet from './swisstroniktestnet';
38
38
  export * as symphonytestnet from './symphonytestnet';
39
+ export * as synternettestnet from './synternettestnet';
39
40
  export * as terra2testnet from './terra2testnet';
40
41
  export * as titantestnet from './titantestnet';
41
42
  export * as xiontestnet from './xiontestnet';
@@ -1,5 +1,81 @@
1
1
  const assets = {
2
2
  chain_name: 'jackaltestnet2',
3
- assets: []
3
+ assets: [{
4
+ description: 'The native token of Prysm',
5
+ denom_units: [{
6
+ denom: 'ibc/08D6E8BF0537B12635270ECF5F2B04777303C1AFC65FE41D0ED84DB42B3D264F',
7
+ exponent: 0,
8
+ aliases: ['uprysm']
9
+ }, {
10
+ denom: 'prysm',
11
+ exponent: 6
12
+ }],
13
+ base: 'ibc/08D6E8BF0537B12635270ECF5F2B04777303C1AFC65FE41D0ED84DB42B3D264F',
14
+ display: 'prysm',
15
+ name: 'Prysm',
16
+ symbol: 'PRYSM',
17
+ images: [{
18
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/prysmdevnet/images/prysm.png',
19
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/prysmdevnet/images/prysm.svg',
20
+ theme: {
21
+ circle: true,
22
+ primary_color_hex: '#cf654f'
23
+ }
24
+ }],
25
+ socials: {
26
+ website: 'https://www.prysm.network/',
27
+ twitter: 'https://twitter.com/PrysmNetwork'
28
+ },
29
+ type_asset: 'sdk.coin',
30
+ traces: [{
31
+ type: 'ibc',
32
+ counterparty: {
33
+ channel_id: 'channel-6',
34
+ base_denom: 'uprysm',
35
+ chain_name: 'prysmdevnet'
36
+ },
37
+ chain: {
38
+ channel_id: 'channel-2'
39
+ }
40
+ }]
41
+ }, {
42
+ description: 'The native token of Prysm',
43
+ denom_units: [{
44
+ denom: 'ibc/08D6E8BF0537B12635270ECF5F2B04777303C1AFC65FE41D0ED84DB42B3D264F',
45
+ exponent: 0,
46
+ aliases: ['uprysm']
47
+ }, {
48
+ denom: 'prysm',
49
+ exponent: 6
50
+ }],
51
+ base: 'ibc/08D6E8BF0537B12635270ECF5F2B04777303C1AFC65FE41D0ED84DB42B3D264F',
52
+ display: 'prysm',
53
+ name: 'Prysm',
54
+ symbol: 'PRYSM',
55
+ images: [{
56
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/prysmdevnet/images/prysm.png',
57
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/prysmdevnet/images/prysm.svg',
58
+ theme: {
59
+ circle: true,
60
+ primary_color_hex: '#cf654f'
61
+ }
62
+ }],
63
+ socials: {
64
+ website: 'https://www.prysm.network/',
65
+ twitter: 'https://twitter.com/PrysmNetwork'
66
+ },
67
+ type_asset: 'sdk.coin',
68
+ traces: [{
69
+ type: 'ibc',
70
+ counterparty: {
71
+ channel_id: 'channel-6',
72
+ base_denom: 'uprysm',
73
+ chain_name: 'prysmdevnet'
74
+ },
75
+ chain: {
76
+ channel_id: 'channel-2'
77
+ }
78
+ }]
79
+ }]
4
80
  };
5
81
  export default assets;
@@ -319,6 +319,45 @@ const assets = {
319
319
  }
320
320
  }]
321
321
  },
322
+ {
323
+ description: 'The native token of Prysm',
324
+ denom_units: [{
325
+ denom: 'ibc/FF9995EBAD9CF69784B1061603FDA91CFBDFE7A096CF4D466D4A18B3A68CCD75',
326
+ exponent: 0,
327
+ aliases: ['uprysm']
328
+ }, {
329
+ denom: 'prysm',
330
+ exponent: 6
331
+ }],
332
+ base: 'ibc/FF9995EBAD9CF69784B1061603FDA91CFBDFE7A096CF4D466D4A18B3A68CCD75',
333
+ display: 'prysm',
334
+ name: 'Prysm',
335
+ symbol: 'PRYSM',
336
+ images: [{
337
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/prysmdevnet/images/prysm.png',
338
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/prysmdevnet/images/prysm.svg',
339
+ theme: {
340
+ circle: true,
341
+ primary_color_hex: '#cf654f'
342
+ }
343
+ }],
344
+ socials: {
345
+ website: 'https://www.prysm.network/',
346
+ twitter: 'https://twitter.com/PrysmNetwork'
347
+ },
348
+ type_asset: 'sdk.coin',
349
+ traces: [{
350
+ type: 'ibc',
351
+ counterparty: {
352
+ channel_id: 'channel-0',
353
+ base_denom: 'uprysm',
354
+ chain_name: 'prysmdevnet'
355
+ },
356
+ chain: {
357
+ channel_id: 'channel-222'
358
+ }
359
+ }]
360
+ },
322
361
  {
323
362
  description: 'The native staking and governance token of the Atlantic testnet version of Sei.',
324
363
  denom_units: [{
@@ -696,6 +735,45 @@ const assets = {
696
735
  channel_id: 'channel-147'
697
736
  }
698
737
  }]
738
+ },
739
+ {
740
+ description: 'The native token of Prysm',
741
+ denom_units: [{
742
+ denom: 'ibc/FF9995EBAD9CF69784B1061603FDA91CFBDFE7A096CF4D466D4A18B3A68CCD75',
743
+ exponent: 0,
744
+ aliases: ['uprysm']
745
+ }, {
746
+ denom: 'prysm',
747
+ exponent: 6
748
+ }],
749
+ base: 'ibc/FF9995EBAD9CF69784B1061603FDA91CFBDFE7A096CF4D466D4A18B3A68CCD75',
750
+ display: 'prysm',
751
+ name: 'Prysm',
752
+ symbol: 'PRYSM',
753
+ images: [{
754
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/prysmdevnet/images/prysm.png',
755
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/prysmdevnet/images/prysm.svg',
756
+ theme: {
757
+ circle: true,
758
+ primary_color_hex: '#cf654f'
759
+ }
760
+ }],
761
+ socials: {
762
+ website: 'https://www.prysm.network/',
763
+ twitter: 'https://twitter.com/PrysmNetwork'
764
+ },
765
+ type_asset: 'sdk.coin',
766
+ traces: [{
767
+ type: 'ibc',
768
+ counterparty: {
769
+ channel_id: 'channel-0',
770
+ base_denom: 'uprysm',
771
+ chain_name: 'prysmdevnet'
772
+ },
773
+ chain: {
774
+ channel_id: 'channel-222'
775
+ }
776
+ }]
699
777
  }
700
778
  ]
701
779
  };