@chain-registry/assets 1.70.31 → 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 (54) 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/index.js +0 -7
  5. package/esm/mainnet/juno.js +0 -72
  6. package/esm/mainnet/osmosis.js +0 -464
  7. package/esm/testnet/assets.js +1 -3
  8. package/esm/testnet/axelartestnet.js +0 -148
  9. package/esm/testnet/index.js +0 -2
  10. package/esm/testnet/junotestnet.js +0 -148
  11. package/esm/testnet/marstestnet.js +0 -148
  12. package/esm/testnet/nobletestnet.js +0 -148
  13. package/esm/testnet/osmosistestnet.js +0 -82
  14. package/mainnet/assets.js +1 -8
  15. package/mainnet/index.d.ts +0 -7
  16. package/mainnet/index.js +3 -11
  17. package/mainnet/juno.js +0 -72
  18. package/mainnet/osmosis.js +0 -464
  19. package/package.json +6 -6
  20. package/testnet/assets.js +1 -3
  21. package/testnet/axelartestnet.js +0 -148
  22. package/testnet/index.d.ts +0 -2
  23. package/testnet/index.js +1 -3
  24. package/testnet/junotestnet.js +0 -148
  25. package/testnet/marstestnet.js +0 -148
  26. package/testnet/nobletestnet.js +0 -148
  27. package/testnet/osmosistestnet.js +0 -82
  28. package/esm/mainnet/8ball.js +0 -182
  29. package/esm/mainnet/cerberus.js +0 -182
  30. package/esm/mainnet/cudos.js +0 -182
  31. package/esm/mainnet/dig.js +0 -268
  32. package/esm/mainnet/lumenx.js +0 -182
  33. package/esm/mainnet/microtick.js +0 -182
  34. package/esm/mainnet/vidulum.js +0 -424
  35. package/esm/testnet/entrypointtestnet.js +0 -154
  36. package/esm/testnet/osmosistestnet4.js +0 -476
  37. package/mainnet/8ball.d.ts +0 -3
  38. package/mainnet/8ball.js +0 -184
  39. package/mainnet/cerberus.d.ts +0 -3
  40. package/mainnet/cerberus.js +0 -184
  41. package/mainnet/cudos.d.ts +0 -3
  42. package/mainnet/cudos.js +0 -184
  43. package/mainnet/dig.d.ts +0 -3
  44. package/mainnet/dig.js +0 -270
  45. package/mainnet/lumenx.d.ts +0 -3
  46. package/mainnet/lumenx.js +0 -184
  47. package/mainnet/microtick.d.ts +0 -3
  48. package/mainnet/microtick.js +0 -184
  49. package/mainnet/vidulum.d.ts +0 -3
  50. package/mainnet/vidulum.js +0 -426
  51. package/testnet/entrypointtestnet.d.ts +0 -3
  52. package/testnet/entrypointtestnet.js +0 -156
  53. package/testnet/osmosistestnet4.d.ts +0 -3
  54. 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;
@@ -1,6 +1,5 @@
1
1
  export * as ethereum from './ethereum';
2
2
  export * as solana from './solana';
3
- export * as _8ball from './8ball';
4
3
  export * as acrechain from './acrechain';
5
4
  export * as agoric from './agoric';
6
5
  export * as aioz from './aioz';
@@ -21,7 +20,6 @@ export * as bostrom from './bostrom';
21
20
  export * as canto from './canto';
22
21
  export * as carbon from './carbon';
23
22
  export * as celestia from './celestia';
24
- export * as cerberus from './cerberus';
25
23
  export * as chain4energy from './chain4energy';
26
24
  export * as cheqd from './cheqd';
27
25
  export * as chihuahua from './chihuahua';
@@ -34,11 +32,9 @@ export * as cosmoshub from './cosmoshub';
34
32
  export * as crescent from './crescent';
35
33
  export * as cronos from './cronos';
36
34
  export * as cryptoorgchain from './cryptoorgchain';
37
- export * as cudos from './cudos';
38
35
  export * as decentr from './decentr';
39
36
  export * as desmos from './desmos';
40
37
  export * as dhealth from './dhealth';
41
- export * as dig from './dig';
42
38
  export * as doravota from './doravota';
