@chain-registry/assets 1.42.5 → 1.42.6

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 (59) hide show
  1. package/esm/mainnet/acrechain.js +10 -0
  2. package/esm/mainnet/agoric.js +10 -0
  3. package/esm/mainnet/axelar.js +10 -0
  4. package/esm/mainnet/carbon.js +10 -0
  5. package/esm/mainnet/celestia.js +10 -0
  6. package/esm/mainnet/composable.js +10 -0
  7. package/esm/mainnet/coreum.js +10 -0
  8. package/esm/mainnet/cosmoshub.js +10 -0
  9. package/esm/mainnet/crescent.js +10 -0
  10. package/esm/mainnet/cryptoorgchain.js +10 -0
  11. package/esm/mainnet/dhealth.js +16 -16
  12. package/esm/mainnet/dydx.js +10 -0
  13. package/esm/mainnet/dymension.js +10 -0
  14. package/esm/mainnet/gateway.js +10 -0
  15. package/esm/mainnet/gravitybridge.js +10 -0
  16. package/esm/mainnet/injective.js +10 -0
  17. package/esm/mainnet/kava.js +10 -0
  18. package/esm/mainnet/kujira.js +10 -0
  19. package/esm/mainnet/noble.js +10 -0
  20. package/esm/mainnet/osmosis.js +18 -8
  21. package/esm/mainnet/secretnetwork.js +10 -0
  22. package/esm/mainnet/stargaze.js +10 -0
  23. package/esm/mainnet/stride.js +10 -0
  24. package/esm/mainnet/tgrade.js +10 -0
  25. package/esm/testnet/axelartestnet.js +8 -8
  26. package/esm/testnet/injectivetestnet.js +8 -8
  27. package/esm/testnet/nobletestnet.js +8 -8
  28. package/esm/testnet/osmosistestnet.js +8 -8
  29. package/esm/testnet/xiontestnet.js +48 -48
  30. package/mainnet/acrechain.js +10 -0
  31. package/mainnet/agoric.js +10 -0
  32. package/mainnet/axelar.js +10 -0
  33. package/mainnet/carbon.js +10 -0
  34. package/mainnet/celestia.js +10 -0
  35. package/mainnet/composable.js +10 -0
  36. package/mainnet/coreum.js +10 -0
  37. package/mainnet/cosmoshub.js +10 -0
  38. package/mainnet/crescent.js +10 -0
  39. package/mainnet/cryptoorgchain.js +10 -0
  40. package/mainnet/dhealth.js +16 -16
  41. package/mainnet/dydx.js +10 -0
  42. package/mainnet/dymension.js +10 -0
  43. package/mainnet/gateway.js +10 -0
  44. package/mainnet/gravitybridge.js +10 -0
  45. package/mainnet/injective.js +10 -0
  46. package/mainnet/kava.js +10 -0
  47. package/mainnet/kujira.js +10 -0
  48. package/mainnet/noble.js +10 -0
  49. package/mainnet/osmosis.js +18 -8
  50. package/mainnet/secretnetwork.js +10 -0
  51. package/mainnet/stargaze.js +10 -0
  52. package/mainnet/stride.js +10 -0
  53. package/mainnet/tgrade.js +10 -0
  54. package/package.json +5 -5
  55. package/testnet/axelartestnet.js +8 -8
  56. package/testnet/injectivetestnet.js +8 -8
  57. package/testnet/nobletestnet.js +8 -8
  58. package/testnet/osmosistestnet.js +8 -8
  59. package/testnet/xiontestnet.js +48 -48
@@ -413,6 +413,7 @@ const assets = {
413
413
  },
