@chain-registry/assets 1.70.221 → 1.70.223

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 (39) hide show
  1. package/esm/mainnet/babylon.js +86 -0
  2. package/esm/mainnet/dungeon.js +314 -0
  3. package/esm/mainnet/elys.js +434 -0
  4. package/esm/mainnet/kopi.js +254 -0
  5. package/esm/mainnet/milkyway.js +76 -0
  6. package/esm/mainnet/noble.js +82 -0
  7. package/esm/testnet/agoricdevnet.js +478 -0
  8. package/esm/testnet/assets.js +4 -1
  9. package/esm/testnet/axelartestnet.js +164 -0
  10. package/esm/testnet/cosmosicsprovidertestnet.js +164 -0
  11. package/esm/testnet/elystestnet.js +164 -0
  12. package/esm/testnet/index.js +3 -0
  13. package/esm/testnet/int3facetestnet.js +5 -0
  14. package/esm/testnet/neutrontestnet.js +164 -0
  15. package/esm/testnet/nobletestnet.js +164 -0
  16. package/esm/testnet/osmosistestnet.js +244 -0
  17. package/esm/testnet/stridetestnet.js +170 -0
  18. package/mainnet/babylon.js +86 -0
  19. package/mainnet/dungeon.js +314 -0
  20. package/mainnet/elys.js +434 -0
  21. package/mainnet/kopi.js +254 -0
  22. package/mainnet/milkyway.js +76 -0
  23. package/mainnet/noble.js +82 -0
  24. package/package.json +5 -5
  25. package/testnet/agoricdevnet.d.ts +3 -0
  26. package/testnet/agoricdevnet.js +480 -0
  27. package/testnet/assets.js +4 -1
  28. package/testnet/axelartestnet.js +164 -0
  29. package/testnet/cosmosicsprovidertestnet.js +164 -0
  30. package/testnet/elystestnet.js +164 -0
  31. package/testnet/index.d.ts +3 -0
  32. package/testnet/index.js +4 -1
  33. package/testnet/int3facetestnet.d.ts +3 -0
  34. package/testnet/int3facetestnet.js +7 -0
  35. package/testnet/neutrontestnet.js +164 -0
  36. package/testnet/nobletestnet.js +164 -0
  37. package/testnet/osmosistestnet.js +244 -0
  38. package/testnet/stridetestnet.d.ts +3 -0
  39. package/testnet/stridetestnet.js +172 -0
@@ -257,6 +257,49 @@ const assets = {
257
257
  }
258
258
  }]
259
259
  },
260
+ {
261
+ description: 'The native token of MilkyWay',
262
+ denom_units: [{
263
+ denom: 'ibc/CC1095A93E3C2DF5630EC4F6A994647E58C33FCB94F4810DE6126EF4A8A9E060',
264
+ exponent: 0,
265
+ aliases: ['umilk']
266
+ }, {
267
+ denom: 'milk',
268
+ exponent: 6
269
+ }],
270
+ type_asset: 'sdk.coin',
271
+ base: 'ibc/CC1095A93E3C2DF5630EC4F6A994647E58C33FCB94F4810DE6126EF4A8A9E060',
272
+ name: 'Milk',
273
+ display: 'milk',
274
+ symbol: 'MILK',
275
+ logo_URIs: {
276
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/milkyway/images/milk.png',
277
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/milkyway/images/milk.svg'
278
+ },
279
+ images: [{
280
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/milkyway/images/milk.png',
281
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/milkyway/images/milk.svg',
282
+ theme: {
283
+ primary_color_hex: '#760dbb'
284
+ }
285
+ }],
286
+ keywords: ['liquid staking', 'restaking'],
287
+ socials: {
288
+ website: 'https://milkyway.zone',
289
+ twitter: 'https://x.com/milky_way_zone'
290
+ },
291
+ traces: [{
292
+ type: 'ibc',
293
+ counterparty: {
294
+ channel_id: 'channel-4',
295
+ base_denom: 'umilk',
296
+ chain_name: 'milkyway'
297
+ },
298
+ chain: {
299
+ channel_id: 'channel-4'
300
+ }
301
+ }]
302
+ },
260
303
  {
261
304
  description: 'Neutron is a smart contract blockchain within the Cosmos ecosystem, leveraging the Cosmos Hub\'s security to provide cross-chain DeFi applications.',
262
305
  denom_units: [{
@@ -825,6 +868,49 @@ const assets = {
825
868
  }
826
869
  }]
827
870
  },
