@chain-registry/assets 1.70.123 → 1.70.124

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 (92) hide show
  1. package/devnet/prysmdevnet.js +0 -210
  2. package/esm/devnet/prysmdevnet.js +0 -210
  3. package/esm/mainnet/axelar.js +130 -0
  4. package/esm/mainnet/mantrachain.js +86 -0
  5. package/esm/mainnet/noble.js +86 -0
  6. package/esm/mainnet/osmosis.js +2 -2
  7. package/esm/mainnet/routerchain.js +238 -0
  8. package/esm/testnet/akashtestnet.js +1 -150
  9. package/esm/testnet/archwaytestnet.js +0 -220
  10. package/esm/testnet/axelartestnet.js +0 -220
  11. package/esm/testnet/celestiatestnet3.js +0 -148
  12. package/esm/testnet/chain4energytestnet.js +1 -150
  13. package/esm/testnet/composabletestnet.js +3 -154
  14. package/esm/testnet/coreumtestnet.js +1 -150
  15. package/esm/testnet/cosmoshubtestnet.js +0 -220
  16. package/esm/testnet/doravotatestnet.js +1 -150
  17. package/esm/testnet/dydxtestnet.js +1 -71
  18. package/esm/testnet/empowertestnet.js +3 -222
  19. package/esm/testnet/impacthubtestnet.js +1 -150
  20. package/esm/testnet/injectivetestnet.js +0 -148
  21. package/esm/testnet/junotestnet.js +0 -148
  22. package/esm/testnet/kimanetworktestnet.js +1 -150
  23. package/esm/testnet/kujiratestnet.js +3 -78
  24. package/esm/testnet/kyvetestnet.js +1 -150
  25. package/esm/testnet/lavatestnet.js +1 -222
  26. package/esm/testnet/likecointestnet.js +1 -150
  27. package/esm/testnet/manifesttestnet.js +1 -222
  28. package/esm/testnet/mantrachaintestnet.js +0 -220
  29. package/esm/testnet/marstestnet.js +1 -150
  30. package/esm/testnet/neutrontestnet.js +0 -148
  31. package/esm/testnet/nobletestnet.js +0 -148
  32. package/esm/testnet/noistestnet.js +3 -146
  33. package/esm/testnet/nolustestnet.js +3 -154
  34. package/esm/testnet/osmosistestnet.js +0 -442
  35. package/esm/testnet/persistencetestnet2.js +3 -226
  36. package/esm/testnet/quicksilvertestnet.js +3 -154
  37. package/esm/testnet/sagatestnet.js +1 -222
  38. package/esm/testnet/sgetestnet.js +1 -150
  39. package/esm/testnet/stargazetestnet.js +0 -148
  40. package/esm/testnet/swisstroniktestnet.js +1 -150
  41. package/esm/testnet/symphonytestnet.js +3 -222
  42. package/esm/testnet/symphonytestnet3.js +3 -222
  43. package/esm/testnet/synternettestnet.js +1 -150
  44. package/esm/testnet/titannettestnet.js +1 -150
  45. package/esm/testnet/titantestnet.js +0 -288
  46. package/esm/testnet/xiontestnet.js +0 -292
  47. package/index.d.ts +1 -1
  48. package/mainnet/axelar.js +130 -0
  49. package/mainnet/mantrachain.js +86 -0
  50. package/mainnet/noble.js +86 -0
  51. package/mainnet/osmosis.js +2 -2
  52. package/mainnet/routerchain.js +238 -0
  53. package/package.json +5 -5
  54. package/testnet/akashtestnet.js +1 -150
  55. package/testnet/archwaytestnet.js +0 -220
  56. package/testnet/axelartestnet.js +0 -220
  57. package/testnet/celestiatestnet3.js +0 -148
  58. package/testnet/chain4energytestnet.js +1 -150
  59. package/testnet/composabletestnet.js +3 -154
  60. package/testnet/coreumtestnet.js +1 -150
  61. package/testnet/cosmoshubtestnet.js +0 -220
  62. package/testnet/doravotatestnet.js +1 -150
  63. package/testnet/dydxtestnet.js +1 -71
  64. package/testnet/empowertestnet.js +3 -222
  65. package/testnet/impacthubtestnet.js +1 -150
  66. package/testnet/injectivetestnet.js +0 -148
  67. package/testnet/junotestnet.js +0 -148
  68. package/testnet/kimanetworktestnet.js +1 -150
  69. package/testnet/kujiratestnet.js +3 -78
  70. package/testnet/kyvetestnet.js +1 -150
  71. package/testnet/lavatestnet.js +1 -222
  72. package/testnet/likecointestnet.js +1 -150
  73. package/testnet/manifesttestnet.js +1 -222
  74. package/testnet/mantrachaintestnet.js +0 -220
  75. package/testnet/marstestnet.js +1 -150
  76. package/testnet/neutrontestnet.js +0 -148
  77. package/testnet/nobletestnet.js +0 -148
  78. package/testnet/noistestnet.js +3 -146
  79. package/testnet/nolustestnet.js +3 -154
  80. package/testnet/osmosistestnet.js +0 -442
  81. package/testnet/persistencetestnet2.js +3 -226
  82. package/testnet/quicksilvertestnet.js +3 -154
  83. package/testnet/sagatestnet.js +1 -222
  84. package/testnet/sgetestnet.js +1 -150
  85. package/testnet/stargazetestnet.js +0 -148
  86. package/testnet/swisstroniktestnet.js +1 -150
  87. package/testnet/symphonytestnet.js +3 -222
  88. package/testnet/symphonytestnet3.js +3 -222
  89. package/testnet/synternettestnet.js +1 -150
  90. package/testnet/titannettestnet.js +1 -150
  91. package/testnet/titantestnet.js +0 -288
  92. package/testnet/xiontestnet.js +0 -292