414
414
  {
415
415
  description: 'The token of Neokingdom DAO.',
416
+ extended_description: 'Neokingdom DAO wants to make employment fairer, by facilitating both web3 and real-world businesses to operate as Decentralized Autonomous Organizations (DAOs).',
416
417
  denom_units: [{
417
418
  denom: 'ibc/7EB9C35C16C07AC79AD76D4A0FB881CFE874F62D19F7E4F0F710E9E2557E21AE',
418
419
  exponent: 0,
@@ -433,6 +434,10 @@ const assets = {
433
434
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/neok.png',
434
435
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/neok.svg'
435
436
  }],
437
+ socials: {
438
+ webiste: 'https://www.neokingdom.org/',
439
+ twitter: 'https://twitter.com/NEOKingdomDAO'
440
+ },
436
441
  traces: [{
437
442
  type: 'ibc',
438
443
  counterparty: {
@@ -929,6 +934,7 @@ const assets = {
929
934
  },
930
935
  {
931
936
  description: 'The token of Neokingdom DAO.',
937
+ extended_description: 'Neokingdom DAO wants to make employment fairer, by facilitating both web3 and real-world businesses to operate as Decentralized Autonomous Organizations (DAOs).',
932
938
  denom_units: [{
933
939
  denom: 'ibc/7EB9C35C16C07AC79AD76D4A0FB881CFE874F62D19F7E4F0F710E9E2557E21AE',
934
940
  exponent: 0,
@@ -949,6 +955,10 @@ const assets = {
949
955
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/neok.png',
950
956
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/neok.svg'
951
957
  }],
958
+ socials: {
959
+ webiste: 'https://www.neokingdom.org/',
960
+ twitter: 'https://twitter.com/NEOKingdomDAO'
961
+ },
952
962
  traces: [{
953
963
  type: 'ibc',
954
964
  counterparty: {
@@ -297,6 +297,7 @@ const assets = {
297
297
  },
298
298
  {
299
299
  description: 'The token of Neokingdom DAO.',
300
+ extended_description: 'Neokingdom DAO wants to make employment fairer, by facilitating both web3 and real-world businesses to operate as Decentralized Autonomous Organizations (DAOs).',
300
301
  denom_units: [{
301
302
  denom: 'ibc/F6CC233E5C0EA36B1F74AB1AF98471A2D6A80E2542856639703E908B4D93E7C4',
302
303
  exponent: 0,
@@ -317,6 +318,10 @@ const assets = {
317
318
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/neok.png',
318
319
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/neok.svg'
319
320
  }],
321
+ socials: {
322
+ webiste: 'https://www.neokingdom.org/',
323
+ twitter: 'https://twitter.com/NEOKingdomDAO'
324
+ },
320
325
  traces: [{
321
326
  type: 'ibc',
322
327
  counterparty: {
@@ -753,6 +758,7 @@ const assets = {
753
758
  },
754
759
  {
755
760
  description: 'The token of Neokingdom DAO.',
761
+ extended_description: 'Neokingdom DAO wants to make employment fairer, by facilitating both web3 and real-world businesses to operate as Decentralized Autonomous Organizations (DAOs).',
756
762
  denom_units: [{
757
763
  denom: 'ibc/F6CC233E5C0EA36B1F74AB1AF98471A2D6A80E2542856639703E908B4D93E7C4',
758
764
  exponent: 0,
@@ -773,6 +779,10 @@ const assets = {
773
779
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/neok.png',
774
780
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/neok.svg'
775
781
  }],
782
+ socials: {
783
+ webiste: 'https://www.neokingdom.org/',
784
+ twitter: 'https://twitter.com/NEOKingdomDAO'
785
+ },
776
786
  traces: [{
777
787
  type: 'ibc',
778
788
  counterparty: {
@@ -281,6 +281,7 @@ const assets = {
281
281
  },
282
282
  {
283
283
  description: 'The token of Neokingdom DAO.',
284
+ extended_description: 'Neokingdom DAO wants to make employment fairer, by facilitating both web3 and real-world businesses to operate as Decentralized Autonomous Organizations (DAOs).',
284
285
  denom_units: [{
285
286
  denom: 'ibc/5D9BA743218E2BC0E08B383B2F6DAE27A4EE997785D347E52A4DE1190761825F',
286
287
  exponent: 0,
@@ -301,6 +302,10 @@ const assets = {
301
302
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/neok.png',
302
303
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/neok.svg'
303
304
  }],
305
+ socials: {
306
+ webiste: 'https://www.neokingdom.org/',
307
+ twitter: 'https://twitter.com/NEOKingdomDAO'
308
+ },
304
309
  traces: [{
305
310
  type: 'ibc',
306
311
  counterparty: {
@@ -803,6 +808,7 @@ const assets = {
803
808
  },
804
809
  {
805
810
  description: 'The token of Neokingdom DAO.',
811
+ extended_description: 'Neokingdom DAO wants to make employment fairer, by facilitating both web3 and real-world businesses to operate as Decentralized Autonomous Organizations (DAOs).',
806
812
  denom_units: [{
807
813
  denom: 'ibc/5D9BA743218E2BC0E08B383B2F6DAE27A4EE997785D347E52A4DE1190761825F',
808
814
  exponent: 0,
@@ -823,6 +829,10 @@ const assets = {
823
829
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/neok.png',
824
830
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/neok.svg'
825
831
  }],
832
+ socials: {
833
+ webiste: 'https://www.neokingdom.org/',
834
+ twitter: 'https://twitter.com/NEOKingdomDAO'
835
+ },
826
836
  traces: [{
827
837
  type: 'ibc',
828
838
  counterparty: {
@@ -864,6 +864,7 @@ const assets = {
864
864
  },
865
865
  {
866
866
  description: 'The token of Neokingdom DAO.',
867
+ extended_description: 'Neokingdom DAO wants to make employment fairer, by facilitating both web3 and real-world businesses to operate as Decentralized Autonomous Organizations (DAOs).',
867
868
  denom_units: [{
868
869
  denom: 'ibc/0B41F8EB39912A15611BC834EB98962B59EE03C4CA8F781E709BB875BC18DC4B',
869
870
  exponent: 0,
@@ -884,6 +885,10 @@ const assets = {
884
885
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/neok.png',
885
886
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/neok.svg'
886
887
  }],
888
+ socials: {
889
+ webiste: 'https://www.neokingdom.org/',
890
+ twitter: 'https://twitter.com/NEOKingdomDAO'
891
+ },
887
892
  traces: [{
888
893
  type: 'ibc',
889
894
  counterparty: {
@@ -2326,6 +2331,7 @@ const assets = {
2326
2331
  },
2327
2332
  {
2328
2333
  description: 'The token of Neokingdom DAO.',
2334
+ extended_description: 'Neokingdom DAO wants to make employment fairer, by facilitating both web3 and real-world businesses to operate as Decentralized Autonomous Organizations (DAOs).',
2329
2335
  denom_units: [{
2330
2336
  denom: 'ibc/0B41F8EB39912A15611BC834EB98962B59EE03C4CA8F781E709BB875BC18DC4B',
2331
2337
  exponent: 0,
@@ -2346,6 +2352,10 @@ const assets = {
2346
2352
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/neok.png',
2347
2353
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/neok.svg'
2348
2354
  }],
2355
+ socials: {
2356
+ webiste: 'https://www.neokingdom.org/',
2357
+ twitter: 'https://twitter.com/NEOKingdomDAO'
2358
+ },
2349
2359
  traces: [{
2350
2360
  type: 'ibc',
2351
2361
  counterparty: {
@@ -431,6 +431,7 @@ const assets = {
431
431
  },
432
432
  {
433
433
  description: 'The token of Neokingdom DAO.',
434
+ extended_description: 'Neokingdom DAO wants to make employment fairer, by facilitating both web3 and real-world businesses to operate as Decentralized Autonomous Organizations (DAOs).',
434
435
  denom_units: [{
435
436
  denom: 'ibc/4DD3698C2FCEA87CDE843D3EA6228F2589A4DF6655A7C16D766010D9CA2E69FB',
436
437
  exponent: 0,
@@ -451,6 +452,10 @@ const assets = {
451
452
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/neok.png',
452
453
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/neok.svg'
453
454
  }],
455
+ socials: {
456
+ webiste: 'https://www.neokingdom.org/',
457
+ twitter: 'https://twitter.com/NEOKingdomDAO'
458
+ },
454
459
  traces: [{
455
460
  type: 'ibc',
456
461
  counterparty: {
@@ -1463,6 +1468,7 @@ const assets = {
1463
1468
  },
1464
1469
  {
1465
1470
  description: 'The token of Neokingdom DAO.',
1471
+ extended_description: 'Neokingdom DAO wants to make employment fairer, by facilitating both web3 and real-world businesses to operate as Decentralized Autonomous Organizations (DAOs).',
1466
1472
  denom_units: [{
1467
1473
  denom: 'ibc/4DD3698C2FCEA87CDE843D3EA6228F2589A4DF6655A7C16D766010D9CA2E69FB',
1468
1474
  exponent: 0,
@@ -1483,6 +1489,10 @@ const assets = {
1483
1489
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/neok.png',
1484
1490
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/neok.svg'
1485
1491
  }],
1492
+ socials: {
1493
+ webiste: 'https://www.neokingdom.org/',
1494
+ twitter: 'https://twitter.com/NEOKingdomDAO'
1495
+ },
1486
1496
  traces: [{
1487
1497
  type: 'ibc',
1488
1498
  counterparty: {
@@ -1705,14 +1705,14 @@ const assets = {
1705
1705
  {
1706
1706
  description: 'The native token of dHealth',
1707
1707
  denom_units: [{
1708
- denom: 'ibc/320F8D6EC17E14436D19C6D844BB9A5AE9B9A209F6D18364A2191FF08E8732A9',
1708
+ denom: 'ibc/415797C6CE8DC6E9B4C894EE802B4CF47F74932D282C351A1D9DCB21D94B7162',
1709
1709
  exponent: 0,
1710
1710
  aliases: ['udhp']
1711
1711
  }, {
1712
1712
  denom: 'dhp',
1713
1713
  exponent: 6
1714
1714
  }],
1715
- base: 'ibc/320F8D6EC17E14436D19C6D844BB9A5AE9B9A209F6D18364A2191FF08E8732A9',
1715
+ base: 'ibc/415797C6CE8DC6E9B4C894EE802B4CF47F74932D282C351A1D9DCB21D94B7162',
1716
1716
  name: 'Digital Health Point',
1717
1717
  display: 'dhp',
1718
1718
  symbol: 'DHP',
@@ -1728,12 +1728,12 @@ const assets = {
1728
1728
  traces: [{
1729
1729
  type: 'ibc',
1730
1730
  counterparty: {
1731
- channel_id: 'channel-1',
1731
+ channel_id: 'channel-2',
1732
1732
  base_denom: 'udhp',
1733
1733
  chain_name: 'dhealth'
1734
1734
  },
1735
1735
  chain: {
1736
- channel_id: 'channel-38776'
1736
+ channel_id: 'channel-73360'
1737
1737
  }
1738
1738
  }]
1739
1739
  },
@@ -2235,6 +2235,7 @@ const assets = {
2235
2235
  },
2236
2236
  {
2237
2237
  description: 'The token of Neokingdom DAO.',
2238
+ extended_description: 'Neokingdom DAO wants to make employment fairer, by facilitating both web3 and real-world businesses to operate as Decentralized Autonomous Organizations (DAOs).',
2238
2239
  denom_units: [{
2239
2240
  denom: 'ibc/DEE262653B9DE39BCEF0493D47E0DFC4FE62F7F046CF38B9FDEFEBE98D149A71',
2240
2241
  exponent: 0,
@@ -2255,6 +2256,10 @@ const assets = {
2255
2256
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/neok.png',
2256
2257
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/neok.svg'
2257
2258
  }],
2259
+ socials: {
2260
+ webiste: 'https://www.neokingdom.org/',
2261
+ twitter: 'https://twitter.com/NEOKingdomDAO'
2262
+ },
2258
2263
  traces: [{
2259
2264
  type: 'ibc',
2260
2265
  counterparty: {
@@ -6095,14 +6100,14 @@ const assets = {
6095
6100
  {
6096
6101
  description: 'The native token of dHealth',
6097
6102
  denom_units: [{
6098
- denom: 'ibc/320F8D6EC17E14436D19C6D844BB9A5AE9B9A209F6D18364A2191FF08E8732A9',
6103
+ denom: 'ibc/415797C6CE8DC6E9B4C894EE802B4CF47F74932D282C351A1D9DCB21D94B7162',
6099
6104
  exponent: 0,
6100
6105
  aliases: ['udhp']
6101
6106
  }, {
6102
6107
  denom: 'dhp',
6103
6108
  exponent: 6
6104
6109
  }],
6105
- base: 'ibc/320F8D6EC17E14436D19C6D844BB9A5AE9B9A209F6D18364A2191FF08E8732A9',
6110
+ base: 'ibc/415797C6CE8DC6E9B4C894EE802B4CF47F74932D282C351A1D9DCB21D94B7162',
6106
6111
  name: 'Digital Health Point',
6107
6112
  display: 'dhp',
6108
6113
  symbol: 'DHP',
@@ -6118,12 +6123,12 @@ const assets = {
6118
6123
  traces: [{
6119
6124
  type: 'ibc',
6120
6125
  counterparty: {
6121
- channel_id: 'channel-1',
6126
+ channel_id: 'channel-2',
6122
6127
  base_denom: 'udhp',
6123
6128
  chain_name: 'dhealth'
6124
6129
  },
6125
6130
  chain: {
6126
- channel_id: 'channel-38776'
6131
+ channel_id: 'channel-73360'
6127
6132
  }
6128
6133
  }]
6129
6134
  },
@@ -6625,6 +6630,7 @@ const assets = {
6625
6630
  },
6626
6631
  {
6627
6632
  description: 'The token of Neokingdom DAO.',
6633
+ extended_description: 'Neokingdom DAO wants to make employment fairer, by facilitating both web3 and real-world businesses to operate as Decentralized Autonomous Organizations (DAOs).',
6628
6634
  denom_units: [{
6629
6635
  denom: 'ibc/DEE262653B9DE39BCEF0493D47E0DFC4FE62F7F046CF38B9FDEFEBE98D149A71',
6630
6636
  exponent: 0,
@@ -6645,6 +6651,10 @@ const assets = {
6645
6651
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/neok.png',
6646
6652
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/neok.svg'
6647
6653
  }],
6654
+ socials: {
6655
+ webiste: 'https://www.neokingdom.org/',
6656
+ twitter: 'https://twitter.com/NEOKingdomDAO'
6657
+ },
6648
6658
  traces: [{
6649
6659
  type: 'ibc',
6650
6660
  counterparty: {
@@ -678,6 +678,7 @@ const assets = {
678
678
  },
679
679
  {
680
680
  description: 'The token of Neokingdom DAO.',
681
+ extended_description: 'Neokingdom DAO wants to make employment fairer, by facilitating both web3 and real-world businesses to operate as Decentralized Autonomous Organizations (DAOs).',
681
682
  denom_units: [{
682
683
  denom: 'ibc/33C9A99DC2449A458ECD4F7BD25A872F648374CD38351B3AF8583B864EC4C333',
683
684
  exponent: 0,
@@ -698,6 +699,10 @@ const assets = {
698
699
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/neok.png',
699
700
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/neok.svg'
700
701
  }],
702
+ socials: {
703
+ webiste: 'https://www.neokingdom.org/',
704
+ twitter: 'https://twitter.com/NEOKingdomDAO'
705
+ },
701
706
  traces: [{
702
707
  type: 'ibc',
703
708
  counterparty: {
@@ -2184,6 +2189,7 @@ const assets = {
2184
2189
  },
2185
2190
  {
2186
2191
  description: 'The token of Neokingdom DAO.',
2192
+ extended_description: 'Neokingdom DAO wants to make employment fairer, by facilitating both web3 and real-world businesses to operate as Decentralized Autonomous Organizations (DAOs).',
2187
2193
  denom_units: [{
2188
2194
  denom: 'ibc/33C9A99DC2449A458ECD4F7BD25A872F648374CD38351B3AF8583B864EC4C333',
2189
2195
  exponent: 0,
@@ -2204,6 +2210,10 @@ const assets = {
2204
2210
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/neok.png',
2205
2211
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/neok.svg'
2206
2212
  }],
2213
+ socials: {
2214
+ webiste: 'https://www.neokingdom.org/',
2215
+ twitter: 'https://twitter.com/NEOKingdomDAO'
2216
+ },
2207
2217
  traces: [{
2208
2218
  type: 'ibc',
2209
2219
  counterparty: {
@@ -439,6 +439,7 @@ const assets = {
439
439
  },
440
440
  {
441
441
  description: 'The token of Neokingdom DAO.',
442
+ extended_description: 'Neokingdom DAO wants to make employment fairer, by facilitating both web3 and real-world businesses to operate as Decentralized Autonomous Organizations (DAOs).',
442
443
  denom_units: [{
443
444
  denom: 'ibc/425F3A00B04B7F59A003909792FF5A499DCF641D1DBB19E5C068F112628DCBBD',
444
445
  exponent: 0,
@@ -459,6 +460,10 @@ const assets = {
459
460
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/neok.png',
460
461
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/neok.svg'
461
462
  }],
463
+ socials: {
464
+ webiste: 'https://www.neokingdom.org/',
465
+ twitter: 'https://twitter.com/NEOKingdomDAO'
466
+ },
462
467
  traces: [{
463
468
  type: 'ibc',
464
469
  counterparty: {
@@ -1590,6 +1595,7 @@ const assets = {
1590
1595
  },
1591
1596
  {
1592
1597
  description: 'The token of Neokingdom DAO.',
1598
+ extended_description: 'Neokingdom DAO wants to make employment fairer, by facilitating both web3 and real-world businesses to operate as Decentralized Autonomous Organizations (DAOs).',
1593
1599
  denom_units: [{
1594
1600
  denom: 'ibc/425F3A00B04B7F59A003909792FF5A499DCF641D1DBB19E5C068F112628DCBBD',
1595
1601
  exponent: 0,
@@ -1610,6 +1616,10 @@ const assets = {
1610
1616
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/neok.png',
1611
1617
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/neok.svg'
1612
1618
  }],
1619
+ socials: {
1620
+ webiste: 'https://www.neokingdom.org/',
1621
+ twitter: 'https://twitter.com/NEOKingdomDAO'
1622
+ },
1613
1623
  traces: [{
1614
1624
  type: 'ibc',
1615
1625
  counterparty: {
@@ -705,6 +705,7 @@ const assets = {
705
705
  },
706
706
  {
707
707
  description: 'The token of Neokingdom DAO.',
708
+ extended_description: 'Neokingdom DAO wants to make employment fairer, by facilitating both web3 and real-world businesses to operate as Decentralized Autonomous Organizations (DAOs).',
708
709
  denom_units: [{
709
710
  denom: 'ibc/BAF1536E0B82CCC983271430A2F709D486F4758EA80D4FC3EFF4638DDBDD7647',
710
711
  exponent: 0,
@@ -725,6 +726,10 @@ const assets = {
725
726
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/neok.png',
726
727
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/neok.svg'
727
728
  }],
729
+ socials: {
730
+ webiste: 'https://www.neokingdom.org/',
731
+ twitter: 'https://twitter.com/NEOKingdomDAO'
732
+ },
728
733
  traces: [{
729
734
  type: 'ibc',
730
735
  counterparty: {
@@ -2196,6 +2201,7 @@ const assets = {
2196
2201
  },
2197
2202
  {
2198
2203
  description: 'The token of Neokingdom DAO.',
2204
+ extended_description: 'Neokingdom DAO wants to make employment fairer, by facilitating both web3 and real-world businesses to operate as Decentralized Autonomous Organizations (DAOs).',
2199
2205
  denom_units: [{
2200
2206
  denom: 'ibc/BAF1536E0B82CCC983271430A2F709D486F4758EA80D4FC3EFF4638DDBDD7647',
2201
2207
  exponent: 0,
@@ -2216,6 +2222,10 @@ const assets = {
2216
2222
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/neok.png',
2217
2223
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/neok.svg'
2218
2224
  }],
2225
+ socials: {
2226
+ webiste: 'https://www.neokingdom.org/',
2227
+ twitter: 'https://twitter.com/NEOKingdomDAO'
2228
+ },
2219
2229
  traces: [{
2220
2230
  type: 'ibc',
2221
2231
  counterparty: {
@@ -42,6 +42,7 @@ const assets = {
42
42
  },
43
43
  {
44
44
  description: 'The token of Neokingdom DAO.',
45
+ extended_description: 'Neokingdom DAO wants to make employment fairer, by facilitating both web3 and real-world businesses to operate as Decentralized Autonomous Organizations (DAOs).',
45
46
  denom_units: [{
46
47
  denom: 'ibc/BAF1536E0B82CCC983271430A2F709D486F4758EA80D4FC3EFF4638DDBDD7647',
47
48
  exponent: 0,
@@ -62,6 +63,10 @@ const assets = {
62
63
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/neok.png',
63
64
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/neok.svg'
64
65
  }],
66
+ socials: {
67
+ webiste: 'https://www.neokingdom.org/',
68
+ twitter: 'https://twitter.com/NEOKingdomDAO'
69
+ },
65
70
  traces: [{
66
71
  type: 'ibc',
67
72
  counterparty: {
@@ -268,6 +273,7 @@ const assets = {
268
273
  },
269
274
  {
270
275
  description: 'The token of Neokingdom DAO.',
276
+ extended_description: 'Neokingdom DAO wants to make employment fairer, by facilitating both web3 and real-world businesses to operate as Decentralized Autonomous Organizations (DAOs).',
271
277
  denom_units: [{
272
278
  denom: 'ibc/BAF1536E0B82CCC983271430A2F709D486F4758EA80D4FC3EFF4638DDBDD7647',
273
279
  exponent: 0,
@@ -288,6 +294,10 @@ const assets = {
288
294
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/neok.png',
289
295
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/neok.svg'
290
296
  }],
297
+ socials: {
298
+ webiste: 'https://www.neokingdom.org/',
299
+ twitter: 'https://twitter.com/NEOKingdomDAO'
300
+ },
291
301
  traces: [{
292
302
  type: 'ibc',
293
303
  counterparty: {
@@ -471,7 +471,7 @@ const assets = {
471
471
  {
472
472
  description: 'The native staking token of the Xion network.',
473
473
  denom_units: [{
474
- denom: 'ibc/C79757F5B829D34AE58858952271D79DC18291A51FE72B35BFD225F1947E48B4',
474
+ denom: 'ibc/9DB9E3B9F7FAC6028C181E64027B291AE16FB36468A8E5AA88AED61B390286C3',
475
475
  exponent: 0,
476
476
  aliases: ['uxion']
477
477
  }, {
@@ -479,7 +479,7 @@ const assets = {
479
479
  exponent: 6,
480
480
  aliases: ['xion']
481
481
  }],
482
- base: 'ibc/C79757F5B829D34AE58858952271D79DC18291A51FE72B35BFD225F1947E48B4',
482
+ base: 'ibc/9DB9E3B9F7FAC6028C181E64027B291AE16FB36468A8E5AA88AED61B390286C3',
483
483
  display: 'XION',
484
484
  name: 'xion',
485
485
  symbol: 'XION',
@@ -492,12 +492,12 @@ const assets = {
492
492
  traces: [{
493
493
  type: 'ibc',
494
494
  counterparty: {
495
- channel_id: 'channel-5',
495
+ channel_id: 'channel-486',
496
496
  base_denom: 'uxion',
497
497
  chain_name: 'xiontestnet'
498
498
  },
499
499
  chain: {
500
- channel_id: 'channel-283'
500
+ channel_id: 'channel-462'
501
501
  }
502
502
  }]
503
503
  },
@@ -905,7 +905,7 @@ const assets = {
905
905
  {
906
906
  description: 'The native staking token of the Xion network.',
907
907
  denom_units: [{
908
- denom: 'ibc/C79757F5B829D34AE58858952271D79DC18291A51FE72B35BFD225F1947E48B4',
908
+ denom: 'ibc/9DB9E3B9F7FAC6028C181E64027B291AE16FB36468A8E5AA88AED61B390286C3',
909
909
  exponent: 0,
910
910
  aliases: ['uxion']
911
911
  }, {
@@ -913,7 +913,7 @@ const assets = {
913
913
  exponent: 6,
914
914
  aliases: ['xion']
915
915
  }],
916
- base: 'ibc/C79757F5B829D34AE58858952271D79DC18291A51FE72B35BFD225F1947E48B4',
916
+ base: 'ibc/9DB9E3B9F7FAC6028C181E64027B291AE16FB36468A8E5AA88AED61B390286C3',
917
917
  display: 'XION',
918
918
  name: 'xion',
919
919
  symbol: 'XION',
@@ -926,12 +926,12 @@ const assets = {
926
926
  traces: [{
927
927
  type: 'ibc',
928
928
  counterparty: {
929
- channel_id: 'channel-5',
929
+ channel_id: 'channel-486',
930
930
  base_denom: 'uxion',
931
931
  chain_name: 'xiontestnet'
932
932
  },
933
933
  chain: {
934
- channel_id: 'channel-283'
934
+ channel_id: 'channel-462'
935
935
  }
936
936
  }]
937
937
  }
@@ -118,7 +118,7 @@ const assets = {
118
118
  {
119
119
  description: 'The native staking token of the Xion network.',
120
120
  denom_units: [{
121
- denom: 'ibc/6AB81EFD48DC233A206FAD0FB6F2691A456246C4A7F98D0CD37E2853DD0493EA',
121
+ denom: 'ibc/DAB0823884DB5785F08EE136EE9EB362E166F4C7455716641B03E93CE7F14193',
122
122
  exponent: 0,
123
123
  aliases: ['uxion']
124
124
  }, {
@@ -126,7 +126,7 @@ const assets = {
126
126
  exponent: 6,
127
127
  aliases: ['xion']
128
128
  }],
129
- base: 'ibc/6AB81EFD48DC233A206FAD0FB6F2691A456246C4A7F98D0CD37E2853DD0493EA',
129
+ base: 'ibc/DAB0823884DB5785F08EE136EE9EB362E166F4C7455716641B03E93CE7F14193',
130
130
  display: 'XION',
131
131
  name: 'xion',
132
132
  symbol: 'XION',
@@ -139,12 +139,12 @@ const assets = {
139
139
  traces: [{
140
140
  type: 'ibc',
141
141
  counterparty: {
142
- channel_id: 'channel-215',
142
+ channel_id: 'channel-487',
143
143
  base_denom: 'uxion',
144
144
  chain_name: 'xiontestnet'
145
145
  },
146
146
  chain: {
147
- channel_id: 'channel-324'
147
+ channel_id: 'channel-489'
148
148
  }
149
149
  }]
150
150
  },
@@ -265,7 +265,7 @@ const assets = {
265
265
  {
266
266
  description: 'The native staking token of the Xion network.',
267
267
  denom_units: [{
268
- denom: 'ibc/6AB81EFD48DC233A206FAD0FB6F2691A456246C4A7F98D0CD37E2853DD0493EA',
268
+ denom: 'ibc/DAB0823884DB5785F08EE136EE9EB362E166F4C7455716641B03E93CE7F14193',
269
269
  exponent: 0,
270
270
  aliases: ['uxion']
271
271
  }, {
@@ -273,7 +273,7 @@ const assets = {
273
273
  exponent: 6,
274
274
  aliases: ['xion']
275
275
  }],
276
- base: 'ibc/6AB81EFD48DC233A206FAD0FB6F2691A456246C4A7F98D0CD37E2853DD0493EA',
276
+ base: 'ibc/DAB0823884DB5785F08EE136EE9EB362E166F4C7455716641B03E93CE7F14193',
277
277
  display: 'XION',
278
278
  name: 'xion',
279
279
  symbol: 'XION',
@@ -286,12 +286,12 @@ const assets = {
286
286
  traces: [{
287
287
  type: 'ibc',
288
288
  counterparty: {
289
- channel_id: 'channel-215',
289
+ channel_id: 'channel-487',
290
290
  base_denom: 'uxion',
291
291
  chain_name: 'xiontestnet'
292
292
  },
293
293
  chain: {
294
- channel_id: 'channel-324'
294
+ channel_id: 'channel-489'
295
295
  }
296
296
  }]
297
297
  }
@@ -316,7 +316,7 @@ const assets = {
316
316
  {
317
317
  description: 'The native staking token of the Xion network.',
318
318
  denom_units: [{
319
- denom: 'ibc/B795DCA63E4CCB4792CED14D45471CEBE1A68F7A6BC8C2AB0B039AE73C73DF53',
319
+ denom: 'ibc/475ED5117C702EF62A36D41F1EB50AF2770427251920C605CA34014895FF10EC',
320
320
  exponent: 0,
321
321
  aliases: ['uxion']
322
322
  }, {
@@ -324,7 +324,7 @@ const assets = {
324
324
  exponent: 6,
325
325
  aliases: ['xion']
326
326
  }],
327
- base: 'ibc/B795DCA63E4CCB4792CED14D45471CEBE1A68F7A6BC8C2AB0B039AE73C73DF53',
327
+ base: 'ibc/475ED5117C702EF62A36D41F1EB50AF2770427251920C605CA34014895FF10EC',
328
328
  display: 'XION',
329
329
  name: 'xion',
330
330
  symbol: 'XION',
@@ -337,12 +337,12 @@ const assets = {
337
337
  traces: [{
338
338
  type: 'ibc',
339
339
  counterparty: {
340
- channel_id: 'channel-9',
340
+ channel_id: 'channel-489',
341
341
  base_denom: 'uxion',
342
342
  chain_name: 'xiontestnet'
343
343
  },
344
344
  chain: {
345
- channel_id: 'channel-17'
345
+ channel_id: 'channel-147'
346
346
  }
347
347
  }]
348
348
  },
@@ -495,7 +495,7 @@ const assets = {
495
495
  {
496
496
  description: 'The native staking token of the Xion network.',
497
497
  denom_units: [{
498
- denom: 'ibc/B795DCA63E4CCB4792CED14D45471CEBE1A68F7A6BC8C2AB0B039AE73C73DF53',
498
+ denom: 'ibc/475ED5117C702EF62A36D41F1EB50AF2770427251920C605CA34014895FF10EC',
499
499
  exponent: 0,
500
500
  aliases: ['uxion']
501
501
  }, {
@@ -503,7 +503,7 @@ const assets = {
503
503
  exponent: 6,
504
504
  aliases: ['xion']
505
505
  }],
506
- base: 'ibc/B795DCA63E4CCB4792CED14D45471CEBE1A68F7A6BC8C2AB0B039AE73C73DF53',
506
+ base: 'ibc/475ED5117C702EF62A36D41F1EB50AF2770427251920C605CA34014895FF10EC',
507
507
  display: 'XION',
508
508
  name: 'xion',
509
509
  symbol: 'XION',
@@ -516,12 +516,12 @@ const assets = {
516
516
  traces: [{
517
517
  type: 'ibc',
518
518
  counterparty: {
519
- channel_id: 'channel-9',
519
+ channel_id: 'channel-489',
520
520
  base_denom: 'uxion',
521
521
  chain_name: 'xiontestnet'
522
522
  },
523
523
  chain: {
524
- channel_id: 'channel-17'
524
+ channel_id: 'channel-147'
525
525
  }
526
526
  }]
527
527
  }