871
+ {
872
+ description: 'The native token of MilkyWay',
873
+ denom_units: [{
874
+ denom: 'ibc/CC1095A93E3C2DF5630EC4F6A994647E58C33FCB94F4810DE6126EF4A8A9E060',
875
+ exponent: 0,
876
+ aliases: ['umilk']
877
+ }, {
878
+ denom: 'milk',
879
+ exponent: 6
880
+ }],
881
+ type_asset: 'sdk.coin',
882
+ base: 'ibc/CC1095A93E3C2DF5630EC4F6A994647E58C33FCB94F4810DE6126EF4A8A9E060',
883
+ name: 'Milk',
884
+ display: 'milk',
885
+ symbol: 'MILK',
886
+ logo_URIs: {
887
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/milkyway/images/milk.png',
888
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/milkyway/images/milk.svg'
889
+ },
890
+ images: [{
891
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/milkyway/images/milk.png',
892
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/milkyway/images/milk.svg',
893
+ theme: {
894
+ primary_color_hex: '#760dbb'
895
+ }
896
+ }],
897
+ keywords: ['liquid staking', 'restaking'],
898
+ socials: {
899
+ website: 'https://milkyway.zone',
900
+ twitter: 'https://x.com/milky_way_zone'
901
+ },
902
+ traces: [{
903
+ type: 'ibc',
904
+ counterparty: {
905
+ channel_id: 'channel-4',
906
+ base_denom: 'umilk',
907
+ chain_name: 'milkyway'
908
+ },
909
+ chain: {
910
+ channel_id: 'channel-4'
911
+ }
912
+ }]
913
+ },
828
914
  {
829
915
  description: 'Neutron is a smart contract blockchain within the Cosmos ecosystem, leveraging the Cosmos Hub\'s security to provide cross-chain DeFi applications.',
830
916
  denom_units: [{
@@ -1,6 +1,163 @@
1
1
  const assets = {
2
2
  chain_name: 'dungeon',
3
3
  assets: [
4
+ {
5
+ description: 'The permissioned staking asset for Noble Chain',
6
+ denom_units: [{
7
+ denom: 'ibc/5EBA110E8437BEA7F571651783387186BF0E97ACD419C4D59C62EAA5AC69907D',
8
+ exponent: 0,
9
+ aliases: ['ustake']
10
+ }, {
11
+ denom: 'stake',
12
+ exponent: 6
13
+ }],
14
+ type_asset: 'sdk.coin',
15
+ base: 'ibc/5EBA110E8437BEA7F571651783387186BF0E97ACD419C4D59C62EAA5AC69907D',
16
+ name: 'Stake',
17
+ display: 'stake',
18
+ symbol: 'STAKE',
19
+ logo_URIs: {
20
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/stake.png',
21
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/stake.svg'
22
+ },
23
+ images: [{
24
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/stake.png',
25
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/stake.svg',
26
+ theme: {
27
+ primary_color_hex: '#a8bbfb'
28
+ }
29
+ }],
30
+ traces: [{
31
+ type: 'ibc',
32
+ counterparty: {
33
+ channel_id: 'channel-150',
34
+ base_denom: 'ustake',
35
+ chain_name: 'noble'
36
+ },
37
+ chain: {
38
+ channel_id: 'channel-5307'
39
+ }
40
+ }]
41
+ },
42
+ {
43
+ description: 'Frienzies are an IBC token redeemable exclusively for a physical asset issued by the Noble entity.',
44
+ denom_units: [{
45
+ denom: 'ibc/5AC0034E7F094A89DC23DF316493989B00709EE2172D274C300E04B83BFF7C64',
46
+ exponent: 0,
47
+ aliases: ['ufrienzies']
48
+ }, {
49
+ denom: 'frienzies',
50
+ exponent: 6
51
+ }],
52
+ type_asset: 'sdk.coin',
53
+ base: 'ibc/5AC0034E7F094A89DC23DF316493989B00709EE2172D274C300E04B83BFF7C64',
54
+ display: 'frienzies',
55
+ name: 'Frienzies',
56
+ symbol: 'FRNZ',
57
+ logo_URIs: {
58
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/frnz.png',
59
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/frnz.svg'
60
+ },
61
+ images: [{
62
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/frnz.png',
63
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/frnz.svg',
64
+ theme: {
65
+ primary_color_hex: '#04041c'
66
+ }
67
+ }],
68
+ traces: [{
69
+ type: 'ibc',
70
+ counterparty: {
71
+ channel_id: 'channel-150',
72
+ base_denom: 'ufrienzies',
73
+ chain_name: 'noble'
74
+ },
75
+ chain: {
76
+ channel_id: 'channel-5307'
77
+ }
78
+ }]
79
+ },
80
+ {
81
+ description: 'Ondo US Dollar Yield',
82
+ denom_units: [{
83
+ denom: 'ibc/F772EFDE87436BD18C11FDB0CAD3F4B37B4F10193810EAC19BDF71D34FA0CF41',
84
+ exponent: 0,
85
+ aliases: ['ausdy']
86
+ }, {
87
+ denom: 'usdy',
88
+ exponent: 18
89
+ }],
90
+ base: 'ibc/F772EFDE87436BD18C11FDB0CAD3F4B37B4F10193810EAC19BDF71D34FA0CF41',
91
+ display: 'usdy',
92
+ name: 'Ondo US Dollar Yield',
93
+ symbol: 'USDY',
94
+ logo_URIs: {
95
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/usdy.png',
96
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/usdy.svg'
97
+ },
98
+ images: [{
99
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/usdy.png',
100
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/usdy.svg',
101
+ theme: {
102
+ primary_color_hex: '#142c5c'
103
+ }
104
+ }],
105
+ coingecko_id: 'ondo-us-dollar-yield',
106
+ socials: {
107
+ website: 'https://ondo.finance/usdy',
108
+ twitter: 'https://x.com/OndoFinance'
109
+ },
110
+ type_asset: 'sdk.coin',
111
+ traces: [{
112
+ type: 'ibc',
113
+ counterparty: {
114
+ channel_id: 'channel-150',
115
+ base_denom: 'ausdy',
116
+ chain_name: 'noble'
117
+ },
118
+ chain: {
119
+ channel_id: 'channel-5307'
120
+ }
121
+ }]
122
+ },
123
+ {
124
+ description: 'USDN token',
125
+ denom_units: [{
126
+ denom: 'ibc/D5C288C7A6E1463ABBD4F0758B0F61820EE9643F6AC556646BEC9827C18AA961',
127
+ exponent: 0,
128
+ aliases: ['uusdn']
129
+ }, {
130
+ denom: 'usdn',
131
+ exponent: 6
132
+ }],
133
+ type_asset: 'sdk.coin',
134
+ base: 'ibc/D5C288C7A6E1463ABBD4F0758B0F61820EE9643F6AC556646BEC9827C18AA961',
135
+ name: 'Noble Dollar',
136
+ display: 'usdn',
137
+ symbol: 'USDN',
138
+ logo_URIs: {
139
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.png',
140
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.svg'
141
+ },
142
+ images: [{
143
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.png',
144
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.svg',
145
+ theme: {
146
+ primary_color_hex: '#2E8564'
147
+ }
148
+ }],
149
+ traces: [{
150
+ type: 'ibc',
151
+ counterparty: {
152
+ channel_id: 'channel-150',
153
+ base_denom: 'uusdn',
154
+ chain_name: 'noble'
155
+ },
156
+ chain: {
157
+ channel_id: 'channel-5307'
158
+ }
159
+ }]
160
+ },
4
161
  {
5
162
  description: 'The native token of Osmosis',
6
163
  denom_units: [{
@@ -89,6 +246,163 @@ const assets = {
89
246
  }
90
247
  }]
91
248
  },
249
+ {
250
+ description: 'The permissioned staking asset for Noble Chain',
251
+ denom_units: [{
252
+ denom: 'ibc/5EBA110E8437BEA7F571651783387186BF0E97ACD419C4D59C62EAA5AC69907D',
253
+ exponent: 0,
254
+ aliases: ['ustake']
255
+ }, {
256
+ denom: 'stake',
257
+ exponent: 6
258
+ }],
259
+ type_asset: 'sdk.coin',
260
+ base: 'ibc/5EBA110E8437BEA7F571651783387186BF0E97ACD419C4D59C62EAA5AC69907D',
261
+ name: 'Stake',
262
+ display: 'stake',
263
+ symbol: 'STAKE',
264
+ logo_URIs: {
265
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/stake.png',
266
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/stake.svg'
267
+ },
268
+ images: [{
269
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/stake.png',
270
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/stake.svg',
271
+ theme: {
272
+ primary_color_hex: '#a8bbfb'
273
+ }
274
+ }],
275
+ traces: [{
276
+ type: 'ibc',
277
+ counterparty: {
278
+ channel_id: 'channel-150',
279
+ base_denom: 'ustake',
280
+ chain_name: 'noble'
281
+ },
282
+ chain: {
283
+ channel_id: 'channel-5307'
284
+ }
285
+ }]
286
+ },
287
+ {
288
+ description: 'Frienzies are an IBC token redeemable exclusively for a physical asset issued by the Noble entity.',
289
+ denom_units: [{
290
+ denom: 'ibc/5AC0034E7F094A89DC23DF316493989B00709EE2172D274C300E04B83BFF7C64',
291
+ exponent: 0,
292
+ aliases: ['ufrienzies']
293
+ }, {
294
+ denom: 'frienzies',
295
+ exponent: 6
296
+ }],
297
+ type_asset: 'sdk.coin',
298
+ base: 'ibc/5AC0034E7F094A89DC23DF316493989B00709EE2172D274C300E04B83BFF7C64',
299
+ display: 'frienzies',
300
+ name: 'Frienzies',
301
+ symbol: 'FRNZ',
302
+ logo_URIs: {
303
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/frnz.png',
304
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/frnz.svg'
305
+ },
306
+ images: [{
307
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/frnz.png',
308
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/frnz.svg',
309
+ theme: {
310
+ primary_color_hex: '#04041c'
311
+ }
312
+ }],
313
+ traces: [{
314
+ type: 'ibc',
315
+ counterparty: {
316
+ channel_id: 'channel-150',
317
+ base_denom: 'ufrienzies',
318
+ chain_name: 'noble'
319
+ },
320
+ chain: {
321
+ channel_id: 'channel-5307'
322
+ }
323
+ }]
324
+ },
325
+ {
326
+ description: 'Ondo US Dollar Yield',
327
+ denom_units: [{
328
+ denom: 'ibc/F772EFDE87436BD18C11FDB0CAD3F4B37B4F10193810EAC19BDF71D34FA0CF41',
329
+ exponent: 0,
330
+ aliases: ['ausdy']
331
+ }, {
332
+ denom: 'usdy',
333
+ exponent: 18
334
+ }],
335
+ base: 'ibc/F772EFDE87436BD18C11FDB0CAD3F4B37B4F10193810EAC19BDF71D34FA0CF41',
336
+ display: 'usdy',
337
+ name: 'Ondo US Dollar Yield',
338
+ symbol: 'USDY',
339
+ logo_URIs: {
340
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/usdy.png',
341
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/usdy.svg'
342
+ },
343
+ images: [{
344
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/usdy.png',
345
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/usdy.svg',
346
+ theme: {
347
+ primary_color_hex: '#142c5c'
348
+ }
349
+ }],
350
+ coingecko_id: 'ondo-us-dollar-yield',
351
+ socials: {
352
+ website: 'https://ondo.finance/usdy',
353
+ twitter: 'https://x.com/OndoFinance'
354
+ },
355
+ type_asset: 'sdk.coin',
356
+ traces: [{
357
+ type: 'ibc',
358
+ counterparty: {
359
+ channel_id: 'channel-150',
360
+ base_denom: 'ausdy',
361
+ chain_name: 'noble'
362
+ },
363
+ chain: {
364
+ channel_id: 'channel-5307'
365
+ }
366
+ }]
367
+ },
368
+ {
369
+ description: 'USDN token',
370
+ denom_units: [{
371
+ denom: 'ibc/D5C288C7A6E1463ABBD4F0758B0F61820EE9643F6AC556646BEC9827C18AA961',
372
+ exponent: 0,
373
+ aliases: ['uusdn']
374
+ }, {
375
+ denom: 'usdn',
376
+ exponent: 6
377
+ }],
378
+ type_asset: 'sdk.coin',
379
+ base: 'ibc/D5C288C7A6E1463ABBD4F0758B0F61820EE9643F6AC556646BEC9827C18AA961',
380
+ name: 'Noble Dollar',
381
+ display: 'usdn',
382
+ symbol: 'USDN',
383
+ logo_URIs: {
384
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.png',
385
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.svg'
386
+ },
387
+ images: [{
388
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.png',
389
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.svg',
390
+ theme: {
391
+ primary_color_hex: '#2E8564'
392
+ }
393
+ }],
394
+ traces: [{
395
+ type: 'ibc',
396
+ counterparty: {
397
+ channel_id: 'channel-150',
398
+ base_denom: 'uusdn',
399
+ chain_name: 'noble'
400
+ },
401
+ chain: {
402
+ channel_id: 'channel-5307'
403
+ }
404
+ }]
405
+ },
92
406
  {
93
407
  description: 'The native token of Osmosis',
94
408
  denom_units: [{