@chain-registry/assets 1.62.0 → 1.62.1

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.
@@ -86,50 +86,6 @@ const assets = {
86
86
  }
87
87
  }]
88
88
  },
89
- {
90
- description: 'The native token of MANTRA',
91
- denom_units: [{
92
- denom: 'ibc/81B164F4C8A85A47FDC4D7E4041B5911988837212CB73E93AE5676F291602B2E',
93
- exponent: 0,
94
- aliases: ['uom']
95
- }, {
96
- denom: 'om',
97
- exponent: 6,
98
- aliases: []
99
- }],
100
- base: 'ibc/81B164F4C8A85A47FDC4D7E4041B5911988837212CB73E93AE5676F291602B2E',
101
- name: 'MANTRA Chain',
102
- display: 'om',
103
- symbol: 'OM',
104
- logo_URIs: {
105
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/mantrachaintestnet/images/mantra.png',
106
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/mantrachaintestnet/images/mantra.svg'
107
- },
108
- coingecko_id: '',
109
- keywords: [
110
- 'mantra',
111
- 'staking',
112
- 'delegating',
113
- 'governance',
114
- 'regulation',
115
- 'defi'
116
- ],
117
- images: [{
118
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/mantrachaintestnet/images/mantra.png',
119
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/mantrachaintestnet/images/mantra.svg'
120
- }],
121
- traces: [{
122
- type: 'ibc',
123
- counterparty: {
124
- channel_id: 'channel-3',
125
- base_denom: 'uom',
126
- chain_name: 'mantrachaintestnet'
127
- },
128
- chain: {
129
- channel_id: 'channel-174'
130
- }
131
- }]
132
- },
133
89
  {
134
90
  description: 'The native token of Elys Network',
135
91
  denom_units: [
@@ -213,50 +169,6 @@ const assets = {
213
169
  }
214
170
  }]
215
171
  },
216
- {
217
- description: 'The native token of MANTRA',
218
- denom_units: [{
219
- denom: 'ibc/81B164F4C8A85A47FDC4D7E4041B5911988837212CB73E93AE5676F291602B2E',
220
- exponent: 0,
221
- aliases: ['uom']
222
- }, {
223
- denom: 'om',
224
- exponent: 6,
225
- aliases: []
226
- }],
227
- base: 'ibc/81B164F4C8A85A47FDC4D7E4041B5911988837212CB73E93AE5676F291602B2E',
228
- name: 'MANTRA Chain',
229
- display: 'om',
230
- symbol: 'OM',
231
- logo_URIs: {
232
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/mantrachaintestnet/images/mantra.png',
233
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/mantrachaintestnet/images/mantra.svg'
234
- },
235
- coingecko_id: '',
236
- keywords: [
237
- 'mantra',
238
- 'staking',
239
- 'delegating',
240
- 'governance',
241
- 'regulation',
242
- 'defi'
243
- ],
244
- images: [{
245
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/mantrachaintestnet/images/mantra.png',
246
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/mantrachaintestnet/images/mantra.svg'
247
- }],
248
- traces: [{
249
- type: 'ibc',
250
- counterparty: {
251
- channel_id: 'channel-3',
252
- base_denom: 'uom',
253
- chain_name: 'mantrachaintestnet'
254
- },
255
- chain: {
256
- channel_id: 'channel-174'
257
- }
258
- }]
259
- },
260
172
  {
261
173
  description: 'The native token of Osmosis',
262
174
  denom_units: [{
@@ -206,6 +206,49 @@ const assets = {
206
206
  }
207
207
  }]
208
208
  },
209
+ {
210
+ description: 'The native token of Coreum',
211
+ denom_units: [{
212
+ denom: 'ibc/35CA3AB73EF616E989E6DDD91EA33BEBAF77CA710641973028460CCFE69452AB',
213
+ exponent: 0,
214
+ aliases: ['utestcore']
215
+ }, {
216
+ denom: 'testcore',
217
+ exponent: 6
218
+ }],
219
+ base: 'ibc/35CA3AB73EF616E989E6DDD91EA33BEBAF77CA710641973028460CCFE69452AB',
220
+ name: 'Coreum',
221
+ display: 'testcore',
222
+ symbol: 'TESTCORE',
223
+ logo_URIs: {
224
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/coreum.png',
225
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/coreum.svg'
226
+ },
227
+ coingecko_id: 'coreum',
228
+ keywords: [
229
+ 'dex',
230
+ 'staking',
231
+ 'wasm',
232
+ 'assets',
233
+ 'nft',
234
+ 'XRPL'
235
+ ],
236
+ images: [{
237
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/coreum.png',
238
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/coreum.svg'
239
+ }],
240
+ traces: [{
241
+ type: 'ibc',
242
+ counterparty: {
243
+ channel_id: 'channel-47',
244
+ base_denom: 'utestcore',
245
+ chain_name: 'coreumtestnet'
246
+ },
247
+ chain: {
248
+ channel_id: 'channel-7894'
249
+ }
250
+ }]
251
+ },
209
252
  {
210
253
  description: 'The native staking and governance token of the Theta testnet version of the Cosmos Hub.',
211
254
  denom_units: [{
@@ -481,50 +524,6 @@ const assets = {
481
524
  }
482
525
  }]
483
526
  },
