@chain-registry/assets 1.70.30 → 1.70.32

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 (70) hide show
  1. package/devnet/prysmdevnet.js +0 -148
  2. package/esm/devnet/prysmdevnet.js +0 -148
  3. package/esm/mainnet/assets.js +1 -8
  4. package/esm/mainnet/axelar.js +178 -26
  5. package/esm/mainnet/chihuahua.js +164 -0
  6. package/esm/mainnet/index.js +0 -7
  7. package/esm/mainnet/injective.js +178 -26
  8. package/esm/mainnet/juno.js +0 -72
  9. package/esm/mainnet/kujira.js +178 -26
  10. package/esm/mainnet/omniflixhub.js +86 -0
  11. package/esm/mainnet/osmosis.js +178 -490
  12. package/esm/mainnet/secretnetwork.js +164 -0
  13. package/esm/mainnet/stargaze.js +86 -0
  14. package/esm/mainnet/terra2.js +164 -0
  15. package/esm/testnet/assets.js +1 -3
  16. package/esm/testnet/axelartestnet.js +0 -148
  17. package/esm/testnet/index.js +0 -2
  18. package/esm/testnet/junotestnet.js +0 -148
  19. package/esm/testnet/marstestnet.js +0 -148
  20. package/esm/testnet/nobletestnet.js +0 -148
  21. package/esm/testnet/osmosistestnet.js +0 -82
  22. package/mainnet/assets.js +1 -8
  23. package/mainnet/axelar.js +178 -26
  24. package/mainnet/chihuahua.js +164 -0
  25. package/mainnet/index.d.ts +0 -7
  26. package/mainnet/index.js +3 -11
  27. package/mainnet/injective.js +178 -26
  28. package/mainnet/juno.js +0 -72
  29. package/mainnet/kujira.js +178 -26
  30. package/mainnet/omniflixhub.js +86 -0
  31. package/mainnet/osmosis.js +178 -490
  32. package/mainnet/secretnetwork.js +164 -0
  33. package/mainnet/stargaze.js +86 -0
  34. package/mainnet/terra2.js +164 -0
  35. package/package.json +6 -6
  36. package/testnet/assets.js +1 -3
  37. package/testnet/axelartestnet.js +0 -148
  38. package/testnet/index.d.ts +0 -2
  39. package/testnet/index.js +1 -3
  40. package/testnet/junotestnet.js +0 -148
  41. package/testnet/marstestnet.js +0 -148
  42. package/testnet/nobletestnet.js +0 -148
  43. package/testnet/osmosistestnet.js +0 -82
  44. package/esm/mainnet/8ball.js +0 -182
  45. package/esm/mainnet/cerberus.js +0 -182
  46. package/esm/mainnet/cudos.js +0 -182
  47. package/esm/mainnet/dig.js +0 -268
  48. package/esm/mainnet/lumenx.js +0 -182
  49. package/esm/mainnet/microtick.js +0 -182
  50. package/esm/mainnet/vidulum.js +0 -424
  51. package/esm/testnet/entrypointtestnet.js +0 -154
  52. package/esm/testnet/osmosistestnet4.js +0 -476
  53. package/mainnet/8ball.d.ts +0 -3
  54. package/mainnet/8ball.js +0 -184
  55. package/mainnet/cerberus.d.ts +0 -3
  56. package/mainnet/cerberus.js +0 -184
  57. package/mainnet/cudos.d.ts +0 -3
  58. package/mainnet/cudos.js +0 -184
  59. package/mainnet/dig.d.ts +0 -3
  60. package/mainnet/dig.js +0 -270
  61. package/mainnet/lumenx.d.ts +0 -3
  62. package/mainnet/lumenx.js +0 -184
  63. package/mainnet/microtick.d.ts +0 -3
  64. package/mainnet/microtick.js +0 -184
  65. package/mainnet/vidulum.d.ts +0 -3
  66. package/mainnet/vidulum.js +0 -426
  67. package/testnet/entrypointtestnet.d.ts +0 -3
  68. package/testnet/entrypointtestnet.js +0 -156
  69. package/testnet/osmosistestnet4.d.ts +0 -3
  70. package/testnet/osmosistestnet4.js +0 -478
