@chain-registry/assets 1.42.4 → 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
@@ -120,6 +120,7 @@ const assets = {
120
120
  },
121
121
  {
122
122
  description: 'The token of Neokingdom DAO.',
123
+ extended_description: 'Neokingdom DAO wants to make employment fairer, by facilitating both web3 and real-world businesses to operate as Decentralized Autonomous Organizations (DAOs).',
123
124
  denom_units: [{
124
125
  denom: 'ibc/7BF4FC0FF5AE0F64C2DCB663ADAB4DB012BA9CEB4F8C9B2DAC5FBED0A225FCE1',
125
126
  exponent: 0,
@@ -140,6 +141,10 @@ const assets = {
140
141
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/neok.png',
141
142
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/neok.svg'
142
143
  }],
144
+ socials: {
145
+ webiste: 'https://www.neokingdom.org/',
146
+ twitter: 'https://twitter.com/NEOKingdomDAO'
147
+ },
143
148
  traces: [{
144
149
  type: 'ibc',
145
150
  counterparty: {
@@ -1645,6 +1650,7 @@ const assets = {
1645
1650
  },
1646
1651
  {
1647
1652
  description: 'The token of Neokingdom DAO.',
1653
+ extended_description: 'Neokingdom DAO wants to make employment fairer, by facilitating both web3 and real-world businesses to operate as Decentralized Autonomous Organizations (DAOs).',
1648
1654
  denom_units: [{
1649
1655
  denom: 'ibc/7BF4FC0FF5AE0F64C2DCB663ADAB4DB012BA9CEB4F8C9B2DAC5FBED0A225FCE1',
1650
1656
  exponent: 0,
@@ -1665,6 +1671,10 @@ const assets = {
1665
1671
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/neok.png',
1666
1672
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/neok.svg'
1667
1673
  }],
1674
+ socials: {
1675
+ webiste: 'https://www.neokingdom.org/',
1676
+ twitter: 'https://twitter.com/NEOKingdomDAO'
1677
+ },
1668
1678
  traces: [{
1669
1679
  type: 'ibc',
1670
1680
  counterparty: {
@@ -236,6 +236,7 @@ const assets = {
236
236
  },
237
237
  {
238
238
  description: 'The token of Neokingdom DAO.',
239
+ extended_description: 'Neokingdom DAO wants to make employment fairer, by facilitating both web3 and real-world businesses to operate as Decentralized Autonomous Organizations (DAOs).',
239
240
  denom_units: [{
240
241
  denom: 'ibc/B44BF5AB79C7893A27BAFCF65702B3EBC6DD1E2CF0C8D43605ACDFD1F98229BB',
241
242
  exponent: 0,
@@ -256,6 +257,10 @@ const assets = {
256
257
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/neok.png',
257
258
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/neok.svg'
258
259
  }],
260
+ socials: {
261
+ webiste: 'https://www.neokingdom.org/',
262
+ twitter: 'https://twitter.com/NEOKingdomDAO'
263
+ },
259
264
  traces: [{
260
265
  type: 'ibc',
261
266
  counterparty: {
@@ -993,6 +998,7 @@ const assets = {
993
998
  },
994
999
  {
995
1000
  description: 'The token of Neokingdom DAO.',
1001
+ extended_description: 'Neokingdom DAO wants to make employment fairer, by facilitating both web3 and real-world businesses to operate as Decentralized Autonomous Organizations (DAOs).',
996
1002
  denom_units: [{
997
1003
  denom: 'ibc/B44BF5AB79C7893A27BAFCF65702B3EBC6DD1E2CF0C8D43605ACDFD1F98229BB',
998
1004
  exponent: 0,
@@ -1013,6 +1019,10 @@ const assets = {
1013
1019
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/neok.png',
1014
1020
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/neok.svg'
1015
1021
  }],
1022
+ socials: {
1023
+ webiste: 'https://www.neokingdom.org/',
1024
+ twitter: 'https://twitter.com/NEOKingdomDAO'
1025
+ },
1016
1026
  traces: [{
1017
1027
  type: 'ibc',
1018
1028
  counterparty: {
@@ -899,6 +899,7 @@ const assets = {
899
899
  },
900
900
  {
901
901
  description: 'The token of Neokingdom DAO.',
902
+ extended_description: 'Neokingdom DAO wants to make employment fairer, by facilitating both web3 and real-world businesses to operate as Decentralized Autonomous Organizations (DAOs).',
902
903
  denom_units: [{
903
904
  denom: 'ibc/DF9C2A453418DDCD76467432228E2D3A54B6427192C02047A36A66716DC4532E',
904
905
  exponent: 0,
@@ -919,6 +920,10 @@ const assets = {
919
920
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/neok.png',
920
921
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/neok.svg'
921
922
  }],
923
+ socials: {
924
+ webiste: 'https://www.neokingdom.org/',
925
+ twitter: 'https://twitter.com/NEOKingdomDAO'
926
+ },
922
927
  traces: [{
923
928
  type: 'ibc',
924
929
  counterparty: {
@@ -2524,6 +2529,7 @@ const assets = {
2524
2529
  },
2525
2530
  {
2526
2531
  description: 'The token of Neokingdom DAO.',
2532
+ extended_description: 'Neokingdom DAO wants to make employment fairer, by facilitating both web3 and real-world businesses to operate as Decentralized Autonomous Organizations (DAOs).',
2527
2533
  denom_units: [{
2528
2534
  denom: 'ibc/DF9C2A453418DDCD76467432228E2D3A54B6427192C02047A36A66716DC4532E',
2529
2535
  exponent: 0,
@@ -2544,6 +2550,10 @@ const assets = {
2544
2550
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/neok.png',
2545
2551
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/neok.svg'
2546
2552
  }],
2553
+ socials: {
2554
+ webiste: 'https://www.neokingdom.org/',
2555
+ twitter: 'https://twitter.com/NEOKingdomDAO'
2556
+ },
2547
2557
  traces: [{
2548
2558
  type: 'ibc',
2549
2559
  counterparty: {
@@ -151,6 +151,7 @@ const assets = {
151
151
  },
152
152
  {
153
153
  description: 'The token of Neokingdom DAO.',
154
+ extended_description: 'Neokingdom DAO wants to make employment fairer, by facilitating both web3 and real-world businesses to operate as Decentralized Autonomous Organizations (DAOs).',
154
155
  denom_units: [{
155
156
  denom: 'ibc/DB17D8D720B09503376E950B6AD1F04C456861480787ADF7BE61406ACB8BC0F3',
156
157
  exponent: 0,
@@ -171,6 +172,10 @@ const assets = {
171
172
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/neok.png',
172
173
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/neok.svg'
173
174
  }],
175
+ socials: {
176
+ webiste: 'https://www.neokingdom.org/',
177
+ twitter: 'https://twitter.com/NEOKingdomDAO'
178
+ },
174
179
  traces: [{
175
180
  type: 'ibc',
176
181
  counterparty: {
@@ -607,6 +612,7 @@ const assets = {
607
612
  },
608
613
  {
609
614
  description: 'The token of Neokingdom DAO.',
615
+ extended_description: 'Neokingdom DAO wants to make employment fairer, by facilitating both web3 and real-world businesses to operate as Decentralized Autonomous Organizations (DAOs).',
610
616
  denom_units: [{
611
617
  denom: 'ibc/DB17D8D720B09503376E950B6AD1F04C456861480787ADF7BE61406ACB8BC0F3',
612
618
  exponent: 0,
@@ -627,6 +633,10 @@ const assets = {
627
633
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/neok.png',
628
634
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/neok.svg'
629
635
  }],
636
+ socials: {
637
+ webiste: 'https://www.neokingdom.org/',
638
+ twitter: 'https://twitter.com/NEOKingdomDAO'
639
+ },
630
640
  traces: [{
631
641
  type: 'ibc',
632
642
  counterparty: {
@@ -159,6 +159,7 @@ const assets = {
159
159
  },
160
160
  {
161
161
  description: 'The token of Neokingdom DAO.',
162
+ extended_description: 'Neokingdom DAO wants to make employment fairer, by facilitating both web3 and real-world businesses to operate as Decentralized Autonomous Organizations (DAOs).',
162
163
  denom_units: [{
163
164
  denom: 'ibc/015D3BA713B814E488ACA1E411C67E467088E70E60E25D84A1CC78E19A8F45B5',
164
165
  exponent: 0,
@@ -179,6 +180,10 @@ const assets = {
179
180
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/neok.png',
180
181
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/neok.svg'
181
182
  }],
183
+ socials: {
184
+ webiste: 'https://www.neokingdom.org/',
185
+ twitter: 'https://twitter.com/NEOKingdomDAO'
186
+ },
182
187
  traces: [{
183
188
  type: 'ibc',
184
189
  counterparty: {
@@ -1034,6 +1039,7 @@ const assets = {
1034
1039
  },
1035
1040
  {
1036
1041
  description: 'The token of Neokingdom DAO.',
1042
+ extended_description: 'Neokingdom DAO wants to make employment fairer, by facilitating both web3 and real-world businesses to operate as Decentralized Autonomous Organizations (DAOs).',
1037
1043
  denom_units: [{
1038
1044
  denom: 'ibc/015D3BA713B814E488ACA1E411C67E467088E70E60E25D84A1CC78E19A8F45B5',
1039
1045
  exponent: 0,
@@ -1054,6 +1060,10 @@ const assets = {
1054
1060
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/neok.png',
1055
1061
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/neok.svg'
1056
1062
  }],
1063
+ socials: {
1064
+ webiste: 'https://www.neokingdom.org/',
1065
+ twitter: 'https://twitter.com/NEOKingdomDAO'
1066
+ },
1057
1067
  traces: [{
1058
1068
  type: 'ibc',
1059
1069
  counterparty: {
@@ -527,6 +527,7 @@ const assets = {
527
527
  },
528
528
  {
529
529
  description: 'The token of Neokingdom DAO.',
530
+ extended_description: 'Neokingdom DAO wants to make employment fairer, by facilitating both web3 and real-world businesses to operate as Decentralized Autonomous Organizations (DAOs).',
530
531
  denom_units: [{
531
532
  denom: 'ibc/4DD3698C2FCEA87CDE843D3EA6228F2589A4DF6655A7C16D766010D9CA2E69FB',
532
533
  exponent: 0,
@@ -547,6 +548,10 @@ const assets = {
547
548
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/neok.png',
548
549
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/neok.svg'
549
550
  }],
551
+ socials: {
552
+ webiste: 'https://www.neokingdom.org/',
553
+ twitter: 'https://twitter.com/NEOKingdomDAO'
554
+ },
550
555
  traces: [{
551
556
  type: 'ibc',
552
557
  counterparty: {
@@ -1366,6 +1371,7 @@ const assets = {
1366
1371
  },
1367
1372
  {
1368
1373
  description: 'The token of Neokingdom DAO.',
1374
+ extended_description: 'Neokingdom DAO wants to make employment fairer, by facilitating both web3 and real-world businesses to operate as Decentralized Autonomous Organizations (DAOs).',
1369
1375
  denom_units: [{
1370
1376
  denom: 'ibc/4DD3698C2FCEA87CDE843D3EA6228F2589A4DF6655A7C16D766010D9CA2E69FB',
1371
1377
  exponent: 0,
@@ -1386,6 +1392,10 @@ const assets = {
1386
1392
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/neok.png',
1387
1393
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/neok.svg'
1388
1394
  }],
1395
+ socials: {
1396
+ webiste: 'https://www.neokingdom.org/',
1397
+ twitter: 'https://twitter.com/NEOKingdomDAO'
1398
+ },
1389
1399
  traces: [{
1390
1400
  type: 'ibc',
1391
1401
  counterparty: {
@@ -315,6 +315,7 @@ const assets = {
315
315
  },
316
316
  {
317
317
  description: 'The token of Neokingdom DAO.',
318
+ extended_description: 'Neokingdom DAO wants to make employment fairer, by facilitating both web3 and real-world businesses to operate as Decentralized Autonomous Organizations (DAOs).',
318
319
  denom_units: [{
319
320
  denom: 'ibc/9C96847F0DC46D41E9D1016C66117DE290A2AF94AE4B583EC26224718A2AAFA0',
320
321
  exponent: 0,
@@ -335,6 +336,10 @@ const assets = {
335
336
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/neok.png',
336
337
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/neok.svg'
337
338
  }],
339
+ socials: {
340
+ webiste: 'https://www.neokingdom.org/',
341
+ twitter: 'https://twitter.com/NEOKingdomDAO'
342
+ },
338
343
  traces: [{
339
344
  type: 'ibc',
340
345
  counterparty: {
@@ -1024,6 +1029,7 @@ const assets = {
1024
1029
  },
1025
1030
  {
1026
1031
  description: 'The token of Neokingdom DAO.',
1032
+ extended_description: 'Neokingdom DAO wants to make employment fairer, by facilitating both web3 and real-world businesses to operate as Decentralized Autonomous Organizations (DAOs).',
1027
1033
  denom_units: [{
1028
1034
  denom: 'ibc/9C96847F0DC46D41E9D1016C66117DE290A2AF94AE4B583EC26224718A2AAFA0',
1029
1035
  exponent: 0,
@@ -1044,6 +1050,10 @@ const assets = {
1044
1050
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/neok.png',
1045
1051
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/neok.svg'
1046
1052
  }],
1053
+ socials: {
1054
+ webiste: 'https://www.neokingdom.org/',
1055
+ twitter: 'https://twitter.com/NEOKingdomDAO'
1056
+ },
1047
1057
  traces: [{
1048
1058
  type: 'ibc',
1049
1059
  counterparty: {
@@ -1746,6 +1746,7 @@ const assets = {
1746
1746
  },
1747
1747
  {
1748
1748
  description: 'The token of Neokingdom DAO.',
1749
+ extended_description: 'Neokingdom DAO wants to make employment fairer, by facilitating both web3 and real-world businesses to operate as Decentralized Autonomous Organizations (DAOs).',
1749
1750
  denom_units: [{
1750
1751
  denom: 'ibc/FCB0126B85D91CCBDF17FC273023372D41DE033B6E6B666EA2E0E30EAECFEFFC',
1751
1752
  exponent: 0,
@@ -1766,6 +1767,10 @@ const assets = {
1766
1767
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/neok.png',
1767
1768
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/neok.svg'
1768
1769
  }],
1770
+ socials: {
1771
+ webiste: 'https://www.neokingdom.org/',
1772
+ twitter: 'https://twitter.com/NEOKingdomDAO'
1773
+ },
1769
1774
  traces: [{
1770
1775
  type: 'ibc',
1771
1776
  counterparty: {
@@ -4123,6 +4128,7 @@ const assets = {
4123
4128
  },
4124
4129
  {
4125
4130
  description: 'The token of Neokingdom DAO.',
4131
+ extended_description: 'Neokingdom DAO wants to make employment fairer, by facilitating both web3 and real-world businesses to operate as Decentralized Autonomous Organizations (DAOs).',
4126
4132
  denom_units: [{
4127
4133
  denom: 'ibc/FCB0126B85D91CCBDF17FC273023372D41DE033B6E6B666EA2E0E30EAECFEFFC',
4128
4134
  exponent: 0,
@@ -4143,6 +4149,10 @@ const assets = {
4143
4149
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/neok.png',
4144
4150
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/neok.svg'
4145
4151
  }],
4152
+ socials: {
4153
+ webiste: 'https://www.neokingdom.org/',
4154
+ twitter: 'https://twitter.com/NEOKingdomDAO'
4155
+ },
4146
4156
  traces: [{
4147
4157
  type: 'ibc',
4148
4158
  counterparty: {
@@ -673,6 +673,7 @@ const assets = {
673
673
  },
674
674
  {
675
675
  description: 'The token of Neokingdom DAO.',
676
+ extended_description: 'Neokingdom DAO wants to make employment fairer, by facilitating both web3 and real-world businesses to operate as Decentralized Autonomous Organizations (DAOs).',
676
677
  denom_units: [{
677
678
  denom: 'ibc/4DD3698C2FCEA87CDE843D3EA6228F2589A4DF6655A7C16D766010D9CA2E69FB',
678
679
  exponent: 0,
@@ -693,6 +694,10 @@ const assets = {
693
694
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/neok.png',
694
695
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/neok.svg'
695
696
  }],
697
+ socials: {
698
+ webiste: 'https://www.neokingdom.org/',
699
+ twitter: 'https://twitter.com/NEOKingdomDAO'
700
+ },
696
701
  traces: [{
697
702
  type: 'ibc',
698
703
  counterparty: {
@@ -2589,6 +2594,7 @@ const assets = {
2589
2594
  },
2590
2595
  {
2591
2596
  description: 'The token of Neokingdom DAO.',
2597
+ extended_description: 'Neokingdom DAO wants to make employment fairer, by facilitating both web3 and real-world businesses to operate as Decentralized Autonomous Organizations (DAOs).',
2592
2598
  denom_units: [{
2593
2599
  denom: 'ibc/4DD3698C2FCEA87CDE843D3EA6228F2589A4DF6655A7C16D766010D9CA2E69FB',
2594
2600
  exponent: 0,
@@ -2609,6 +2615,10 @@ const assets = {
2609
2615
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/neok.png',
2610
2616
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/neok.svg'
2611
2617
  }],
2618
+ socials: {
2619
+ webiste: 'https://www.neokingdom.org/',
2620
+ twitter: 'https://twitter.com/NEOKingdomDAO'
2621
+ },
2612
2622
  traces: [{
2613
2623
  type: 'ibc',
2614
2624
  counterparty: {
@@ -338,6 +338,7 @@ const assets = {
338
338
  },
339
339
  {
340
340
  description: 'The token of Neokingdom DAO.',
341
+ extended_description: 'Neokingdom DAO wants to make employment fairer, by facilitating both web3 and real-world businesses to operate as Decentralized Autonomous Organizations (DAOs).',
341
342
  denom_units: [{
342
343
  denom: 'ibc/B44BF5AB79C7893A27BAFCF65702B3EBC6DD1E2CF0C8D43605ACDFD1F98229BB',
343
344
  exponent: 0,
@@ -358,6 +359,10 @@ const assets = {
358
359
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/neok.png',
359
360
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/neok.svg'
360
361
  }],
362
+ socials: {
363
+ webiste: 'https://www.neokingdom.org/',
364
+ twitter: 'https://twitter.com/NEOKingdomDAO'
365
+ },
361
366
  traces: [{
362
367
  type: 'ibc',
363
368
  counterparty: {
@@ -825,6 +830,7 @@ const assets = {
825
830
  },
826
831
  {
827
832
  description: 'The token of Neokingdom DAO.',
833
+ extended_description: 'Neokingdom DAO wants to make employment fairer, by facilitating both web3 and real-world businesses to operate as Decentralized Autonomous Organizations (DAOs).',
828
834
  denom_units: [{
829
835
  denom: 'ibc/B44BF5AB79C7893A27BAFCF65702B3EBC6DD1E2CF0C8D43605ACDFD1F98229BB',
830
836
  exponent: 0,
@@ -845,6 +851,10 @@ const assets = {
845
851
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/neok.png',
846
852
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/neok.svg'
847
853
  }],
854
+ socials: {
855
+ webiste: 'https://www.neokingdom.org/',
856
+ twitter: 'https://twitter.com/NEOKingdomDAO'
857
+ },
848
858
  traces: [{
849
859
  type: 'ibc',
850
860
  counterparty: {
@@ -4,7 +4,7 @@ const assets = {
4
4
  {
5
5
  description: 'The native token of Osmosis',
6
6
  denom_units: [{
7
- denom: 'ibc/0471F1C4E7AFD3F07702BEF6DC365268D64570F7C1FDC98EA6098DD6DE59817B',
7
+ denom: 'ibc/13B2C536BB057AC79D5616B8EA1B9540EC1F2170718CAFF6F0083C966FFFED0B',
8
8
  exponent: 0,
9
9
  aliases: ['uosmo']
10
10
  }, {
@@ -12,7 +12,7 @@ const assets = {
12
12
  exponent: 6
13
13
  }],
14
14
  type_asset: 'sdk.coin',
15
- base: 'ibc/0471F1C4E7AFD3F07702BEF6DC365268D64570F7C1FDC98EA6098DD6DE59817B',
15
+ base: 'ibc/13B2C536BB057AC79D5616B8EA1B9540EC1F2170718CAFF6F0083C966FFFED0B',
16
16
  name: 'Osmosis',
17
17
  display: 'osmo',
18
18
  symbol: 'OSMO',
@@ -33,18 +33,18 @@ const assets = {
33
33
  traces: [{
34
34
  type: 'ibc',
35
35
  counterparty: {
36
- channel_id: 'channel-38776',
36
+ channel_id: 'channel-73360',
37
37
  base_denom: 'uosmo',
38
38
  chain_name: 'osmosis'
39
39
  },
40
40
  chain: {
41
- channel_id: 'channel-1'
41
+ channel_id: 'channel-2'
42
42
  }
43
43
  }]
44
44
  },
45
45
  {
46
46
  denom_units: [{
47
- denom: 'ibc/EA7DF7F779C7F14E07172E5713E07356B55F01496CA649DDE46CF8FBF1A8466D',
47
+ denom: 'ibc/6FA7B62692FBCA2E51F567947035DE3C5D7333D49D13B85A25F358E80DF4E991',
48
48
  exponent: 0,
49
49
  aliases: ['uion']
50
50
  }, {
@@ -52,7 +52,7 @@ const assets = {
52
52
  exponent: 6
53
53
  }],
54
54
  type_asset: 'sdk.coin',
55
- base: 'ibc/EA7DF7F779C7F14E07172E5713E07356B55F01496CA649DDE46CF8FBF1A8466D',
55
+ base: 'ibc/6FA7B62692FBCA2E51F567947035DE3C5D7333D49D13B85A25F358E80DF4E991',
56
56
  name: 'Ion DAO',
57
57
  display: 'ion',
58
58
  symbol: 'ION',
@@ -73,19 +73,19 @@ const assets = {
73
73
  traces: [{
74
74
  type: 'ibc',
75
75
  counterparty: {
76
- channel_id: 'channel-38776',
76
+ channel_id: 'channel-73360',
77
77
  base_denom: 'uion',
78
78
  chain_name: 'osmosis'
79
79
  },
80
80
  chain: {
81
- channel_id: 'channel-1'
81
+ channel_id: 'channel-2'
82
82
  }
83
83
  }]
84
84
  },
85
85
  {
86
86
  description: 'The native token of Osmosis',
87
87
  denom_units: [{
88
- denom: 'ibc/0471F1C4E7AFD3F07702BEF6DC365268D64570F7C1FDC98EA6098DD6DE59817B',
88
+ denom: 'ibc/13B2C536BB057AC79D5616B8EA1B9540EC1F2170718CAFF6F0083C966FFFED0B',
89
89
  exponent: 0,
90
90
  aliases: ['uosmo']
91
91
  }, {
@@ -93,7 +93,7 @@ const assets = {
93
93
  exponent: 6
94
94
  }],
95
95
  type_asset: 'sdk.coin',
96
- base: 'ibc/0471F1C4E7AFD3F07702BEF6DC365268D64570F7C1FDC98EA6098DD6DE59817B',
96
+ base: 'ibc/13B2C536BB057AC79D5616B8EA1B9540EC1F2170718CAFF6F0083C966FFFED0B',
97
97
  name: 'Osmosis',
98
98
  display: 'osmo',
99
99
  symbol: 'OSMO',
@@ -114,18 +114,18 @@ const assets = {
114
114
  traces: [{
115
115
  type: 'ibc',
116
116
  counterparty: {
117
- channel_id: 'channel-38776',
117
+ channel_id: 'channel-73360',
118
118
  base_denom: 'uosmo',
119
119
  chain_name: 'osmosis'
120
120
  },
121
121
  chain: {
122
- channel_id: 'channel-1'
122
+ channel_id: 'channel-2'
123
123
  }
124
124
  }]
125
125
  },
126
126
  {
127
127
  denom_units: [{
128
- denom: 'ibc/EA7DF7F779C7F14E07172E5713E07356B55F01496CA649DDE46CF8FBF1A8466D',
128
+ denom: 'ibc/6FA7B62692FBCA2E51F567947035DE3C5D7333D49D13B85A25F358E80DF4E991',
129
129
  exponent: 0,
130
130
  aliases: ['uion']
131
131
  }, {
@@ -133,7 +133,7 @@ const assets = {
133
133
  exponent: 6
134
134
  }],
135
135
  type_asset: 'sdk.coin',
136
- base: 'ibc/EA7DF7F779C7F14E07172E5713E07356B55F01496CA649DDE46CF8FBF1A8466D',
136
+ base: 'ibc/6FA7B62692FBCA2E51F567947035DE3C5D7333D49D13B85A25F358E80DF4E991',
137
137
  name: 'Ion DAO',
138
138
  display: 'ion',
139
139
  symbol: 'ION',
@@ -154,12 +154,12 @@ const assets = {
154
154
  traces: [{
155
155
  type: 'ibc',
156
156
  counterparty: {
157
- channel_id: 'channel-38776',
157
+ channel_id: 'channel-73360',
158
158
  base_denom: 'uion',
159
159
  chain_name: 'osmosis'
160
160
  },
161
161
  chain: {
162
- channel_id: 'channel-1'
162
+ channel_id: 'channel-2'
163
163
  }
164
164
  }]
165
165
  }
@@ -194,6 +194,7 @@ const assets = {
194
194
  },
195
195
  {
196
196
  description: 'The token of Neokingdom DAO.',
197
+ extended_description: 'Neokingdom DAO wants to make employment fairer, by facilitating both web3 and real-world businesses to operate as Decentralized Autonomous Organizations (DAOs).',
197
198
  denom_units: [{
198
199
  denom: 'ibc/0B41F8EB39912A15611BC834EB98962B59EE03C4CA8F781E709BB875BC18DC4B',
199
200
  exponent: 0,
@@ -214,6 +215,10 @@ const assets = {
214
215
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/neok.png',
215
216
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/neok.svg'
216
217
  }],
218
+ socials: {
219
+ webiste: 'https://www.neokingdom.org/',
220
+ twitter: 'https://twitter.com/NEOKingdomDAO'
221
+ },
217
222
  traces: [{
218
223
  type: 'ibc',
219
224
  counterparty: {
@@ -995,6 +1000,7 @@ const assets = {
995
1000
  },
996
1001
  {
997
1002
  description: 'The token of Neokingdom DAO.',
1003
+ extended_description: 'Neokingdom DAO wants to make employment fairer, by facilitating both web3 and real-world businesses to operate as Decentralized Autonomous Organizations (DAOs).',
998
1004
  denom_units: [{
999
1005
  denom: 'ibc/0B41F8EB39912A15611BC834EB98962B59EE03C4CA8F781E709BB875BC18DC4B',
1000
1006
  exponent: 0,
@@ -1015,6 +1021,10 @@ const assets = {
1015
1021
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/neok.png',
1016
1022
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/neok.svg'
1017
1023
  }],
1024
+ socials: {
1025
+ webiste: 'https://www.neokingdom.org/',
1026
+ twitter: 'https://twitter.com/NEOKingdomDAO'
1027
+ },
1018
1028
  traces: [{
1019
1029
  type: 'ibc',
1020
1030
  counterparty: {
@@ -370,6 +370,7 @@ const assets = {
370
370
  },
371
371
  {
372
372
  description: 'The token of Neokingdom DAO.',
373
+ extended_description: 'Neokingdom DAO wants to make employment fairer, by facilitating both web3 and real-world businesses to operate as Decentralized Autonomous Organizations (DAOs).',
373
374
  denom_units: [{
374
375
  denom: 'ibc/6C4D9DB68084D08303E480598D82DE54815F0F9FE058AA81F8780C80D2CE9D56',
375
376
  exponent: 0,
@@ -390,6 +391,10 @@ const assets = {
390
391
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/neok.png',
391
392
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/neok.svg'
392
393
  }],
394
+ socials: {
395
+ webiste: 'https://www.neokingdom.org/',
396
+ twitter: 'https://twitter.com/NEOKingdomDAO'
397
+ },
393
398
  traces: [{
394
399
  type: 'ibc',
395
400
  counterparty: {
@@ -1097,6 +1102,7 @@ const assets = {
1097
1102
  },
1098
1103
  {
1099
1104
  description: 'The token of Neokingdom DAO.',
1105
+ extended_description: 'Neokingdom DAO wants to make employment fairer, by facilitating both web3 and real-world businesses to operate as Decentralized Autonomous Organizations (DAOs).',
1100
1106
  denom_units: [{
1101
1107
  denom: 'ibc/6C4D9DB68084D08303E480598D82DE54815F0F9FE058AA81F8780C80D2CE9D56',
1102
1108
  exponent: 0,
@@ -1117,6 +1123,10 @@ const assets = {
1117
1123
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/neok.png',
1118
1124
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/neok.svg'
1119
1125
  }],
1126
+ socials: {
1127
+ webiste: 'https://www.neokingdom.org/',
1128
+ twitter: 'https://twitter.com/NEOKingdomDAO'
1129
+ },
1120
1130
  traces: [{
1121
1131
  type: 'ibc',
1122
1132
  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/6C7FD6AA8FB2AD8CCC6FA5C8404C765DDCEBDFA8B2665B9E0B00B2DAAE7C3790',
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: {
@@ -187,6 +192,7 @@ const assets = {
187
192
  },
188
193
  {
189
194
  description: 'The token of Neokingdom DAO.',
195
+ extended_description: 'Neokingdom DAO wants to make employment fairer, by facilitating both web3 and real-world businesses to operate as Decentralized Autonomous Organizations (DAOs).',
190
196
  denom_units: [{
191
197
  denom: 'ibc/6C7FD6AA8FB2AD8CCC6FA5C8404C765DDCEBDFA8B2665B9E0B00B2DAAE7C3790',
192
198
  exponent: 0,
@@ -207,6 +213,10 @@ const assets = {
207
213
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/neok.png',
208
214
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/neok.svg'
209
215
  }],
216
+ socials: {
217
+ webiste: 'https://www.neokingdom.org/',
218
+ twitter: 'https://twitter.com/NEOKingdomDAO'
219
+ },
210
220
  traces: [{
211
221
  type: 'ibc',
212
222
  counterparty: {