484
- {
485
- description: 'The native token of MANTRA',
486
- denom_units: [{
487
- denom: 'ibc/F25F6570FF2BD0CD6EB85761BD9CA411C2D5201E8D308D5A49BAD845B5D5E9B2',
488
- exponent: 0,
489
- aliases: ['uom']
490
- }, {
491
- denom: 'om',
492
- exponent: 6,
493
- aliases: []
494
- }],
495
- base: 'ibc/F25F6570FF2BD0CD6EB85761BD9CA411C2D5201E8D308D5A49BAD845B5D5E9B2',
496
- name: 'MANTRA Chain',
497
- display: 'om',
498
- symbol: 'OM',
499
- logo_URIs: {
500
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/mantrachaintestnet/images/mantra.png',
501
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/mantrachaintestnet/images/mantra.svg'
502
- },
503
- coingecko_id: '',
504
- keywords: [
505
- 'mantra',
506
- 'staking',
507
- 'delegating',
508
- 'governance',
509
- 'regulation',
510
- 'defi'
511
- ],
512
- images: [{
513
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/mantrachaintestnet/images/mantra.png',
514
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/mantrachaintestnet/images/mantra.svg'
515
- }],
516
- traces: [{
517
- type: 'ibc',
518
- counterparty: {
519
- channel_id: 'channel-1',
520
- base_denom: 'uom',
521
- chain_name: 'mantrachaintestnet'
522
- },
523
- chain: {
524
- channel_id: 'channel-7944'
525
- }
526
- }]
527
- },
528
527
  {
529
528
  description: 'The native token of Mars Protocol',
530
529
  denom_units: [{
@@ -882,6 +881,49 @@ const assets = {
882
881
  }
883
882
  }]
884
883
  },
884
+ {
885
+ description: 'The native token of Coreum',
886
+ denom_units: [{
887
+ denom: 'ibc/35CA3AB73EF616E989E6DDD91EA33BEBAF77CA710641973028460CCFE69452AB',
888
+ exponent: 0,
889
+ aliases: ['utestcore']
890
+ }, {
891
+ denom: 'testcore',
892
+ exponent: 6
893
+ }],
894
+ base: 'ibc/35CA3AB73EF616E989E6DDD91EA33BEBAF77CA710641973028460CCFE69452AB',
895
+ name: 'Coreum',
896
+ display: 'testcore',
897
+ symbol: 'TESTCORE',
898
+ logo_URIs: {
899
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/coreum.png',
900
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/coreum.svg'
901
+ },
902
+ coingecko_id: 'coreum',
903
+ keywords: [
904
+ 'dex',
905
+ 'staking',
906
+ 'wasm',
907
+ 'assets',
908
+ 'nft',
909
+ 'XRPL'
910
+ ],
911
+ images: [{
912
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/coreum.png',
913
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/coreum.svg'
914
+ }],
915
+ traces: [{
916
+ type: 'ibc',
917
+ counterparty: {
918
+ channel_id: 'channel-47',
919
+ base_denom: 'utestcore',
920
+ chain_name: 'coreumtestnet'
921
+ },
922
+ chain: {
923
+ channel_id: 'channel-7894'
924
+ }
925
+ }]
926
+ },
885
927
  {
886
928
  description: 'The native staking and governance token of the Theta testnet version of the Cosmos Hub.',
887
929
  denom_units: [{
@@ -1157,50 +1199,6 @@ const assets = {
1157
1199
  }
1158
1200
  }]
1159
1201
  },
1160
- {
1161
- description: 'The native token of MANTRA',
1162
- denom_units: [{
1163
- denom: 'ibc/F25F6570FF2BD0CD6EB85761BD9CA411C2D5201E8D308D5A49BAD845B5D5E9B2',
1164
- exponent: 0,
1165
- aliases: ['uom']
1166
- }, {
1167
- denom: 'om',
1168
- exponent: 6,
1169
- aliases: []
1170
- }],
1171
- base: 'ibc/F25F6570FF2BD0CD6EB85761BD9CA411C2D5201E8D308D5A49BAD845B5D5E9B2',
1172
- name: 'MANTRA Chain',
1173
- display: 'om',
1174
- symbol: 'OM',
1175
- logo_URIs: {
1176
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/mantrachaintestnet/images/mantra.png',
1177
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/mantrachaintestnet/images/mantra.svg'
1178
- },
1179
- coingecko_id: '',
1180
- keywords: [
1181
- 'mantra',
1182
- 'staking',
1183
- 'delegating',
1184
- 'governance',
1185
- 'regulation',
1186
- 'defi'
1187
- ],
1188
- images: [{
1189
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/mantrachaintestnet/images/mantra.png',
1190
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/mantrachaintestnet/images/mantra.svg'
1191
- }],
1192
- traces: [{
1193
- type: 'ibc',
1194
- counterparty: {
1195
- channel_id: 'channel-1',
1196
- base_denom: 'uom',
1197
- chain_name: 'mantrachaintestnet'
1198
- },
1199
- chain: {
1200
- channel_id: 'channel-7944'
1201
- }
1202
- }]
1203
- },
1204
1202
  {
1205
1203
  description: 'The native token of Mars Protocol',
1206
1204
  denom_units: [{