@@ -317,80 +317,6 @@ const assets = {
317
317
  }
318
318
  }]
319
319
  },
320
- {
321
- description: 'The native token of Osmosis',
322
- denom_units: [{
323
- denom: 'ibc/0471F1C4E7AFD3F07702BEF6DC365268D64570F7C1FDC98EA6098DD6DE59817B',
324
- exponent: 0,
325
- aliases: ['uosmo']
326
- }, {
327
- denom: 'osmo',
328
- exponent: 6,
329
- aliases: []
330
- }],
331
- base: 'ibc/0471F1C4E7AFD3F07702BEF6DC365268D64570F7C1FDC98EA6098DD6DE59817B',
332
- name: 'Osmosis',
333
- display: 'osmo',
334
- symbol: 'OSMO',
335
- logo_URIs: {
336
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
337
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
338
- },
339
- coingecko_id: 'osmosis',
340
- keywords: ['dex', 'staking'],
341
- images: [{
342
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
343
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
344
- }],
345
- type_asset: 'sdk.coin',
346
- traces: [{
347
- type: 'ibc',
348
- counterparty: {
349
- channel_id: 'channel-9018',
350
- base_denom: 'uosmo',
351
- chain_name: 'osmosistestnet4'
352
- },
353
- chain: {
354
- channel_id: 'channel-1'
355
- }
356
- }]
357
- },
358
- {
359
- denom_units: [{
360
- denom: 'ibc/EA7DF7F779C7F14E07172E5713E07356B55F01496CA649DDE46CF8FBF1A8466D',
361
- exponent: 0,
362
- aliases: ['uion']
363
- }, {
364
- denom: 'ion',
365
- exponent: 6
366
- }],
367
- base: 'ibc/EA7DF7F779C7F14E07172E5713E07356B55F01496CA649DDE46CF8FBF1A8466D',
368
- name: 'Ion',
369
- display: 'ion',
370
- symbol: 'ION',
371
- logo_URIs: {
372
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
373
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg'
374
- },
375
- coingecko_id: 'ion',
376
- keywords: ['memecoin'],
377
- images: [{
378
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
379
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg'
380
- }],
381
- type_asset: 'sdk.coin',
382
- traces: [{
383
- type: 'ibc',
384
- counterparty: {
385
- channel_id: 'channel-9018',
386
- base_denom: 'uion',
387
- chain_name: 'osmosistestnet4'
388
- },
389
- chain: {
390
- channel_id: 'channel-1'
391
- }
392
- }]
393
- },
394
320
  {
395
321
  description: 'QCK - native token of Quicksilver',
396
322
  denom_units: [{
@@ -774,80 +700,6 @@ const assets = {
774
700
  }
775
701
  }]
776
702
  },
