@chain-registry/assets 1.64.29 → 1.64.31

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 (69) hide show
  1. package/esm/mainnet/agoric.js +8 -0
  2. package/esm/mainnet/archway.js +8 -0
  3. package/esm/mainnet/aura.js +8 -0
  4. package/esm/mainnet/coreum.js +8 -0
  5. package/esm/mainnet/cosmoshub.js +8 -0
  6. package/esm/mainnet/crescent.js +8 -0
  7. package/esm/mainnet/dydx.js +8 -0
  8. package/esm/mainnet/dymension.js +8 -0
  9. package/esm/mainnet/evmos.js +8 -0
  10. package/esm/mainnet/furya.js +8 -0
  11. package/esm/mainnet/haqq.js +8 -0
  12. package/esm/mainnet/impacthub.js +8 -0
  13. package/esm/mainnet/injective.js +8 -0
  14. package/esm/mainnet/joltify.js +8 -0
  15. package/esm/mainnet/juno.js +8 -0
  16. package/esm/mainnet/kujira.js +8 -0
  17. package/esm/mainnet/migaloo.js +8 -0
  18. package/esm/mainnet/neutron.js +8 -0
  19. package/esm/mainnet/nibiru.js +8 -0
  20. package/esm/mainnet/omniflixhub.js +8 -0
  21. package/esm/mainnet/onex.js +8 -0
  22. package/esm/mainnet/osmosis.js +8 -0
  23. package/esm/mainnet/persistence.js +8 -0
  24. package/esm/mainnet/planq.js +8 -0
  25. package/esm/mainnet/provenance.js +8 -0
  26. package/esm/mainnet/pryzm.js +8 -0
  27. package/esm/mainnet/regen.js +8 -0
  28. package/esm/mainnet/secretnetwork.js +8 -0
  29. package/esm/mainnet/sei.js +8 -0
  30. package/esm/mainnet/shido.js +8 -0
  31. package/esm/mainnet/stargaze.js +8 -0
  32. package/esm/mainnet/teritori.js +8 -0
  33. package/esm/mainnet/terra2.js +8 -0
  34. package/esm/mainnet/umee.js +8 -0
  35. package/mainnet/agoric.js +8 -0
  36. package/mainnet/archway.js +8 -0
  37. package/mainnet/aura.js +8 -0
  38. package/mainnet/coreum.js +8 -0
  39. package/mainnet/cosmoshub.js +8 -0
  40. package/mainnet/crescent.js +8 -0
  41. package/mainnet/dydx.js +8 -0
  42. package/mainnet/dymension.js +8 -0
  43. package/mainnet/evmos.js +8 -0
  44. package/mainnet/furya.js +8 -0
  45. package/mainnet/haqq.js +8 -0
  46. package/mainnet/impacthub.js +8 -0
  47. package/mainnet/injective.js +8 -0
  48. package/mainnet/joltify.js +8 -0
  49. package/mainnet/juno.js +8 -0
  50. package/mainnet/kujira.js +8 -0
  51. package/mainnet/migaloo.js +8 -0
  52. package/mainnet/neutron.js +8 -0
  53. package/mainnet/nibiru.js +8 -0
  54. package/mainnet/omniflixhub.js +8 -0
  55. package/mainnet/onex.js +8 -0
  56. package/mainnet/osmosis.js +8 -0
  57. package/mainnet/persistence.js +8 -0
  58. package/mainnet/planq.js +8 -0
  59. package/mainnet/provenance.js +8 -0
  60. package/mainnet/pryzm.js +8 -0
  61. package/mainnet/regen.js +8 -0
  62. package/mainnet/secretnetwork.js +8 -0
  63. package/mainnet/sei.js +8 -0
  64. package/mainnet/shido.js +8 -0
  65. package/mainnet/stargaze.js +8 -0
  66. package/mainnet/teritori.js +8 -0
  67. package/mainnet/terra2.js +8 -0
  68. package/mainnet/umee.js +8 -0
  69. package/package.json +5 -5
@@ -142,6 +142,10 @@ const assets = {
142
142
  primary_color_hex: '#142c5c'
143
143
  }