@@ -1,6 +1,49 @@
1
1
  const assets = {
2
2
  chain_name: 'mantrachain',
3
3
  assets: [
4
+ {
5
+ description: 'Axelar is a decentralized interoperability network connecting multiple blockchain ecosystems, enabling seamless cross-chain communication and value transfer.',
6
+ denom_units: [{
7
+ denom: 'ibc/3E35008738AC049C9C1A1E37F785E947A8DAA9811B3EA3B25580664294056151',
8
+ exponent: 0,
9
+ aliases: ['uaxl']
10
+ }, {
11
+ denom: 'axl',
12
+ exponent: 6
13
+ }],
14
+ base: 'ibc/3E35008738AC049C9C1A1E37F785E947A8DAA9811B3EA3B25580664294056151',
15
+ name: 'Axelar',
16
+ display: 'axl',
17
+ symbol: 'AXL',
18
+ logo_URIs: {
19
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/axl.png',
20
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/axl.svg'
21
+ },
22
+ coingecko_id: 'axelar',
23
+ images: [{
24
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/axl.png',
25
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/axl.svg',
26
+ theme: {
27
+ primary_color_hex: '#040404'
28
+ }
29
+ }],
30
+ socials: {
31
+ website: 'https://axelar.network/',
32
+ twitter: 'https://twitter.com/axelarnetwork'
33
+ },
34
+ type_asset: 'sdk.coin',
35
+ traces: [{
36
+ type: 'ibc',
37
+ counterparty: {
38
+ channel_id: 'channel-170',
39
+ base_denom: 'uaxl',
40
+ chain_name: 'axelar'
41
+ },
42
+ chain: {
43
+ channel_id: 'channel-6'
44
+ }
45
+ }]
46
+ },
4
47
  {
5
48
  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
49
  denom_units: [{
@@ -324,6 +367,49 @@ const assets = {
324
367
  }
325
368
  }]
326
369
  },
370
+ {
371
+ description: 'Axelar is a decentralized interoperability network connecting multiple blockchain ecosystems, enabling seamless cross-chain communication and value transfer.',
372
+ denom_units: [{
373
+ denom: 'ibc/3E35008738AC049C9C1A1E37F785E947A8DAA9811B3EA3B25580664294056151',
374
+ exponent: 0,
375
+ aliases: ['uaxl']
376
+ }, {
377
+ denom: 'axl',
378
+ exponent: 6
379
+ }],
380
+ base: 'ibc/3E35008738AC049C9C1A1E37F785E947A8DAA9811B3EA3B25580664294056151',
381
+ name: 'Axelar',
382
+ display: 'axl',
383
+ symbol: 'AXL',
384
+ logo_URIs: {
385
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/axl.png',
386
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/axl.svg'
387
+ },
388
+ coingecko_id: 'axelar',
389
+ images: [{
390
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/axl.png',
391
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/axl.svg',
392
+ theme: {
393
+ primary_color_hex: '#040404'
394
+ }
395
+ }],
396
+ socials: {
397
+ website: 'https://axelar.network/',
398
+ twitter: 'https://twitter.com/axelarnetwork'
399
+ },
400
+ type_asset: 'sdk.coin',
401
+ traces: [{
402
+ type: 'ibc',
403
+ counterparty: {
404
+ channel_id: 'channel-170',
405
+ base_denom: 'uaxl',
406
+ chain_name: 'axelar'
407
+ },
408
+ chain: {
409
+ channel_id: 'channel-6'
410
+ }
411
+ }]
412
+ },
327
413
  {
328
414
  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
415
  denom_units: [{
@@ -9446,6 +9446,49 @@ const assets = {
9446
9446
  }
9447
9447
  }]
9448
9448
  },
9449
+ {
9450
+ description: 'The native token of Router Chain',
9451
+ denom_units: [{
9452
+ denom: 'ibc/E4904724D95BB5FCA3423F0CBDE13CE8B26945F422BD0F044227DE93542005E5',
9453
+ exponent: 0,
9454
+ aliases: ['route']
9455
+ }, {
9456
+ denom: 'ROUTE',
9457
+ exponent: 18
9458
+ }],
9459
+ base: 'ibc/E4904724D95BB5FCA3423F0CBDE13CE8B26945F422BD0F044227DE93542005E5',
9460
+ name: 'Router Chain',
9461
+ display: 'ROUTE',
9462
+ symbol: 'ROUTE',
9463
+ coingecko_id: 'router-protocol-2',
9464
+ logo_URIs: {
9465
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/routerchain/images/router.png',
9466
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/routerchain/images/router.svg'
9467
+ },
9468
+ images: [{
9469
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/routerchain/images/router.svg',
9470
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/routerchain/images/router.png',
9471
+ theme: {
9472
+ primary_color_hex: '#cb0766'
9473
+ }
9474
+ }],
9475
+ socials: {
9476
+ website: 'https://www.routerprotocol.com/',
9477
+ twitter: 'https://x.com/routerprotocol'
9478
+ },
9479
+ type_asset: 'sdk.coin',
9480
+ traces: [{
9481
+ type: 'ibc',
9482
+ counterparty: {
9483
+ channel_id: 'channel-13',
9484
+ base_denom: 'route',
9485
+ chain_name: 'routerchain'
9486
+ },
9487
+ chain: {
9488
+ channel_id: 'channel-119'
9489
+ }
9490
+ }]
9491
+ },
9449
9492
  {
9450
9493
  description: 'Secret Network is a privacy-focused blockchain that enables private and secure smart contracts, protecting sensitive data.',
9451
9494
  denom_units: [{
@@ -14629,6 +14672,49 @@ const assets = {
14629
14672
  }
14630
14673
  }]
14631
14674
  },
14675
+ {
14676
+ description: 'The native token of Router Chain',
14677
+ denom_units: [{
14678
+ denom: 'ibc/E4904724D95BB5FCA3423F0CBDE13CE8B26945F422BD0F044227DE93542005E5',
14679
+ exponent: 0,
14680
+ aliases: ['route']
14681
+ }, {
14682
+ denom: 'ROUTE',
14683
+ exponent: 18
14684
+ }],
14685
+ base: 'ibc/E4904724D95BB5FCA3423F0CBDE13CE8B26945F422BD0F044227DE93542005E5',
14686
+ name: 'Router Chain',
14687
+ display: 'ROUTE',
14688
+ symbol: 'ROUTE',
14689
+ coingecko_id: 'router-protocol-2',
14690
+ logo_URIs: {
14691
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/routerchain/images/router.png',
14692
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/routerchain/images/router.svg'
14693
+ },
14694
+ images: [{
14695
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/routerchain/images/router.svg',
14696
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/routerchain/images/router.png',
14697
+ theme: {
14698
+ primary_color_hex: '#cb0766'
14699
+ }
14700
+ }],
14701
+ socials: {
14702
+ website: 'https://www.routerprotocol.com/',
14703
+ twitter: 'https://x.com/routerprotocol'
14704
+ },
14705
+ type_asset: 'sdk.coin',
14706
+ traces: [{
14707
+ type: 'ibc',
14708
+ counterparty: {
14709
+ channel_id: 'channel-13',
14710
+ base_denom: 'route',
14711
+ chain_name: 'routerchain'
14712
+ },
14713
+ chain: {
14714
+ channel_id: 'channel-119'
14715
+ }
14716
+ }]
14717
+ },
14632
14718
  {
14633
14719
  description: 'Secret Network is a privacy-focused blockchain that enables private and secure smart contracts, protecting sensitive data.',
14634
14720
  denom_units: [{
@@ -4196,6 +4196,7 @@ const assets = {
4196
4196
  denom: 'KIMA',
4197
4197
  exponent: 6
4198
4198
  }],
4199
+ type_asset: 'sdk.coin',
4199
4200
  base: 'ibc/629B5691DE993DCD07AA1B0587AD52A7FA4E8F28B77DE15BCBDF936CA6F76E6C',
4200
4201
  name: 'KIMA',
4201
4202
  display: 'KIMA',
@@ -4215,7 +4216,6 @@ const assets = {
4215
4216
  twitter: 'https://x.com/KimaNetwork',
4216
4217
  website: 'https://www.kima.network/'
4217
4218
  },
4218
- type_asset: 'sdk.coin',
4219
4219
  traces: [{
4220
4220
  type: 'ibc',
4221
4221
  counterparty: {
@@ -10235,6 +10235,7 @@ const assets = {
10235
10235
  denom: 'KIMA',
10236
10236
  exponent: 6
10237
10237
  }],
10238
+ type_asset: 'sdk.coin',
10238
10239
  base: 'ibc/629B5691DE993DCD07AA1B0587AD52A7FA4E8F28B77DE15BCBDF936CA6F76E6C',
10239
10240
  name: 'KIMA',
10240
10241
  display: 'KIMA',
@@ -10254,7 +10255,6 @@ const assets = {
10254
10255
  twitter: 'https://x.com/KimaNetwork',
10255
10256
  website: 'https://www.kima.network/'
10256
10257
  },
10257
- type_asset: 'sdk.coin',
10258
10258
  traces: [{
10259
10259
  type: 'ibc',
10260
10260
  counterparty: {
@@ -1,6 +1,125 @@
1
1
  const assets = {
2
2
  chain_name: 'routerchain',
3
3
  assets: [
4
+ {
5
+ description: 'The permissioned staking asset for Noble Chain',
6
+ denom_units: [{
7
+ denom: 'ibc/C893E667537D6092041E97EDDF2DB1A80DE655088A1712DE97F3F2671865B09B',
8
+ exponent: 0,
9
+ aliases: ['ustake']
10
+ }, {
11
+ denom: 'stake',
12
+ exponent: 6
13
+ }],
14
+ type_asset: 'sdk.coin',
15
+ base: 'ibc/C893E667537D6092041E97EDDF2DB1A80DE655088A1712DE97F3F2671865B09B',
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-119',
34
+ base_denom: 'ustake',
35
+ chain_name: 'noble'
36
+ },
37
+ chain: {
38
+ channel_id: 'channel-13'
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/106646E5C4987CA36DED12F11D0084D3841A6D695226084F6E2379B3DDE0A5E1',
46
+ exponent: 0,
47
+ aliases: ['ufrienzies']
48
+ }, {
49
+ denom: 'frienzies',
50
+ exponent: 6
51
+ }],
52
+ type_asset: 'sdk.coin',
53
+ base: 'ibc/106646E5C4987CA36DED12F11D0084D3841A6D695226084F6E2379B3DDE0A5E1',
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-119',
72
+ base_denom: 'ufrienzies',
73
+ chain_name: 'noble'
74
+ },
75
+ chain: {
76
+ channel_id: 'channel-13'
77
+ }
78
+ }]
79
+ },
80
+ {
81
+ description: 'Ondo US Dollar Yield',
82
+ denom_units: [{
83
+ denom: 'ibc/A9D16244A6E4CA113EB065732F3BDE5529557BA367F645FE50C2B12A96395CBA',
84
+ exponent: 0,
85
+ aliases: ['ausdy']
86
+ }, {
87
+ denom: 'usdy',
88
+ exponent: 18
89
+ }],
90
+ base: 'ibc/A9D16244A6E4CA113EB065732F3BDE5529557BA367F645FE50C2B12A96395CBA',
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-119',
115
+ base_denom: 'ausdy',
116
+ chain_name: 'noble'
117
+ },
118
+ chain: {
119
+ channel_id: 'channel-13'
120
+ }
121
+ }]
122
+ },
4
123
  {
5
124
  description: 'The native token of Osmosis',
6
125
  denom_units: [{
@@ -89,6 +208,125 @@ const assets = {
89
208
  }
90
209
  }]
91
210
  },
211
+ {
212
+ description: 'The permissioned staking asset for Noble Chain',
213
+ denom_units: [{
214
+ denom: 'ibc/C893E667537D6092041E97EDDF2DB1A80DE655088A1712DE97F3F2671865B09B',
215
+ exponent: 0,
216
+ aliases: ['ustake']
217
+ }, {
218
+ denom: 'stake',
219
+ exponent: 6
220
+ }],
221
+ type_asset: 'sdk.coin',
222
+ base: 'ibc/C893E667537D6092041E97EDDF2DB1A80DE655088A1712DE97F3F2671865B09B',
223
+ name: 'Stake',
224
+ display: 'stake',
225
+ symbol: 'STAKE',
226
+ logo_URIs: {
227
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/stake.png',
228
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/stake.svg'
229
+ },
230
+ images: [{
231
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/stake.png',
232
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/stake.svg',
233
+ theme: {
234
+ primary_color_hex: '#a8bbfb'
235
+ }
236
+ }],
237
+ traces: [{
238
+ type: 'ibc',
239
+ counterparty: {
240
+ channel_id: 'channel-119',
241
+ base_denom: 'ustake',
242
+ chain_name: 'noble'
243
+ },
244
+ chain: {
245
+ channel_id: 'channel-13'
246
+ }
247
+ }]
248
+ },
249
+ {
250
+ description: 'Frienzies are an IBC token redeemable exclusively for a physical asset issued by the Noble entity.',
251
+ denom_units: [{
252
+ denom: 'ibc/106646E5C4987CA36DED12F11D0084D3841A6D695226084F6E2379B3DDE0A5E1',
253
+ exponent: 0,
254
+ aliases: ['ufrienzies']
255
+ }, {
256
+ denom: 'frienzies',
257
+ exponent: 6
258
+ }],
259
+ type_asset: 'sdk.coin',
260
+ base: 'ibc/106646E5C4987CA36DED12F11D0084D3841A6D695226084F6E2379B3DDE0A5E1',
261
+ display: 'frienzies',
262
+ name: 'Frienzies',
263
+ symbol: 'FRNZ',
264
+ logo_URIs: {
265
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/frnz.png',
266
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/frnz.svg'
267
+ },
268
+ images: [{
269
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/frnz.png',
270
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/frnz.svg',
271
+ theme: {
272
+ primary_color_hex: '#04041c'
273
+ }
274
+ }],
275
+ traces: [{
276
+ type: 'ibc',
277
+ counterparty: {
278
+ channel_id: 'channel-119',
279
+ base_denom: 'ufrienzies',
280
+ chain_name: 'noble'
281
+ },
282
+ chain: {
283
+ channel_id: 'channel-13'
284
+ }
285
+ }]
286
+ },
287
+ {
288
+ description: 'Ondo US Dollar Yield',
289
+ denom_units: [{
290
+ denom: 'ibc/A9D16244A6E4CA113EB065732F3BDE5529557BA367F645FE50C2B12A96395CBA',
291
+ exponent: 0,
292
+ aliases: ['ausdy']
293
+ }, {
294
+ denom: 'usdy',
295
+ exponent: 18
296
+ }],
297
+ base: 'ibc/A9D16244A6E4CA113EB065732F3BDE5529557BA367F645FE50C2B12A96395CBA',
298
+ display: 'usdy',
299
+ name: 'Ondo US Dollar Yield',
300
+ symbol: 'USDY',
301
+ logo_URIs: {
302
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/usdy.png',
303
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/usdy.svg'
304
+ },
305
+ images: [{
306
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/usdy.png',
307
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/usdy.svg',
308
+ theme: {
309
+ primary_color_hex: '#142c5c'
310
+ }
311
+ }],
312
+ coingecko_id: 'ondo-us-dollar-yield',
313
+ socials: {
314
+ website: 'https://ondo.finance/usdy',
315
+ twitter: 'https://x.com/OndoFinance'
316
+ },
317
+ type_asset: 'sdk.coin',
318
+ traces: [{
319
+ type: 'ibc',
320
+ counterparty: {
321
+ channel_id: 'channel-119',
322
+ base_denom: 'ausdy',
323
+ chain_name: 'noble'
324
+ },
325
+ chain: {
326
+ channel_id: 'channel-13'
327
+ }
328
+ }]
329
+ },
92
330
  {
93
331
  description: 'The native token of Osmosis',
94
332
  denom_units: [{
@@ -1,154 +1,5 @@
1
1
  const assets = {
2
2
  chain_name: 'akashtestnet',
3
- assets: [
4
- {
5
- description: 'The native token of Osmosis',
6
- denom_units: [{
7
- denom: 'ibc/646315E3B0461F5FA4C5C8968A88FC45D4D5D04A45B98F1B8294DD82F386DD85',
8
- exponent: 0,
9
- aliases: ['uosmo']
10
- }, {
11
- denom: 'osmo',
12
- exponent: 6,
13
- aliases: []
14
- }],
15
- type_asset: 'sdk.coin',
16
- base: 'ibc/646315E3B0461F5FA4C5C8968A88FC45D4D5D04A45B98F1B8294DD82F386DD85',
17
- name: 'Osmosis Testnet',
18
- display: 'osmo',
19
- symbol: 'OSMO',
20
- logo_URIs: {
21
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
22
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
23
- },
24
- images: [{
25
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
26
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
27
- }],
28
- coingecko_id: 'osmosis',
29
- keywords: ['dex', 'staking'],
30
- traces: [{
31
- type: 'ibc',
32
- counterparty: {
33
- channel_id: 'channel-4171',
34
- base_denom: 'uosmo',
35
- chain_name: 'osmosistestnet'
36
- },
37
- chain: {
38
- channel_id: 'channel-6'
39
- }
40
- }]
41
- },
42
- {
43
- denom_units: [{
44
- denom: 'ibc/69B4810E989B56FC6CA41F395228236FA7E7F59B9A3B7AF3FB0A344361C38389',
45
- exponent: 0,
46
- aliases: ['uion']
47
- }, {
48
- denom: 'ion',
49
- exponent: 6
50
- }],
51
- type_asset: 'sdk.coin',
52
- base: 'ibc/69B4810E989B56FC6CA41F395228236FA7E7F59B9A3B7AF3FB0A344361C38389',
53
- name: 'Ion',
54
- display: 'ion',
55
- symbol: 'ION',
56
- logo_URIs: {
57
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
58
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg'
59
- },
60
- images: [{
61
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
62
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg'
63
- }],
64
- coingecko_id: 'ion',
65
- keywords: ['memecoin'],
66
- traces: [{
67
- type: 'ibc',
68
- counterparty: {
69
- channel_id: 'channel-4171',
70
- base_denom: 'uion',
71
- chain_name: 'osmosistestnet'
72
- },
73
- chain: {
74
- channel_id: 'channel-6'
75
- }
76
- }]
77
- },
78
- {
79
- description: 'The native token of Osmosis',
80
- denom_units: [{
81
- denom: 'ibc/646315E3B0461F5FA4C5C8968A88FC45D4D5D04A45B98F1B8294DD82F386DD85',
82
- exponent: 0,
83
- aliases: ['uosmo']
84
- }, {
85
- denom: 'osmo',
86
- exponent: 6,
87
- aliases: []
88
- }],
89
- type_asset: 'sdk.coin',
90
- base: 'ibc/646315E3B0461F5FA4C5C8968A88FC45D4D5D04A45B98F1B8294DD82F386DD85',
91
- name: 'Osmosis Testnet',
92
- display: 'osmo',
93
- symbol: 'OSMO',
94
- logo_URIs: {
95
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
96
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
97
- },
98
- images: [{
99
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
100
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
101
- }],
102
- coingecko_id: 'osmosis',
103
- keywords: ['dex', 'staking'],
104
- traces: [{
105
- type: 'ibc',
106
- counterparty: {
107
- channel_id: 'channel-4171',
108
- base_denom: 'uosmo',
109
- chain_name: 'osmosistestnet'
110
- },
111
- chain: {
112
- channel_id: 'channel-6'
113
- }
114
- }]
115
- },
116
- {
117
- denom_units: [{
118
- denom: 'ibc/69B4810E989B56FC6CA41F395228236FA7E7F59B9A3B7AF3FB0A344361C38389',
119
- exponent: 0,
120
- aliases: ['uion']
121
- }, {
122
- denom: 'ion',
123
- exponent: 6
124
- }],
125
- type_asset: 'sdk.coin',
126
- base: 'ibc/69B4810E989B56FC6CA41F395228236FA7E7F59B9A3B7AF3FB0A344361C38389',
127
- name: 'Ion',
128
- display: 'ion',
129
- symbol: 'ION',
130
- logo_URIs: {
131
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
132
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg'
133
- },
134
- images: [{
135
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
136
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg'
137
- }],
138
- coingecko_id: 'ion',
139
- keywords: ['memecoin'],
140
- traces: [{
141
- type: 'ibc',
142
- counterparty: {
143
- channel_id: 'channel-4171',
144
- base_denom: 'uion',
145
- chain_name: 'osmosistestnet'
146
- },
147
- chain: {
148
- channel_id: 'channel-6'
149
- }
150
- }]
151
- }
152
- ]
3
+ assets: []
153
4
  };
154
5
  export default assets;