777
- {
778
- description: 'The native token of Osmosis',
779
- denom_units: [{
780
- denom: 'ibc/0471F1C4E7AFD3F07702BEF6DC365268D64570F7C1FDC98EA6098DD6DE59817B',
781
- exponent: 0,
782
- aliases: ['uosmo']
783
- }, {
784
- denom: 'osmo',
785
- exponent: 6,
786
- aliases: []
787
- }],
788
- base: 'ibc/0471F1C4E7AFD3F07702BEF6DC365268D64570F7C1FDC98EA6098DD6DE59817B',
789
- name: 'Osmosis',
790
- display: 'osmo',
791
- symbol: 'OSMO',
792
- logo_URIs: {
793
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
794
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
795
- },
796
- coingecko_id: 'osmosis',
797
- keywords: ['dex', 'staking'],
798
- images: [{
799
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
800
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
801
- }],
802
- type_asset: 'sdk.coin',
803
- traces: [{
804
- type: 'ibc',
805
- counterparty: {
806
- channel_id: 'channel-9018',
807
- base_denom: 'uosmo',
808
- chain_name: 'osmosistestnet4'
809
- },
810
- chain: {
811
- channel_id: 'channel-1'
812
- }
813
- }]
814
- },
815
- {
816
- denom_units: [{
817
- denom: 'ibc/EA7DF7F779C7F14E07172E5713E07356B55F01496CA649DDE46CF8FBF1A8466D',
818
- exponent: 0,
819
- aliases: ['uion']
820
- }, {
821
- denom: 'ion',
822
- exponent: 6
823
- }],
824
- base: 'ibc/EA7DF7F779C7F14E07172E5713E07356B55F01496CA649DDE46CF8FBF1A8466D',
825
- name: 'Ion',
826
- display: 'ion',
827
- symbol: 'ION',
828
- logo_URIs: {
829
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
830
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg'
831
- },
832
- coingecko_id: 'ion',
833
- keywords: ['memecoin'],
834
- images: [{
835
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
836
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg'
837
- }],
838
- type_asset: 'sdk.coin',
839
- traces: [{
840
- type: 'ibc',
841
- counterparty: {
842
- channel_id: 'channel-9018',
843
- base_denom: 'uion',
844
- chain_name: 'osmosistestnet4'
845
- },
846
- chain: {
847
- channel_id: 'channel-1'
848
- }
849
- }]
850
- },
851
703
  {
852
704
  description: 'QCK - native token of Quicksilver',
853
705
  denom_units: [{
@@ -315,80 +315,6 @@ const assets = {
315
315
  }
316
316
  }]
317
317
  },
318
- {
319
- description: 'The native token of Osmosis',
320
- denom_units: [{
321
- denom: 'ibc/0471F1C4E7AFD3F07702BEF6DC365268D64570F7C1FDC98EA6098DD6DE59817B',
322
- exponent: 0,
323
- aliases: ['uosmo']
324
- }, {
325
- denom: 'osmo',
326
- exponent: 6,
327
- aliases: []
328
- }],
329
- base: 'ibc/0471F1C4E7AFD3F07702BEF6DC365268D64570F7C1FDC98EA6098DD6DE59817B',
330
- name: 'Osmosis',
331
- display: 'osmo',
332
- symbol: 'OSMO',
333
- logo_URIs: {
334
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
335
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
336
- },
337
- coingecko_id: 'osmosis',
338
- keywords: ['dex', 'staking'],
339
- images: [{
340
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
341
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
342
- }],
343
- type_asset: 'sdk.coin',
344
- traces: [{
345
- type: 'ibc',
346
- counterparty: {
347
- channel_id: 'channel-9018',
348
- base_denom: 'uosmo',
349
- chain_name: 'osmosistestnet4'
350
- },
351
- chain: {
352
- channel_id: 'channel-1'
353
- }
354
- }]
355
- },
356
- {
357
- denom_units: [{
358
- denom: 'ibc/EA7DF7F779C7F14E07172E5713E07356B55F01496CA649DDE46CF8FBF1A8466D',
359
- exponent: 0,
360
- aliases: ['uion']
361
- }, {
362
- denom: 'ion',
363
- exponent: 6
364
- }],
365
- base: 'ibc/EA7DF7F779C7F14E07172E5713E07356B55F01496CA649DDE46CF8FBF1A8466D',
366
- name: 'Ion',
367
- display: 'ion',
368
- symbol: 'ION',
369
- logo_URIs: {
370
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
371
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg'
372
- },
373
- coingecko_id: 'ion',
374
- keywords: ['memecoin'],
375
- images: [{
376
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
377
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg'
378
- }],
379
- type_asset: 'sdk.coin',
380
- traces: [{
381
- type: 'ibc',
382
- counterparty: {
383
- channel_id: 'channel-9018',
384
- base_denom: 'uion',
385
- chain_name: 'osmosistestnet4'
386
- },
387
- chain: {
388
- channel_id: 'channel-1'
389
- }
390
- }]
391
- },
392
318
  {
393
319
  description: 'QCK - native token of Quicksilver',
394
320
  denom_units: [{
@@ -772,80 +698,6 @@ const assets = {
772
698
  }
773
699
  }]
774
700
  },