144
144
  }],
145
+ socials: {
146
+ website: 'https://ondo.finance/usdy',
147
+ twitter: 'https://x.com/OndoFinance'
148
+ },
145
149
  traces: [{
146
150
  type: 'ibc',
147
151
  counterparty: {
@@ -383,6 +387,10 @@ const assets = {
383
387
  primary_color_hex: '#142c5c'
384
388
  }
385
389
  }],
390
+ socials: {
391
+ website: 'https://ondo.finance/usdy',
392
+ twitter: 'https://x.com/OndoFinance'
393
+ },
386
394
  traces: [{
387
395
  type: 'ibc',
388
396
  counterparty: {
@@ -1023,6 +1023,10 @@ const assets = {
1023
1023
  primary_color_hex: '#142c5c'
1024
1024
  }
1025
1025
  }],
1026
+ socials: {
1027
+ website: 'https://ondo.finance/usdy',
1028
+ twitter: 'https://x.com/OndoFinance'
1029
+ },
1026
1030
  traces: [{
1027
1031
  type: 'ibc',
1028
1032
  counterparty: {
@@ -2313,6 +2317,10 @@ const assets = {
2313
2317
  primary_color_hex: '#142c5c'
2314
2318
  }
2315
2319
  }],
2320
+ socials: {
2321
+ website: 'https://ondo.finance/usdy',
2322
+ twitter: 'https://x.com/OndoFinance'
2323
+ },
2316
2324
  traces: [{
2317
2325
  type: 'ibc',
2318
2326
  counterparty: {
@@ -184,6 +184,10 @@ const assets = {
184
184
  primary_color_hex: '#142c5c'
185
185
  }
186
186
  }],
187
+ socials: {
188
+ website: 'https://ondo.finance/usdy',
189
+ twitter: 'https://x.com/OndoFinance'
190
+ },
187
191
  traces: [{
188
192
  type: 'ibc',
189
193
  counterparty: {
@@ -509,6 +513,10 @@ const assets = {
509
513
  primary_color_hex: '#142c5c'
510
514
  }
511
515
  }],
516
+ socials: {
517
+ website: 'https://ondo.finance/usdy',
518
+ twitter: 'https://x.com/OndoFinance'
519
+ },
512
520
  traces: [{
513
521
  type: 'ibc',
514
522
  counterparty: {
@@ -1731,6 +1731,10 @@ const assets = {
1731
1731
  primary_color_hex: '#142c5c'
1732
1732
  }
1733
1733
  }],
1734
+ socials: {
1735
+ website: 'https://ondo.finance/usdy',
1736
+ twitter: 'https://x.com/OndoFinance'
1737
+ },
1734
1738
  traces: [{
1735
1739
  type: 'ibc',
1736
1740
  counterparty: {
@@ -4817,6 +4821,10 @@ const assets = {
4817
4821
  primary_color_hex: '#142c5c'
4818
4822
  }
4819
4823
  }],
4824
+ socials: {
4825
+ website: 'https://ondo.finance/usdy',
4826
+ twitter: 'https://x.com/OndoFinance'
4827
+ },
4820
4828
  traces: [{
4821
4829
  type: 'ibc',
4822
4830
  counterparty: {
@@ -987,6 +987,10 @@ const assets = {
987
987
  primary_color_hex: '#142c5c'
988
988
  }
989
989
  }],
990
+ socials: {
991
+ website: 'https://ondo.finance/usdy',
992
+ twitter: 'https://x.com/OndoFinance'
993
+ },
990
994
  traces: [{
991
995
  type: 'ibc',
992
996
  counterparty: {
@@ -2320,6 +2324,10 @@ const assets = {
2320
2324
  primary_color_hex: '#142c5c'
2321
2325
  }
2322
2326
  }],
2327
+ socials: {
2328
+ website: 'https://ondo.finance/usdy',
2329
+ twitter: 'https://x.com/OndoFinance'
2330
+ },
2323
2331
  traces: [{
2324
2332
  type: 'ibc',
2325
2333
  counterparty: {
package/mainnet/agoric.js CHANGED
@@ -556,6 +556,10 @@ const assets = {
556
556
  primary_color_hex: '#142c5c'
557
557
  }
558
558
  }],
559
+ socials: {
560
+ website: 'https://ondo.finance/usdy',
561
+ twitter: 'https://x.com/OndoFinance'
562
+ },
559
563
  traces: [{
560
564
  type: 'ibc',
561
565
  counterparty: {
@@ -1415,6 +1419,10 @@ const assets = {
1415
1419
  primary_color_hex: '#142c5c'
1416
1420
  }
1417
1421
  }],
1422
+ socials: {
1423
+ website: 'https://ondo.finance/usdy',
1424
+ twitter: 'https://x.com/OndoFinance'
1425
+ },
1418
1426
  traces: [{
1419
1427
  type: 'ibc',
1420
1428
  counterparty: {
@@ -1018,6 +1018,10 @@ const assets = {
1018
1018
  primary_color_hex: '#142c5c'
1019
1019
  }
1020
1020
  }],
1021
+ socials: {
1022
+ website: 'https://ondo.finance/usdy',
1023
+ twitter: 'https://x.com/OndoFinance'
1024
+ },
1021
1025
  traces: [{
1022
1026
  type: 'ibc',
1023
1027
  counterparty: {
@@ -2225,6 +2229,10 @@ const assets = {
2225
2229
  primary_color_hex: '#142c5c'
2226
2230
  }
2227
2231
  }],
2232
+ socials: {
2233
+ website: 'https://ondo.finance/usdy',
2234
+ twitter: 'https://x.com/OndoFinance'
2235
+ },
2228
2236
  traces: [{
2229
2237
  type: 'ibc',
2230
2238
  counterparty: {
package/mainnet/aura.js CHANGED
@@ -385,6 +385,10 @@ const assets = {
385
385
  primary_color_hex: '#142c5c'
386
386
  }
387
387
  }],
388
+ socials: {
389
+ website: 'https://ondo.finance/usdy',
390
+ twitter: 'https://x.com/OndoFinance'
391
+ },
388
392
  traces: [{
389
393
  type: 'ibc',
390
394
  counterparty: {
@@ -952,6 +956,10 @@ const assets = {
952
956
  primary_color_hex: '#142c5c'
953
957
  }
954
958
  }],
959
+ socials: {
960
+ website: 'https://ondo.finance/usdy',
961
+ twitter: 'https://x.com/OndoFinance'
962
+ },
955
963
  traces: [{
956
964
  type: 'ibc',
957
965
  counterparty: {
package/mainnet/coreum.js CHANGED
@@ -840,6 +840,10 @@ const assets = {
840
840
  primary_color_hex: '#142c5c'
841
841
  }
842
842
  }],
843
+ socials: {
844
+ website: 'https://ondo.finance/usdy',
845
+ twitter: 'https://x.com/OndoFinance'
846
+ },
843
847
  traces: [{
844
848
  type: 'ibc',
845
849
  counterparty: {
@@ -1651,6 +1655,10 @@ const assets = {
1651
1655
  primary_color_hex: '#142c5c'
1652
1656
  }
1653
1657
  }],
1658
+ socials: {
1659
+ website: 'https://ondo.finance/usdy',
1660
+ twitter: 'https://x.com/OndoFinance'
1661
+ },
1654
1662
  traces: [{
1655
1663
  type: 'ibc',
1656
1664
  counterparty: {
@@ -3172,6 +3172,10 @@ const assets = {
3172
3172
  primary_color_hex: '#142c5c'
3173
3173
  }
3174
3174
  }],
3175
+ socials: {
3176
+ website: 'https://ondo.finance/usdy',
3177
+ twitter: 'https://x.com/OndoFinance'
3178
+ },
3175
3179
  traces: [{
3176
3180
  type: 'ibc',
3177
3181
  counterparty: {
@@ -6062,6 +6066,10 @@ const assets = {
6062
6066
  primary_color_hex: '#142c5c'
6063
6067
  }
6064
6068
  }],
6069
+ socials: {
6070
+ website: 'https://ondo.finance/usdy',
6071
+ twitter: 'https://x.com/OndoFinance'
6072
+ },
6065
6073
  traces: [{
6066
6074
  type: 'ibc',
6067
6075
  counterparty: {
@@ -1461,6 +1461,10 @@ const assets = {
1461
1461
  primary_color_hex: '#142c5c'
1462
1462
  }
1463
1463
  }],
1464
+ socials: {
1465
+ website: 'https://ondo.finance/usdy',
1466
+ twitter: 'https://x.com/OndoFinance'
1467
+ },
1464
1468
  traces: [{
1465
1469
  type: 'ibc',
1466
1470
  counterparty: {
@@ -3723,6 +3727,10 @@ const assets = {
3723
3727
  primary_color_hex: '#142c5c'
3724
3728
  }
3725
3729
  }],
3730
+ socials: {
3731
+ website: 'https://ondo.finance/usdy',
3732
+ twitter: 'https://x.com/OndoFinance'
3733
+ },
3726
3734
  traces: [{
3727
3735
  type: 'ibc',
3728
3736
  counterparty: {
package/mainnet/dydx.js CHANGED
@@ -827,6 +827,10 @@ const assets = {
827
827
  primary_color_hex: '#142c5c'
828
828
  }
829
829
  }],
830
+ socials: {
831
+ website: 'https://ondo.finance/usdy',
832
+ twitter: 'https://x.com/OndoFinance'
833
+ },
830
834
  traces: [{
831
835
  type: 'ibc',
832
836
  counterparty: {
@@ -1741,6 +1745,10 @@ const assets = {
1741
1745
  primary_color_hex: '#142c5c'
1742
1746
  }
1743
1747
  }],
1748
+ socials: {
1749
+ website: 'https://ondo.finance/usdy',
1750
+ twitter: 'https://x.com/OndoFinance'
1751
+ },
1744
1752
  traces: [{
1745
1753
  type: 'ibc',
1746
1754
  counterparty: {
@@ -1090,6 +1090,10 @@ const assets = {
1090
1090
  primary_color_hex: '#142c5c'
1091
1091
  }
1092
1092
  }],
1093
+ socials: {
1094
+ website: 'https://ondo.finance/usdy',
1095
+ twitter: 'https://x.com/OndoFinance'
1096
+ },
1093
1097
  traces: [{
1094
1098
  type: 'ibc',
1095
1099
  counterparty: {
@@ -2011,6 +2015,10 @@ const assets = {
2011
2015
  primary_color_hex: '#142c5c'
2012
2016
  }
2013
2017
  }],
2018
+ socials: {
2019
+ website: 'https://ondo.finance/usdy',
2020
+ twitter: 'https://x.com/OndoFinance'
2021
+ },
2014
2022
  traces: [{
2015
2023
  type: 'ibc',
2016
2024
  counterparty: {
package/mainnet/evmos.js CHANGED
@@ -2117,6 +2117,10 @@ const assets = {
2117
2117
  primary_color_hex: '#142c5c'
2118
2118
  }
2119
2119
  }],
2120
+ socials: {
2121
+ website: 'https://ondo.finance/usdy',
2122
+ twitter: 'https://x.com/OndoFinance'
2123
+ },
2120
2124
  traces: [{
2121
2125
  type: 'ibc',
2122
2126
  counterparty: {
@@ -3089,6 +3093,10 @@ const assets = {
3089
3093
  primary_color_hex: '#142c5c'
3090
3094
  }
3091
3095
  }],
3096
+ socials: {
3097
+ website: 'https://ondo.finance/usdy',
3098
+ twitter: 'https://x.com/OndoFinance'
3099
+ },
3092
3100
  traces: [{
3093
3101
  type: 'ibc',
3094
3102
  counterparty: {
package/mainnet/furya.js CHANGED
@@ -186,6 +186,10 @@ const assets = {
186
186
  primary_color_hex: '#142c5c'
187
187
  }
188
188
  }],
189
+ socials: {
190
+ website: 'https://ondo.finance/usdy',
191
+ twitter: 'https://x.com/OndoFinance'
192
+ },
189
193
  traces: [{
190
194
  type: 'ibc',
191
195
  counterparty: {
@@ -511,6 +515,10 @@ const assets = {
511
515
  primary_color_hex: '#142c5c'
512
516
  }
513
517
  }],
518
+ socials: {
519
+ website: 'https://ondo.finance/usdy',
520
+ twitter: 'https://x.com/OndoFinance'
521
+ },
514
522
  traces: [{
515
523
  type: 'ibc',
516
524
  counterparty: {
package/mainnet/haqq.js CHANGED
@@ -553,6 +553,10 @@ const assets = {
553
553
  primary_color_hex: '#142c5c'
554
554
  }
555
555
  }],
556
+ socials: {
557
+ website: 'https://ondo.finance/usdy',
558
+ twitter: 'https://x.com/OndoFinance'
559
+ },
556
560
  traces: [{
557
561
  type: 'ibc',
558
562
  counterparty: {
@@ -993,6 +997,10 @@ const assets = {
993
997
  primary_color_hex: '#142c5c'
994
998
  }
995
999
  }],
1000
+ socials: {
1001
+ website: 'https://ondo.finance/usdy',
1002
+ twitter: 'https://x.com/OndoFinance'
1003
+ },
996
1004
  traces: [{
997
1005
  type: 'ibc',
998
1006
  counterparty: {
@@ -270,6 +270,10 @@ const assets = {
270
270
  primary_color_hex: '#142c5c'
271
271
  }
272
272
  }],
273
+ socials: {
274
+ website: 'https://ondo.finance/usdy',
275
+ twitter: 'https://x.com/OndoFinance'
276
+ },
273
277
  traces: [{
274
278
  type: 'ibc',
275
279
  counterparty: {
@@ -507,6 +511,10 @@ const assets = {
507
511
  primary_color_hex: '#142c5c'
508
512
  }
509
513
  }],
514
+ socials: {
515
+ website: 'https://ondo.finance/usdy',
516
+ twitter: 'https://x.com/OndoFinance'
517
+ },
510
518
  traces: [{
511
519
  type: 'ibc',
512
520
  counterparty: {
@@ -1510,6 +1510,10 @@ const assets = {
1510
1510
  primary_color_hex: '#142c5c'
1511
1511
  }
1512
1512
  }],
1513
+ socials: {
1514
+ website: 'https://ondo.finance/usdy',
1515
+ twitter: 'https://x.com/OndoFinance'
1516
+ },
1513
1517
  traces: [{
1514
1518
  type: 'ibc',
1515
1519
  counterparty: {
@@ -2690,6 +2694,10 @@ const assets = {
2690
2694
  primary_color_hex: '#142c5c'
2691
2695
  }
2692
2696
  }],
2697
+ socials: {
2698
+ website: 'https://ondo.finance/usdy',
2699
+ twitter: 'https://x.com/OndoFinance'
2700
+ },
2693
2701
  traces: [{
2694
2702
  type: 'ibc',
2695
2703
  counterparty: {
@@ -186,6 +186,10 @@ const assets = {
186
186
  primary_color_hex: '#142c5c'
187
187
  }
188
188
  }],
189
+ socials: {
190
+ website: 'https://ondo.finance/usdy',
191
+ twitter: 'https://x.com/OndoFinance'
192
+ },
189
193
  traces: [{
190
194
  type: 'ibc',
191
195
  counterparty: {
@@ -297,6 +301,10 @@ const assets = {
297
301
  primary_color_hex: '#142c5c'
298
302
  }
299
303
  }],
304
+ socials: {
305
+ website: 'https://ondo.finance/usdy',
306
+ twitter: 'https://x.com/OndoFinance'
307
+ },
300
308
  traces: [{
301
309
  type: 'ibc',
302
310
  counterparty: {
package/mainnet/juno.js CHANGED
@@ -2037,6 +2037,10 @@ const assets = {
2037
2037
  primary_color_hex: '#142c5c'
2038
2038
  }
2039
2039
  }],
2040
+ socials: {
2041
+ website: 'https://ondo.finance/usdy',
2042
+ twitter: 'https://x.com/OndoFinance'
2043
+ },
2040
2044
  traces: [{
2041
2045
  type: 'ibc',
2042
2046
  counterparty: {
@@ -3935,6 +3939,10 @@ const assets = {
3935
3939
  primary_color_hex: '#142c5c'
3936
3940
  }
3937
3941
  }],
3942
+ socials: {
3943
+ website: 'https://ondo.finance/usdy',
3944
+ twitter: 'https://x.com/OndoFinance'
3945
+ },
3938
3946
  traces: [{
3939
3947
  type: 'ibc',
3940
3948
  counterparty: {
package/mainnet/kujira.js CHANGED
@@ -3835,6 +3835,10 @@ const assets = {
3835
3835
  primary_color_hex: '#142c5c'
3836
3836
  }
3837
3837
  }],
3838
+ socials: {
3839
+ website: 'https://ondo.finance/usdy',
3840
+ twitter: 'https://x.com/OndoFinance'
3841
+ },
3838
3842
  traces: [{
3839
3843
  type: 'ibc',
3840
3844
  counterparty: {
@@ -5034,6 +5038,10 @@ const assets = {
5034
5038
  primary_color_hex: '#142c5c'
5035
5039
  }
5036
5040
  }],
5041
+ socials: {
5042
+ website: 'https://ondo.finance/usdy',
5043
+ twitter: 'https://x.com/OndoFinance'
5044
+ },
5037
5045
  traces: [{
5038
5046
  type: 'ibc',
5039
5047
  counterparty: {
@@ -1600,6 +1600,10 @@ const assets = {
1600
1600
  primary_color_hex: '#142c5c'
1601
1601
  }
1602
1602
  }],
1603
+ socials: {
1604
+ website: 'https://ondo.finance/usdy',
1605
+ twitter: 'https://x.com/OndoFinance'
1606
+ },
1603
1607
  traces: [{
1604
1608
  type: 'ibc',
1605
1609
  counterparty: {
@@ -2040,6 +2044,10 @@ const assets = {
2040
2044
  primary_color_hex: '#142c5c'
2041
2045
  }
2042
2046
  }],
2047
+ socials: {
2048
+ website: 'https://ondo.finance/usdy',
2049
+ twitter: 'https://x.com/OndoFinance'
2050
+ },
2043
2051
  traces: [{
2044
2052
  type: 'ibc',
2045
2053
  counterparty: {
@@ -1902,6 +1902,10 @@ const assets = {
1902
1902
  primary_color_hex: '#142c5c'
1903
1903
  }
1904
1904
  }],
1905
+ socials: {
1906
+ website: 'https://ondo.finance/usdy',
1907
+ twitter: 'https://x.com/OndoFinance'
1908
+ },
1905
1909
  traces: [{
1906
1910
  type: 'ibc',
1907
1911
  counterparty: {
@@ -2597,6 +2601,10 @@ const assets = {
2597
2601
  primary_color_hex: '#142c5c'
2598
2602
  }
2599
2603
  }],
2604
+ socials: {
2605
+ website: 'https://ondo.finance/usdy',
2606
+ twitter: 'https://x.com/OndoFinance'
2607
+ },
2600
2608
  traces: [{
2601
2609
  type: 'ibc',
2602
2610
  counterparty: {
package/mainnet/nibiru.js CHANGED
@@ -186,6 +186,10 @@ const assets = {
186
186
  primary_color_hex: '#142c5c'
187
187
  }
188
188
  }],
189
+ socials: {
190
+ website: 'https://ondo.finance/usdy',
191
+ twitter: 'https://x.com/OndoFinance'
192
+ },
189
193
  traces: [{
190
194
  type: 'ibc',
191
195
  counterparty: {
@@ -385,6 +389,10 @@ const assets = {
385
389
  primary_color_hex: '#142c5c'
386
390
  }
387
391
  }],
392
+ socials: {
393
+ website: 'https://ondo.finance/usdy',
394
+ twitter: 'https://x.com/OndoFinance'
395
+ },
388
396
  traces: [{
389
397
  type: 'ibc',
390
398
  counterparty: {
@@ -399,6 +399,10 @@ const assets = {
399
399
  primary_color_hex: '#142c5c'
400
400
  }
401
401
  }],
402
+ socials: {
403
+ website: 'https://ondo.finance/usdy',
404
+ twitter: 'https://x.com/OndoFinance'
405
+ },
402
406
  traces: [{
403
407
  type: 'ibc',
404
408
  counterparty: {
@@ -807,6 +811,10 @@ const assets = {
807
811
  primary_color_hex: '#142c5c'
808
812
  }
809
813
  }],
814
+ socials: {
815
+ website: 'https://ondo.finance/usdy',
816
+ twitter: 'https://x.com/OndoFinance'
817
+ },
810
818
  traces: [{
811
819
  type: 'ibc',
812
820
  counterparty: {
package/mainnet/onex.js CHANGED
@@ -301,6 +301,10 @@ const assets = {
301
301
  primary_color_hex: '#142c5c'
302
302
  }
303
303
  }],
304
+ socials: {
305
+ website: 'https://ondo.finance/usdy',
306
+ twitter: 'https://x.com/OndoFinance'
307
+ },
304
308
  traces: [{
305
309
  type: 'ibc',
306
310
  counterparty: {
@@ -611,6 +615,10 @@ const assets = {
611
615
  primary_color_hex: '#142c5c'
612
616
  }
613
617
  }],
618
+ socials: {
619
+ website: 'https://ondo.finance/usdy',
620
+ twitter: 'https://x.com/OndoFinance'
621
+ },
614
622
  traces: [{
615
623
  type: 'ibc',
616
624
  counterparty: {
@@ -4647,6 +4647,10 @@ const assets = {
4647
4647
  primary_color_hex: '#142c5c'
4648
4648
  }
4649
4649
  }],
4650
+ socials: {
4651
+ website: 'https://ondo.finance/usdy',
4652
+ twitter: 'https://x.com/OndoFinance'
4653
+ },
4650
4654
  traces: [{
4651
4655
  type: 'ibc',
4652
4656
  counterparty: {
@@ -9808,6 +9812,10 @@ const assets = {
9808
9812
  primary_color_hex: '#142c5c'
9809
9813
  }
9810
9814
  }],
9815
+ socials: {
9816
+ website: 'https://ondo.finance/usdy',
9817
+ twitter: 'https://x.com/OndoFinance'
9818
+ },
9811
9819
  traces: [{
9812
9820
  type: 'ibc',
9813
9821
  counterparty: {
@@ -1367,6 +1367,10 @@ const assets = {
1367
1367
  primary_color_hex: '#142c5c'
1368
1368
  }
1369
1369
  }],
1370
+ socials: {
1371
+ website: 'https://ondo.finance/usdy',
1372
+ twitter: 'https://x.com/OndoFinance'
1373
+ },
1370
1374
  traces: [{
1371
1375
  type: 'ibc',
1372
1376
  counterparty: {
@@ -2831,6 +2835,10 @@ const assets = {
2831
2835
  primary_color_hex: '#142c5c'
2832
2836
  }
2833
2837
  }],
2838
+ socials: {
2839
+ website: 'https://ondo.finance/usdy',
2840
+ twitter: 'https://x.com/OndoFinance'
2841
+ },
2834
2842
  traces: [{
2835
2843
  type: 'ibc',
2836
2844
  counterparty: {
package/mainnet/planq.js CHANGED
@@ -277,6 +277,10 @@ const assets = {
277
277
  primary_color_hex: '#142c5c'
278
278
  }
279
279
  }],
280
+ socials: {
281
+ website: 'https://ondo.finance/usdy',
282
+ twitter: 'https://x.com/OndoFinance'
283
+ },
280
284
  traces: [{
281
285
  type: 'ibc',
282
286
  counterparty: {
@@ -651,6 +655,10 @@ const assets = {
651
655
  primary_color_hex: '#142c5c'
652
656
  }
653
657
  }],
658
+ socials: {
659
+ website: 'https://ondo.finance/usdy',
660
+ twitter: 'https://x.com/OndoFinance'
661
+ },
654
662
  traces: [{
655
663
  type: 'ibc',
656
664
  counterparty: {