@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
package/mainnet/coreum.js CHANGED
@@ -317,6 +317,7 @@ const assets = {
317
317
  },
318
318
  {
319
319
  description: 'The token of Neokingdom DAO.',
320
+ extended_description: 'Neokingdom DAO wants to make employment fairer, by facilitating both web3 and real-world businesses to operate as Decentralized Autonomous Organizations (DAOs).',
320
321
  denom_units: [{
321
322
  denom: 'ibc/9C96847F0DC46D41E9D1016C66117DE290A2AF94AE4B583EC26224718A2AAFA0',
322
323
  exponent: 0,
@@ -337,6 +338,10 @@ const assets = {
337
338
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/neok.png',
338
339
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/neok.svg'
339
340
  }],
341
+ socials: {
342
+ webiste: 'https://www.neokingdom.org/',
343
+ twitter: 'https://twitter.com/NEOKingdomDAO'
344
+ },
340
345
  traces: [{
341
346
  type: 'ibc',
342
347
  counterparty: {
@@ -1026,6 +1031,7 @@ const assets = {
1026
1031
  },
1027
1032
  {
1028
1033
  description: 'The token of Neokingdom DAO.',
1034
+ extended_description: 'Neokingdom DAO wants to make employment fairer, by facilitating both web3 and real-world businesses to operate as Decentralized Autonomous Organizations (DAOs).',
1029
1035
  denom_units: [{
1030
1036
  denom: 'ibc/9C96847F0DC46D41E9D1016C66117DE290A2AF94AE4B583EC26224718A2AAFA0',
1031
1037
  exponent: 0,
@@ -1046,6 +1052,10 @@ const assets = {
1046
1052
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/neok.png',
1047
1053
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/neok.svg'
1048
1054
  }],
1055
+ socials: {
1056
+ webiste: 'https://www.neokingdom.org/',
1057
+ twitter: 'https://twitter.com/NEOKingdomDAO'
1058
+ },
1049
1059
  traces: [{
1050
1060
  type: 'ibc',
1051
1061
  counterparty: {
@@ -1748,6 +1748,7 @@ const assets = {
1748
1748
  },
1749
1749
  {
1750
1750
  description: 'The token of Neokingdom DAO.',
1751
+ extended_description: 'Neokingdom DAO wants to make employment fairer, by facilitating both web3 and real-world businesses to operate as Decentralized Autonomous Organizations (DAOs).',
1751
1752
  denom_units: [{
1752
1753
  denom: 'ibc/FCB0126B85D91CCBDF17FC273023372D41DE033B6E6B666EA2E0E30EAECFEFFC',
1753
1754
  exponent: 0,
@@ -1768,6 +1769,10 @@ const assets = {
1768
1769
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/neok.png',
1769
1770
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/neok.svg'
1770
1771
  }],
1772
+ socials: {
1773
+ webiste: 'https://www.neokingdom.org/',
1774
+ twitter: 'https://twitter.com/NEOKingdomDAO'
1775
+ },
1771
1776
  traces: [{
1772
1777
  type: 'ibc',
1773
1778
  counterparty: {
@@ -4125,6 +4130,7 @@ const assets = {
4125
4130
  },
4126
4131
  {
4127
4132
  description: 'The token of Neokingdom DAO.',
4133
+ extended_description: 'Neokingdom DAO wants to make employment fairer, by facilitating both web3 and real-world businesses to operate as Decentralized Autonomous Organizations (DAOs).',
4128
4134
  denom_units: [{
4129
4135
  denom: 'ibc/FCB0126B85D91CCBDF17FC273023372D41DE033B6E6B666EA2E0E30EAECFEFFC',
4130
4136
  exponent: 0,
@@ -4145,6 +4151,10 @@ const assets = {
4145
4151
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/neok.png',
4146
4152
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/neok.svg'
4147
4153
  }],
4154
+ socials: {
4155
+ webiste: 'https://www.neokingdom.org/',
4156
+ twitter: 'https://twitter.com/NEOKingdomDAO'
4157
+ },
4148
4158
  traces: [{
4149
4159
  type: 'ibc',
4150
4160
  counterparty: {
@@ -675,6 +675,7 @@ const assets = {
675
675
  },
676
676
  {
677
677
  description: 'The token of Neokingdom DAO.',
678
+ extended_description: 'Neokingdom DAO wants to make employment fairer, by facilitating both web3 and real-world businesses to operate as Decentralized Autonomous Organizations (DAOs).',
678
679
  denom_units: [{
679
680
  denom: 'ibc/4DD3698C2FCEA87CDE843D3EA6228F2589A4DF6655A7C16D766010D9CA2E69FB',
680
681
  exponent: 0,
@@ -695,6 +696,10 @@ const assets = {
695
696
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/neok.png',
696
697
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/neok.svg'
697
698
  }],
699
+ socials: {
700
+ webiste: 'https://www.neokingdom.org/',
701
+ twitter: 'https://twitter.com/NEOKingdomDAO'
702
+ },
698
703
  traces: [{
699
704
  type: 'ibc',
700
705
  counterparty: {
@@ -2591,6 +2596,7 @@ const assets = {
2591
2596
  },
2592
2597
  {
2593
2598
  description: 'The token of Neokingdom DAO.',
2599
+ extended_description: 'Neokingdom DAO wants to make employment fairer, by facilitating both web3 and real-world businesses to operate as Decentralized Autonomous Organizations (DAOs).',
2594
2600
  denom_units: [{
2595
2601
  denom: 'ibc/4DD3698C2FCEA87CDE843D3EA6228F2589A4DF6655A7C16D766010D9CA2E69FB',
2596
2602
  exponent: 0,
@@ -2611,6 +2617,10 @@ const assets = {
2611
2617
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/neok.png',
2612
2618
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/neok.svg'
2613
2619
  }],
2620
+ socials: {
2621
+ webiste: 'https://www.neokingdom.org/',
2622
+ twitter: 'https://twitter.com/NEOKingdomDAO'
2623
+ },
2614
2624
  traces: [{
2615
2625
  type: 'ibc',
2616
2626
  counterparty: {
@@ -340,6 +340,7 @@ const assets = {
340
340
  },
341
341
  {
342
342
  description: 'The token of Neokingdom DAO.',
343
+ extended_description: 'Neokingdom DAO wants to make employment fairer, by facilitating both web3 and real-world businesses to operate as Decentralized Autonomous Organizations (DAOs).',
343
344
  denom_units: [{
344
345
  denom: 'ibc/B44BF5AB79C7893A27BAFCF65702B3EBC6DD1E2CF0C8D43605ACDFD1F98229BB',
345
346
  exponent: 0,
@@ -360,6 +361,10 @@ const assets = {
360
361
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/neok.png',
361
362
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/neok.svg'
362
363
  }],
364
+ socials: {
365
+ webiste: 'https://www.neokingdom.org/',
366
+ twitter: 'https://twitter.com/NEOKingdomDAO'
367
+ },
363
368
  traces: [{
364
369
  type: 'ibc',
365
370
  counterparty: {
@@ -827,6 +832,7 @@ const assets = {
827
832
  },
828
833
  {
829
834
  description: 'The token of Neokingdom DAO.',
835
+ extended_description: 'Neokingdom DAO wants to make employment fairer, by facilitating both web3 and real-world businesses to operate as Decentralized Autonomous Organizations (DAOs).',
830
836
  denom_units: [{
831
837
  denom: 'ibc/B44BF5AB79C7893A27BAFCF65702B3EBC6DD1E2CF0C8D43605ACDFD1F98229BB',
832
838
  exponent: 0,
@@ -847,6 +853,10 @@ const assets = {
847
853
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/neok.png',
848
854
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/neok.svg'
849
855
  }],
856
+ socials: {
857
+ webiste: 'https://www.neokingdom.org/',
858
+ twitter: 'https://twitter.com/NEOKingdomDAO'
859
+ },
850
860
  traces: [{
851
861
  type: 'ibc',
852
862
  counterparty: {
@@ -6,7 +6,7 @@ const assets = {
6
6
  {
7
7
  description: 'The native token of Osmosis',
8
8
  denom_units: [{
9
- denom: 'ibc/0471F1C4E7AFD3F07702BEF6DC365268D64570F7C1FDC98EA6098DD6DE59817B',
9
+ denom: 'ibc/13B2C536BB057AC79D5616B8EA1B9540EC1F2170718CAFF6F0083C966FFFED0B',
10
10
  exponent: 0,
11
11
  aliases: ['uosmo']
12
12
  }, {
@@ -14,7 +14,7 @@ const assets = {
14
14
  exponent: 6
15
15
  }],
16
16
  type_asset: 'sdk.coin',
17
- base: 'ibc/0471F1C4E7AFD3F07702BEF6DC365268D64570F7C1FDC98EA6098DD6DE59817B',
17
+ base: 'ibc/13B2C536BB057AC79D5616B8EA1B9540EC1F2170718CAFF6F0083C966FFFED0B',
18
18
  name: 'Osmosis',
19
19
  display: 'osmo',
20
20
  symbol: 'OSMO',
@@ -35,18 +35,18 @@ const assets = {
35
35
  traces: [{
36
36
  type: 'ibc',
37
37
  counterparty: {
38
- channel_id: 'channel-38776',
38
+ channel_id: 'channel-73360',
39
39
  base_denom: 'uosmo',
40
40
  chain_name: 'osmosis'
41
41
  },
42
42
  chain: {
43
- channel_id: 'channel-1'
43
+ channel_id: 'channel-2'
44
44
  }
45
45
  }]
46
46
  },
47
47
  {
48
48
  denom_units: [{
49
- denom: 'ibc/EA7DF7F779C7F14E07172E5713E07356B55F01496CA649DDE46CF8FBF1A8466D',
49
+ denom: 'ibc/6FA7B62692FBCA2E51F567947035DE3C5D7333D49D13B85A25F358E80DF4E991',
50
50
  exponent: 0,
51
51
  aliases: ['uion']
52
52
  }, {
@@ -54,7 +54,7 @@ const assets = {
54
54
  exponent: 6
55
55
  }],
56
56
  type_asset: 'sdk.coin',
57
- base: 'ibc/EA7DF7F779C7F14E07172E5713E07356B55F01496CA649DDE46CF8FBF1A8466D',
57
+ base: 'ibc/6FA7B62692FBCA2E51F567947035DE3C5D7333D49D13B85A25F358E80DF4E991',
58
58
  name: 'Ion DAO',
59
59
  display: 'ion',
60
60
  symbol: 'ION',
@@ -75,19 +75,19 @@ const assets = {
75
75
  traces: [{
76
76
  type: 'ibc',
77
77
  counterparty: {
78
- channel_id: 'channel-38776',
78
+ channel_id: 'channel-73360',
79
79
  base_denom: 'uion',
80
80
  chain_name: 'osmosis'
81
81
  },
82
82
  chain: {
83
- channel_id: 'channel-1'
83
+ channel_id: 'channel-2'
84
84
  }
85
85
  }]
86
86
  },
87
87
  {
88
88
  description: 'The native token of Osmosis',
89
89
  denom_units: [{
90
- denom: 'ibc/0471F1C4E7AFD3F07702BEF6DC365268D64570F7C1FDC98EA6098DD6DE59817B',
90
+ denom: 'ibc/13B2C536BB057AC79D5616B8EA1B9540EC1F2170718CAFF6F0083C966FFFED0B',
91
91
  exponent: 0,
92
92
  aliases: ['uosmo']
93
93
  }, {
@@ -95,7 +95,7 @@ const assets = {
95
95
  exponent: 6
96
96
  }],
97
97
  type_asset: 'sdk.coin',
98
- base: 'ibc/0471F1C4E7AFD3F07702BEF6DC365268D64570F7C1FDC98EA6098DD6DE59817B',
98
+ base: 'ibc/13B2C536BB057AC79D5616B8EA1B9540EC1F2170718CAFF6F0083C966FFFED0B',
99
99
  name: 'Osmosis',
100
100
  display: 'osmo',
101
101
  symbol: 'OSMO',
@@ -116,18 +116,18 @@ const assets = {
116
116
  traces: [{
117
117
  type: 'ibc',
118
118
  counterparty: {
119
- channel_id: 'channel-38776',
119
+ channel_id: 'channel-73360',
120
120
  base_denom: 'uosmo',
121
121
  chain_name: 'osmosis'
122
122
  },
123
123
  chain: {
124
- channel_id: 'channel-1'
124
+ channel_id: 'channel-2'
125
125
  }
126
126
  }]
127
127
  },
128
128
  {
129
129
  denom_units: [{
130
- denom: 'ibc/EA7DF7F779C7F14E07172E5713E07356B55F01496CA649DDE46CF8FBF1A8466D',
130
+ denom: 'ibc/6FA7B62692FBCA2E51F567947035DE3C5D7333D49D13B85A25F358E80DF4E991',
131
131
  exponent: 0,
132
132
  aliases: ['uion']
133
133
  }, {
@@ -135,7 +135,7 @@ const assets = {
135
135
  exponent: 6
136
136
  }],
137
137
  type_asset: 'sdk.coin',
138
- base: 'ibc/EA7DF7F779C7F14E07172E5713E07356B55F01496CA649DDE46CF8FBF1A8466D',
138
+ base: 'ibc/6FA7B62692FBCA2E51F567947035DE3C5D7333D49D13B85A25F358E80DF4E991',
139
139
  name: 'Ion DAO',
140
140
  display: 'ion',
141
141
  symbol: 'ION',
@@ -156,12 +156,12 @@ const assets = {
156
156
  traces: [{
157
157
  type: 'ibc',
158
158
  counterparty: {
159
- channel_id: 'channel-38776',
159
+ channel_id: 'channel-73360',
160
160
  base_denom: 'uion',
161
161
  chain_name: 'osmosis'
162
162
  },
163
163
  chain: {
164
- channel_id: 'channel-1'
164
+ channel_id: 'channel-2'
165
165
  }
166
166
  }]
167
167
  }
package/mainnet/dydx.js CHANGED
@@ -196,6 +196,7 @@ const assets = {
196
196
  },
197
197
  {
198
198
  description: 'The token of Neokingdom DAO.',
199
+ extended_description: 'Neokingdom DAO wants to make employment fairer, by facilitating both web3 and real-world businesses to operate as Decentralized Autonomous Organizations (DAOs).',
199
200
  denom_units: [{
200
201
  denom: 'ibc/0B41F8EB39912A15611BC834EB98962B59EE03C4CA8F781E709BB875BC18DC4B',
201
202
  exponent: 0,
@@ -216,6 +217,10 @@ const assets = {
216
217
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/neok.png',
217
218
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/neok.svg'
218
219
  }],
220
+ socials: {
221
+ webiste: 'https://www.neokingdom.org/',
222
+ twitter: 'https://twitter.com/NEOKingdomDAO'
223
+ },
219
224
  traces: [{
220
225
  type: 'ibc',
221
226
  counterparty: {
@@ -997,6 +1002,7 @@ const assets = {
997
1002
  },
998
1003
  {
999
1004
  description: 'The token of Neokingdom DAO.',
1005
+ extended_description: 'Neokingdom DAO wants to make employment fairer, by facilitating both web3 and real-world businesses to operate as Decentralized Autonomous Organizations (DAOs).',
1000
1006
  denom_units: [{
1001
1007
  denom: 'ibc/0B41F8EB39912A15611BC834EB98962B59EE03C4CA8F781E709BB875BC18DC4B',
1002
1008
  exponent: 0,
@@ -1017,6 +1023,10 @@ const assets = {
1017
1023
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/neok.png',
1018
1024
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/neok.svg'
1019
1025
  }],
1026
+ socials: {
1027
+ webiste: 'https://www.neokingdom.org/',
1028
+ twitter: 'https://twitter.com/NEOKingdomDAO'
1029
+ },
1020
1030
  traces: [{
1021
1031
  type: 'ibc',
1022
1032
  counterparty: {
@@ -372,6 +372,7 @@ const assets = {
372
372
  },
373
373
  {
374
374
  description: 'The token of Neokingdom DAO.',
375
+ extended_description: 'Neokingdom DAO wants to make employment fairer, by facilitating both web3 and real-world businesses to operate as Decentralized Autonomous Organizations (DAOs).',
375
376
  denom_units: [{
376
377
  denom: 'ibc/6C4D9DB68084D08303E480598D82DE54815F0F9FE058AA81F8780C80D2CE9D56',
377
378
  exponent: 0,
@@ -392,6 +393,10 @@ const assets = {
392
393
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/neok.png',
393
394
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/neok.svg'
394
395
  }],
396
+ socials: {
397
+ webiste: 'https://www.neokingdom.org/',
398
+ twitter: 'https://twitter.com/NEOKingdomDAO'
399
+ },
395
400
  traces: [{
396
401
  type: 'ibc',
397
402
  counterparty: {
@@ -1099,6 +1104,7 @@ const assets = {
1099
1104
  },
1100
1105
  {
1101
1106
  description: 'The token of Neokingdom DAO.',
1107
+ extended_description: 'Neokingdom DAO wants to make employment fairer, by facilitating both web3 and real-world businesses to operate as Decentralized Autonomous Organizations (DAOs).',
1102
1108
  denom_units: [{
1103
1109
  denom: 'ibc/6C4D9DB68084D08303E480598D82DE54815F0F9FE058AA81F8780C80D2CE9D56',
1104
1110
  exponent: 0,
@@ -1119,6 +1125,10 @@ const assets = {
1119
1125
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/neok.png',
1120
1126
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/neok.svg'
1121
1127
  }],
1128
+ socials: {
1129
+ webiste: 'https://www.neokingdom.org/',
1130
+ twitter: 'https://twitter.com/NEOKingdomDAO'
1131
+ },
1122
1132
  traces: [{
1123
1133
  type: 'ibc',
1124
1134
  counterparty: {
@@ -44,6 +44,7 @@ const assets = {
44
44
  },
45
45
  {
46
46
  description: 'The token of Neokingdom DAO.',
47
+ extended_description: 'Neokingdom DAO wants to make employment fairer, by facilitating both web3 and real-world businesses to operate as Decentralized Autonomous Organizations (DAOs).',
47
48
  denom_units: [{
48
49
  denom: 'ibc/6C7FD6AA8FB2AD8CCC6FA5C8404C765DDCEBDFA8B2665B9E0B00B2DAAE7C3790',
49
50
  exponent: 0,
@@ -64,6 +65,10 @@ const assets = {
64
65
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/neok.png',
65
66
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/neok.svg'
66
67
  }],
68
+ socials: {
69
+ webiste: 'https://www.neokingdom.org/',
70
+ twitter: 'https://twitter.com/NEOKingdomDAO'
71
+ },
67
72
  traces: [{
68
73
  type: 'ibc',
69
74
  counterparty: {
@@ -189,6 +194,7 @@ const assets = {
189
194
  },
190
195
  {
191
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).',
192
198
  denom_units: [{
193
199
  denom: 'ibc/6C7FD6AA8FB2AD8CCC6FA5C8404C765DDCEBDFA8B2665B9E0B00B2DAAE7C3790',
194
200
  exponent: 0,
@@ -209,6 +215,10 @@ const assets = {
209
215
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/neok.png',
210
216
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/neok.svg'
211
217
  }],
218
+ socials: {
219
+ webiste: 'https://www.neokingdom.org/',
220
+ twitter: 'https://twitter.com/NEOKingdomDAO'
221
+ },
212
222
  traces: [{
213
223
  type: 'ibc',
214
224
  counterparty: {
@@ -415,6 +415,7 @@ const assets = {
415
415
  },
416
416
  {
417
417
  description: 'The token of Neokingdom DAO.',
418
+ extended_description: 'Neokingdom DAO wants to make employment fairer, by facilitating both web3 and real-world businesses to operate as Decentralized Autonomous Organizations (DAOs).',
418
419
  denom_units: [{
419
420
  denom: 'ibc/7EB9C35C16C07AC79AD76D4A0FB881CFE874F62D19F7E4F0F710E9E2557E21AE',
420
421
  exponent: 0,
@@ -435,6 +436,10 @@ const assets = {
435
436
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/neok.png',
436
437
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/neok.svg'
437
438
  }],
439
+ socials: {
440
+ webiste: 'https://www.neokingdom.org/',
441
+ twitter: 'https://twitter.com/NEOKingdomDAO'
442
+ },
438
443
  traces: [{
439
444
  type: 'ibc',
440
445
  counterparty: {
@@ -931,6 +936,7 @@ const assets = {
931
936
  },
932
937
  {
933
938
  description: 'The token of Neokingdom DAO.',
939
+ extended_description: 'Neokingdom DAO wants to make employment fairer, by facilitating both web3 and real-world businesses to operate as Decentralized Autonomous Organizations (DAOs).',
934
940
  denom_units: [{
935
941
  denom: 'ibc/7EB9C35C16C07AC79AD76D4A0FB881CFE874F62D19F7E4F0F710E9E2557E21AE',
936
942
  exponent: 0,
@@ -951,6 +957,10 @@ const assets = {
951
957
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/neok.png',
952
958
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/neok.svg'
953
959
  }],
960
+ socials: {
961
+ webiste: 'https://www.neokingdom.org/',
962
+ twitter: 'https://twitter.com/NEOKingdomDAO'
963
+ },
954
964
  traces: [{
955
965
  type: 'ibc',
956
966
  counterparty: {
@@ -299,6 +299,7 @@ const assets = {
299
299
  },
300
300
  {
301
301
  description: 'The token of Neokingdom DAO.',
302
+ extended_description: 'Neokingdom DAO wants to make employment fairer, by facilitating both web3 and real-world businesses to operate as Decentralized Autonomous Organizations (DAOs).',
302
303
  denom_units: [{
303
304
  denom: 'ibc/F6CC233E5C0EA36B1F74AB1AF98471A2D6A80E2542856639703E908B4D93E7C4',
304
305
  exponent: 0,
@@ -319,6 +320,10 @@ const assets = {
319
320
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/neok.png',
320
321
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/neok.svg'
321
322
  }],
323
+ socials: {
324
+ webiste: 'https://www.neokingdom.org/',
325
+ twitter: 'https://twitter.com/NEOKingdomDAO'
326
+ },
322
327
  traces: [{
323
328
  type: 'ibc',
324
329
  counterparty: {
@@ -755,6 +760,7 @@ const assets = {
755
760
  },
756
761
  {
757
762
  description: 'The token of Neokingdom DAO.',
763
+ extended_description: 'Neokingdom DAO wants to make employment fairer, by facilitating both web3 and real-world businesses to operate as Decentralized Autonomous Organizations (DAOs).',
758
764
  denom_units: [{
759
765
  denom: 'ibc/F6CC233E5C0EA36B1F74AB1AF98471A2D6A80E2542856639703E908B4D93E7C4',
760
766
  exponent: 0,
@@ -775,6 +781,10 @@ const assets = {
775
781
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/neok.png',
776
782
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/neok.svg'
777
783
  }],
784
+ socials: {
785
+ webiste: 'https://www.neokingdom.org/',
786
+ twitter: 'https://twitter.com/NEOKingdomDAO'
787
+ },
778
788
  traces: [{
779
789
  type: 'ibc',
780
790
  counterparty: {
package/mainnet/kava.js CHANGED
@@ -283,6 +283,7 @@ const assets = {
283
283
  },
284
284
  {
285
285
  description: 'The token of Neokingdom DAO.',
286
+ extended_description: 'Neokingdom DAO wants to make employment fairer, by facilitating both web3 and real-world businesses to operate as Decentralized Autonomous Organizations (DAOs).',
286
287
  denom_units: [{
287
288
  denom: 'ibc/5D9BA743218E2BC0E08B383B2F6DAE27A4EE997785D347E52A4DE1190761825F',
288
289
  exponent: 0,
@@ -303,6 +304,10 @@ const assets = {
303
304
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/neok.png',
304
305
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/neok.svg'
305
306
  }],
307
+ socials: {
308
+ webiste: 'https://www.neokingdom.org/',
309
+ twitter: 'https://twitter.com/NEOKingdomDAO'
310
+ },
306
311
  traces: [{
307
312
  type: 'ibc',
308
313
  counterparty: {
@@ -805,6 +810,7 @@ const assets = {
805
810
  },
806
811
  {
807
812
  description: 'The token of Neokingdom DAO.',
813
+ extended_description: 'Neokingdom DAO wants to make employment fairer, by facilitating both web3 and real-world businesses to operate as Decentralized Autonomous Organizations (DAOs).',
808
814
  denom_units: [{
809
815
  denom: 'ibc/5D9BA743218E2BC0E08B383B2F6DAE27A4EE997785D347E52A4DE1190761825F',
810
816
  exponent: 0,
@@ -825,6 +831,10 @@ const assets = {
825
831
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/neok.png',
826
832
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/neok.svg'
827
833
  }],
834
+ socials: {
835
+ webiste: 'https://www.neokingdom.org/',
836
+ twitter: 'https://twitter.com/NEOKingdomDAO'
837
+ },
828
838
  traces: [{
829
839
  type: 'ibc',
830
840
  counterparty: {
package/mainnet/kujira.js CHANGED
@@ -866,6 +866,7 @@ const assets = {
866
866
  },
867
867
  {
868
868
  description: 'The token of Neokingdom DAO.',
869
+ extended_description: 'Neokingdom DAO wants to make employment fairer, by facilitating both web3 and real-world businesses to operate as Decentralized Autonomous Organizations (DAOs).',
869
870
  denom_units: [{
870
871
  denom: 'ibc/0B41F8EB39912A15611BC834EB98962B59EE03C4CA8F781E709BB875BC18DC4B',
871
872
  exponent: 0,
@@ -886,6 +887,10 @@ const assets = {
886
887
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/neok.png',
887
888
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/neok.svg'
888
889
  }],
890
+ socials: {
891
+ webiste: 'https://www.neokingdom.org/',
892
+ twitter: 'https://twitter.com/NEOKingdomDAO'
893
+ },
889
894
  traces: [{
890
895
  type: 'ibc',
891
896
  counterparty: {
@@ -2328,6 +2333,7 @@ const assets = {
2328
2333
  },
2329
2334
  {
2330
2335
  description: 'The token of Neokingdom DAO.',
2336
+ extended_description: 'Neokingdom DAO wants to make employment fairer, by facilitating both web3 and real-world businesses to operate as Decentralized Autonomous Organizations (DAOs).',
2331
2337
  denom_units: [{
2332
2338
  denom: 'ibc/0B41F8EB39912A15611BC834EB98962B59EE03C4CA8F781E709BB875BC18DC4B',
2333
2339
  exponent: 0,
@@ -2348,6 +2354,10 @@ const assets = {
2348
2354
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/neok.png',
2349
2355
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/neok.svg'
2350
2356
  }],
2357
+ socials: {
2358
+ webiste: 'https://www.neokingdom.org/',
2359
+ twitter: 'https://twitter.com/NEOKingdomDAO'
2360
+ },
2351
2361
  traces: [{
2352
2362
  type: 'ibc',
2353
2363
  counterparty: {
package/mainnet/noble.js CHANGED
@@ -433,6 +433,7 @@ const assets = {
433
433
  },
434
434
  {
435
435
  description: 'The token of Neokingdom DAO.',
436
+ extended_description: 'Neokingdom DAO wants to make employment fairer, by facilitating both web3 and real-world businesses to operate as Decentralized Autonomous Organizations (DAOs).',
436
437
  denom_units: [{
437
438
  denom: 'ibc/4DD3698C2FCEA87CDE843D3EA6228F2589A4DF6655A7C16D766010D9CA2E69FB',
438
439
  exponent: 0,
@@ -453,6 +454,10 @@ const assets = {
453
454
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/neok.png',
454
455
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/neok.svg'
455
456
  }],
457
+ socials: {
458
+ webiste: 'https://www.neokingdom.org/',
459
+ twitter: 'https://twitter.com/NEOKingdomDAO'
460
+ },
456
461
  traces: [{
457
462
  type: 'ibc',
458
463
  counterparty: {
@@ -1465,6 +1470,7 @@ const assets = {
1465
1470
  },
1466
1471
  {
1467
1472
  description: 'The token of Neokingdom DAO.',
1473
+ extended_description: 'Neokingdom DAO wants to make employment fairer, by facilitating both web3 and real-world businesses to operate as Decentralized Autonomous Organizations (DAOs).',
1468
1474
  denom_units: [{
1469
1475
  denom: 'ibc/4DD3698C2FCEA87CDE843D3EA6228F2589A4DF6655A7C16D766010D9CA2E69FB',
1470
1476
  exponent: 0,
@@ -1485,6 +1491,10 @@ const assets = {
1485
1491
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/neok.png',
1486
1492
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/neok.svg'
1487
1493
  }],
1494
+ socials: {
1495
+ webiste: 'https://www.neokingdom.org/',
1496
+ twitter: 'https://twitter.com/NEOKingdomDAO'
1497
+ },
1488
1498
  traces: [{
1489
1499
  type: 'ibc',
1490
1500
  counterparty: {