775
- {
776
- description: 'The native token of Osmosis',
777
- denom_units: [{
778
- denom: 'ibc/0471F1C4E7AFD3F07702BEF6DC365268D64570F7C1FDC98EA6098DD6DE59817B',
779
- exponent: 0,
780
- aliases: ['uosmo']
781
- }, {
782
- denom: 'osmo',
783
- exponent: 6,
784
- aliases: []
785
- }],
786
- base: 'ibc/0471F1C4E7AFD3F07702BEF6DC365268D64570F7C1FDC98EA6098DD6DE59817B',
787
- name: 'Osmosis',
788
- display: 'osmo',
789
- symbol: 'OSMO',
790
- logo_URIs: {
791
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
792
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
793
- },
794
- coingecko_id: 'osmosis',
795
- keywords: ['dex', 'staking'],
796
- images: [{
797
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
798
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
799
- }],
800
- type_asset: 'sdk.coin',
801
- traces: [{
802
- type: 'ibc',
803
- counterparty: {
804
- channel_id: 'channel-9018',
805
- base_denom: 'uosmo',
806
- chain_name: 'osmosistestnet4'
807
- },
808
- chain: {
809
- channel_id: 'channel-1'
810
- }
811
- }]
812
- },
813
- {
814
- denom_units: [{
815
- denom: 'ibc/EA7DF7F779C7F14E07172E5713E07356B55F01496CA649DDE46CF8FBF1A8466D',
816
- exponent: 0,
817
- aliases: ['uion']
818
- }, {
819
- denom: 'ion',
820
- exponent: 6
821
- }],
822
- base: 'ibc/EA7DF7F779C7F14E07172E5713E07356B55F01496CA649DDE46CF8FBF1A8466D',
823
- name: 'Ion',
824
- display: 'ion',
825
- symbol: 'ION',
826
- logo_URIs: {
827
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
828
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg'
829
- },
830
- coingecko_id: 'ion',
831
- keywords: ['memecoin'],
832
- images: [{
833
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
834
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg'
835
- }],
836
- type_asset: 'sdk.coin',
837
- traces: [{
838
- type: 'ibc',
839
- counterparty: {
840
- channel_id: 'channel-9018',
841
- base_denom: 'uion',
842
- chain_name: 'osmosistestnet4'
843
- },
844
- chain: {
845
- channel_id: 'channel-1'
846
- }
847
- }]
848
- },
849
701
  {
850
702
  description: 'QCK - native token of Quicksilver',
851
703
  denom_units: [{
@@ -1,6 +1,5 @@
1
1
  import _ethereum from './ethereum';
2
2
  import _solana from './solana';
3
- import _8ball from './8ball';
4
3
  import _acrechain from './acrechain';
5
4
  import _agoric from './agoric';
6
5
  import _aioz from './aioz';
@@ -21,7 +20,6 @@ import _bostrom from './bostrom';
21
20
  import _canto from './canto';
22
21
  import _carbon from './carbon';
23
22
  import _celestia from './celestia';
24
- import _cerberus from './cerberus';
25
23
  import _chain4energy from './chain4energy';
26
24
  import _cheqd from './cheqd';
27
25
  import _chihuahua from './chihuahua';
@@ -34,11 +32,9 @@ import _cosmoshub from './cosmoshub';
34
32
  import _crescent from './crescent';
35
33
  import _cronos from './cronos';
36
34
  import _cryptoorgchain from './cryptoorgchain';
37
- import _cudos from './cudos';
38
35
  import _decentr from './decentr';
39
36
  import _desmos from './desmos';
40
37
  import _dhealth from './dhealth';
41
- import _dig from './dig';
42
38
  import _doravota from './doravota';
43
39
  import _dungeon from './dungeon';
44
40
  import _dydx from './dydx';
@@ -77,14 +73,12 @@ import _lambda from './lambda';
77
73
  import _lava from './lava';
78
74
  import _likecoin from './likecoin';
79
75
  import _lorenzo from './lorenzo';
80
- import _lumenx from './lumenx';
81
76
  import _lumnetwork from './lumnetwork';
82
77
  import _mande from './mande';
83
78
  import _mantrachain from './mantrachain';
84
79
  import _mars from './mars';
85
80
  import _medasdigital from './medasdigital';
86
81
  import _meme from './meme';
87
- import _microtick from './microtick';
88
82
  import _migaloo from './migaloo';
89
83
  import _neutaro from './neutaro';
90
84
  import _neutron from './neutron';
@@ -147,7 +141,6 @@ import _titan from './titan';
147
141
  import _umee from './umee';
148
142
  import _unification from './unification';
149
143
  import _uptick from './uptick';
150
- import _vidulum from './vidulum';
151
144
  import _xpla from './xpla';
152
- const assets = [_ethereum, _solana, _8ball, _acrechain, _agoric, _aioz, _akash, _andromeda, _archway, _arkh, _assetmantle, _atomone, _aura, _axelar, _bandchain, _beezee, _bitcanna, _bitsong, _bluzelle, _bostrom, _canto, _carbon, _celestia, _cerberus, _chain4energy, _cheqd, _chihuahua, _cifer, _comdex, _composable, _conscious, _coreum, _cosmoshub, _crescent, _cronos, _cryptoorgchain, _cudos, _decentr, _desmos, _dhealth, _dig, _doravota, _dungeon, _dydx, _dymension, _dyson, _echelon, _emoney, _empowerchain, _evmos, _fetchhub, _firmachain, _furya, _fxcore, _galaxy, _gateway, _genesisl1, _gitopia, _gravitybridge, _haqq, _humans, _impacthub, _imversed, _injective, _int3face, _irisnet, _jackal, _joltify, _juno, _kava, _kichain, _kimanetwork, _konstellation, _kujira, _kyve, _lambda, _lava, _likecoin, _lorenzo, _lumenx, _lumnetwork, _mande, _mantrachain, _mars, _medasdigital, _meme, _microtick, _migaloo, _neutaro, _neutron, _nibiru, _nim, _noble, _nois, _nolus, _nomic, _nyx, _odin, _okexchain, _omniflixhub, _onex, _onomy, _oraichain, _osmosis, _panacea, _passage, _persistence, _planq, _point, _provenance, _pryzm, _pundix, _pylons, _quasar, _quicksilver, _qwoyn, _realio, _rebus, _regen, _rizon, _routerchain, _saga, _scorum, _secretnetwork, _seda, _sei, _self, _sentinel, _sge, _shareledger, _shentu, _shido, _sifchain, _sommelier, _source, _stafihub, _stargaze, _starname, _stratos, _stride, _synternet, _teritori, _terra, _terra2, _tgrade, _titan, _umee, _unification, _uptick, _vidulum, _xpla];
145
+ const assets = [_ethereum, _solana, _acrechain, _agoric, _aioz, _akash, _andromeda, _archway, _arkh, _assetmantle, _atomone, _aura, _axelar, _bandchain, _beezee, _bitcanna, _bitsong, _bluzelle, _bostrom, _canto, _carbon, _celestia, _chain4energy, _cheqd, _chihuahua, _cifer, _comdex, _composable, _conscious, _coreum, _cosmoshub, _crescent, _cronos, _cryptoorgchain, _decentr, _desmos, _dhealth, _doravota, _dungeon, _dydx, _dymension, _dyson, _echelon, _emoney, _empowerchain, _evmos, _fetchhub, _firmachain, _furya, _fxcore, _galaxy, _gateway, _genesisl1, _gitopia, _gravitybridge, _haqq, _humans, _impacthub, _imversed, _injective, _int3face, _irisnet, _jackal, _joltify, _juno, _kava, _kichain, _kimanetwork, _konstellation, _kujira, _kyve, _lambda, _lava, _likecoin, _lorenzo, _lumnetwork, _mande, _mantrachain, _mars, _medasdigital, _meme, _migaloo, _neutaro, _neutron, _nibiru, _nim, _noble, _nois, _nolus, _nomic, _nyx, _odin, _okexchain, _omniflixhub, _onex, _onomy, _oraichain, _osmosis, _panacea, _passage, _persistence, _planq, _point, _provenance, _pryzm, _pundix, _pylons, _quasar, _quicksilver, _qwoyn, _realio, _rebus, _regen, _rizon, _routerchain, _saga, _scorum, _secretnetwork, _seda, _sei, _self, _sentinel, _sge, _shareledger, _shentu, _shido, _sifchain, _sommelier, _source, _stafihub, _stargaze, _starname, _stratos, _stride, _synternet, _teritori, _terra, _terra2, _tgrade, _titan, _umee, _unification, _uptick, _xpla];
153
146
  export default assets;
@@ -2233,7 +2233,7 @@ const assets = {
2233
2233
  }]
2234
2234
  },
2235
2235
  {
2236
- description: 'Staking and governance token for ODIN Protocol',
2236
+ description: 'ODIN is the Staking and governance token for ODIN Protocol',
2237
2237
  denom_units: [{
2238
2238
  denom: 'ibc/8D58BF228C8B8930F5D8D45ED617FFC34CA2AA397288495444FD822201A315DF',
2239
2239
  exponent: 0,
@@ -2252,13 +2252,13 @@ const assets = {
2252
2252
  },
2253
2253
  coingecko_id: 'odin-protocol',
2254
2254
  images: [{
2255
- image_sync: {
2256
- chain_name: 'odin',
2257
- base_denom: 'loki'
2258
- },
2259
2255
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/odin.png',
2260
2256
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/odin.svg'
2261
2257
  }],
2258
+ socials: {
2259
+ website: 'https://odinprotocol.io/',
2260
+ twitter: 'https://twitter.com/odinprotocol'
2261
+ },
2262
2262
  type_asset: 'sdk.coin',
2263
2263
  traces: [{
2264
2264
  type: 'ibc',
@@ -2291,10 +2291,6 @@ const assets = {
2291
2291
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/geo.svg'
2292
2292
  },
2293
2293
  images: [{
2294
- image_sync: {
2295
- chain_name: 'odin',
2296
- base_denom: 'mGeo'
2297
- },
2298
2294
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/geo.png',
2299
2295
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/geo.svg',
2300
2296
  theme: {
@@ -2314,6 +2310,86 @@ const assets = {
2314
2310
  }
2315
2311
  }]
2316
2312
  },
2313
+ {
2314
+ description: 'DOKI the last Dragon',
2315
+ denom_units: [{
2316
+ denom: 'ibc/2CD69A93A9FB69F6E3E1029021822E19D11C3942108A066234B8715D98B1596B',
2317
+ exponent: 0,
2318
+ aliases: ['udoki']
2319
+ }, {
2320
+ denom: 'doki',
2321
+ exponent: 6
2322
+ }],
2323
+ base: 'ibc/2CD69A93A9FB69F6E3E1029021822E19D11C3942108A066234B8715D98B1596B',
2324
+ name: 'DOKI',
2325
+ display: 'doki',
2326
+ symbol: 'DOKI',
2327
+ logo_URIs: {
2328
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/doki_Logo.png'
2329
+ },
2330
+ coingecko_id: 'doki',
2331
+ images: [{
2332
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/doki_Logo.png',
2333
+ theme: {
2334
+ primary_color_hex: '#2e2d2a'
2335
+ }
2336
+ }],
2337
+ socials: {
2338
+ website: 'https://dokicoin.io/',
2339
+ twitter: 'https://twitter.com/doki_coin'
2340
+ },
2341
+ type_asset: 'sdk.coin',
2342
+ traces: [{
2343
+ type: 'ibc',
2344
+ counterparty: {
2345
+ channel_id: 'channel-37',
2346
+ base_denom: 'udoki',
2347
+ chain_name: 'odin'
2348
+ },
2349
+ chain: {
2350
+ channel_id: 'channel-102'
2351
+ }
2352
+ }]
2353
+ },
2354
+ {
2355
+ description: 'Myrkur the leader of OLD Order',
2356
+ denom_units: [{
2357
+ denom: 'ibc/083B5AA8C6C2A17AD00A9275DAA79EA92F511D5F7CE4B30321C2605CB5F754A9',
2358
+ exponent: 0,
2359
+ aliases: ['umyrk']
2360
+ }, {
2361
+ denom: 'myrk',
2362
+ exponent: 6
2363
+ }],
2364
+ base: 'ibc/083B5AA8C6C2A17AD00A9275DAA79EA92F511D5F7CE4B30321C2605CB5F754A9',
2365
+ name: 'MYRK',
2366
+ display: 'myrk',
2367
+ symbol: 'MYRK',
2368
+ logo_URIs: {
2369
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/MYRK_Logo.png'
2370
+ },
2371
+ images: [{
2372
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/MYRK_Logo.png',
2373
+ theme: {
2374
+ primary_color_hex: '#0a0707'
2375
+ }
2376
+ }],
2377
+ socials: {
2378
+ twitter: 'https://twitter.com/myrkweilds'
2379
+ },
2380
+ type_asset: 'sdk.coin',
2381
+ traces: [{
2382
+ type: 'ibc',
2383
+ counterparty: {
2384
+ channel_id: 'channel-37',
2385
+ base_denom: 'umyrk',
2386
+ chain_name: 'odin'
2387
+ },
2388
+ chain: {
2389
+ channel_id: 'channel-102'
2390
+ }
2391
+ }]
2392
+ },
2317
2393
  {
2318
2394
  description: 'O9W token for ODIN Protocol',
2319
2395
  denom_units: [{
@@ -2333,16 +2409,16 @@ const assets = {
2333
2409
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/o9w.svg'
2334
2410
  },
2335
2411
  images: [{
2336
- image_sync: {
2337
- chain_name: 'odin',
2338
- base_denom: 'mO9W'
2339
- },
2340
2412
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/o9w.png',
2341
2413
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/o9w.svg',
2342
2414
  theme: {
2343
2415
  primary_color_hex: '#040404'
2344
2416
  }
2345
2417
  }],
2418
+ socials: {
2419
+ website: 'https://www.odin9worlds.io/',
2420
+ twitter: 'https://twitter.com/odin9worlds'
2421
+ },
2346
2422
  type_asset: 'sdk.coin',
2347
2423
  traces: [{
2348
2424
  type: 'ibc',
@@ -7346,7 +7422,7 @@ const assets = {
7346
7422
  }]
7347
7423
  },
7348
7424
  {
7349
- description: 'Staking and governance token for ODIN Protocol',
7425
+ description: 'ODIN is the Staking and governance token for ODIN Protocol',
7350
7426
  denom_units: [{
7351
7427
  denom: 'ibc/8D58BF228C8B8930F5D8D45ED617FFC34CA2AA397288495444FD822201A315DF',
7352
7428
  exponent: 0,
@@ -7365,13 +7441,13 @@ const assets = {
7365
7441
  },
7366
7442
  coingecko_id: 'odin-protocol',
7367
7443
  images: [{
7368
- image_sync: {
7369
- chain_name: 'odin',
7370
- base_denom: 'loki'
7371
- },
7372
7444
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/odin.png',
7373
7445
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/odin.svg'
7374
7446
  }],
7447
+ socials: {
7448
+ website: 'https://odinprotocol.io/',
7449
+ twitter: 'https://twitter.com/odinprotocol'
7450
+ },
7375
7451
  type_asset: 'sdk.coin',
7376
7452
  traces: [{
7377
7453
  type: 'ibc',
@@ -7404,10 +7480,6 @@ const assets = {
7404
7480
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/geo.svg'
7405
7481
  },
7406
7482
  images: [{
7407
- image_sync: {
7408
- chain_name: 'odin',
7409
- base_denom: 'mGeo'
7410
- },
7411
7483
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/geo.png',
7412
7484
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/geo.svg',
7413
7485
  theme: {
@@ -7427,6 +7499,86 @@ const assets = {
7427
7499
  }
7428
7500
  }]
7429
7501
  },
7502
+ {
7503
+ description: 'DOKI the last Dragon',
7504
+ denom_units: [{
7505
+ denom: 'ibc/2CD69A93A9FB69F6E3E1029021822E19D11C3942108A066234B8715D98B1596B',
7506
+ exponent: 0,
7507
+ aliases: ['udoki']
7508
+ }, {
7509
+ denom: 'doki',
7510
+ exponent: 6
7511
+ }],
7512
+ base: 'ibc/2CD69A93A9FB69F6E3E1029021822E19D11C3942108A066234B8715D98B1596B',
7513
+ name: 'DOKI',
7514
+ display: 'doki',
7515
+ symbol: 'DOKI',
7516
+ logo_URIs: {
7517
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/doki_Logo.png'
7518
+ },
7519
+ coingecko_id: 'doki',
7520
+ images: [{
7521
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/doki_Logo.png',
7522
+ theme: {
7523
+ primary_color_hex: '#2e2d2a'
7524
+ }
7525
+ }],
7526
+ socials: {
7527
+ website: 'https://dokicoin.io/',
7528
+ twitter: 'https://twitter.com/doki_coin'
7529
+ },
7530
+ type_asset: 'sdk.coin',
7531
+ traces: [{
7532
+ type: 'ibc',
7533
+ counterparty: {
7534
+ channel_id: 'channel-37',
7535
+ base_denom: 'udoki',
7536
+ chain_name: 'odin'
7537
+ },
7538
+ chain: {
7539
+ channel_id: 'channel-102'
7540
+ }
7541
+ }]
7542
+ },
7543
+ {
7544
+ description: 'Myrkur the leader of OLD Order',
7545
+ denom_units: [{
7546
+ denom: 'ibc/083B5AA8C6C2A17AD00A9275DAA79EA92F511D5F7CE4B30321C2605CB5F754A9',
7547
+ exponent: 0,
7548
+ aliases: ['umyrk']
7549
+ }, {
7550
+ denom: 'myrk',
7551
+ exponent: 6
7552
+ }],
7553
+ base: 'ibc/083B5AA8C6C2A17AD00A9275DAA79EA92F511D5F7CE4B30321C2605CB5F754A9',
7554
+ name: 'MYRK',
7555
+ display: 'myrk',
7556
+ symbol: 'MYRK',
7557
+ logo_URIs: {
7558
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/MYRK_Logo.png'
7559
+ },
7560
+ images: [{
7561
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/MYRK_Logo.png',
7562
+ theme: {
7563
+ primary_color_hex: '#0a0707'
7564
+ }
7565
+ }],
7566
+ socials: {
7567
+ twitter: 'https://twitter.com/myrkweilds'
7568
+ },
7569
+ type_asset: 'sdk.coin',
7570
+ traces: [{
7571
+ type: 'ibc',
7572
+ counterparty: {
7573
+ channel_id: 'channel-37',
7574
+ base_denom: 'umyrk',
7575
+ chain_name: 'odin'
7576
+ },
7577
+ chain: {
7578
+ channel_id: 'channel-102'
7579
+ }
7580
+ }]
7581
+ },
7430
7582
  {
7431
7583
  description: 'O9W token for ODIN Protocol',
7432
7584
  denom_units: [{
@@ -7446,16 +7598,16 @@ const assets = {
7446
7598
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/o9w.svg'
7447
7599
  },
7448
7600
  images: [{
7449
- image_sync: {
7450
- chain_name: 'odin',
7451
- base_denom: 'mO9W'
7452
- },
7453
7601
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/o9w.png',
7454
7602
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/o9w.svg',
7455
7603
  theme: {
7456
7604
  primary_color_hex: '#040404'
7457
7605
  }
7458
7606
  }],
7607
+ socials: {
7608
+ website: 'https://www.odin9worlds.io/',
7609
+ twitter: 'https://twitter.com/odin9worlds'
7610
+ },
7459
7611
  type_asset: 'sdk.coin',
7460
7612
  traces: [{
7461
7613
  type: 'ibc',