43
39
  export * as dungeon from './dungeon';
44
40
  export * as dydx from './dydx';
@@ -77,14 +73,12 @@ export * as lambda from './lambda';
77
73
  export * as lava from './lava';
78
74
  export * as likecoin from './likecoin';
79
75
  export * as lorenzo from './lorenzo';
80
- export * as lumenx from './lumenx';
81
76
  export * as lumnetwork from './lumnetwork';
82
77
  export * as mande from './mande';
83
78
  export * as mantrachain from './mantrachain';
84
79
  export * as mars from './mars';
85
80
  export * as medasdigital from './medasdigital';
86
81
  export * as meme from './meme';
87
- export * as microtick from './microtick';
88
82
  export * as migaloo from './migaloo';
89
83
  export * as neutaro from './neutaro';
90
84
  export * as neutron from './neutron';
@@ -147,5 +141,4 @@ export * as titan from './titan';
147
141
  export * as umee from './umee';
148
142
  export * as unification from './unification';
149
143
  export * as uptick from './uptick';
150
- export * as vidulum from './vidulum';
151
144
  export * as xpla from './xpla';
@@ -575,42 +575,6 @@ const assets = {
575
575
  }
576
576
  }]
577
577
  },
578
- {
579
- description: 'Native token of Dig Chain',
580
- denom_units: [{
581
- denom: 'ibc/6842C591DC4588411A565C9FF650FB15A17DFE3F0A43201E8141E4D14B8D171A',
582
- exponent: 0,
583
- aliases: ['udig']
584
- }, {
585
- denom: 'dig',
586
- exponent: 6
587
- }],
588
- base: 'ibc/6842C591DC4588411A565C9FF650FB15A17DFE3F0A43201E8141E4D14B8D171A',
589
- name: 'Dig Chain',
590
- display: 'dig',
591
- symbol: 'DIG',
592
- logo_URIs: {
593
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dig/images/dig.png'
594
- },
595
- images: [{
596
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dig/images/dig.png',
597
- theme: {
598
- primary_color_hex: '#1b1433'
599
- }
600
- }],
601
- type_asset: 'sdk.coin',
602
- traces: [{
603
- type: 'ibc',
604
- counterparty: {
605
- channel_id: 'channel-2',
606
- base_denom: 'udig',
607
- chain_name: 'dig'
608
- },
609
- chain: {
610
- channel_id: 'channel-37'
611
- }
612
- }]
613
- },
614
578
  {
615
579
  description: 'e-Money NGM staking token. In addition to earning staking rewards the token is bought back and burned based on e-Money stablecoin inflation.',
616
580
  denom_units: [{
@@ -1458,42 +1422,6 @@ const assets = {
1458
1422
  }
1459
1423
  }]
1460
1424
  },
1461
- {
1462
- description: 'Native token of Dig Chain',
1463
- denom_units: [{
1464
- denom: 'ibc/6842C591DC4588411A565C9FF650FB15A17DFE3F0A43201E8141E4D14B8D171A',
1465
- exponent: 0,
1466
- aliases: ['udig']
1467
- }, {
1468
- denom: 'dig',
1469
- exponent: 6
1470
- }],
1471
- base: 'ibc/6842C591DC4588411A565C9FF650FB15A17DFE3F0A43201E8141E4D14B8D171A',
1472
- name: 'Dig Chain',
1473
- display: 'dig',
1474
- symbol: 'DIG',
1475
- logo_URIs: {
1476
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dig/images/dig.png'
1477
- },
1478
- images: [{
1479
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dig/images/dig.png',
1480
- theme: {
1481
- primary_color_hex: '#1b1433'
1482
- }
1483
- }],
1484
- type_asset: 'sdk.coin',
1485
- traces: [{
1486
- type: 'ibc',
1487
- counterparty: {
1488
- channel_id: 'channel-2',
1489
- base_denom: 'udig',
1490
- chain_name: 'dig'
1491
- },
1492
- chain: {
1493
- channel_id: 'channel-37'
1494
- }
1495
- }]
1496
- },
1497
1425
  {
1498
1426
  description: 'e-Money NGM staking token. In addition to earning staking rewards the token is bought back and burned based on e-Money stablecoin inflation.',
1499
1427
  denom_units: [{