@api3/logos 0.2.28 → 0.2.29

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.
@@ -104,6 +104,7 @@ const Chain534352 = require('../logos/chain/Chain534352.svg');
104
104
  const Chain534351 = require('../logos/chain/Chain534351.svg');
105
105
  const Chain1329 = require('../logos/chain/Chain1329.svg');
106
106
  const Chain1328 = require('../logos/chain/Chain1328.svg');
107
+ const Chain1868 = require('../logos/chain/Placeholder.svg');
107
108
  const Chain1946 = require('../logos/chain/Chain1946.svg');
108
109
  const Chain146 = require('../logos/chain/Chain146.svg');
109
110
  const Chain57054 = require('../logos/chain/Chain57054.svg');
@@ -337,6 +338,8 @@ function ChainLogo(id, light = false) {
337
338
  return Chain1329;
338
339
  case "1328":
339
340
  return Chain1328;
341
+ case "1868":
342
+ return Chain1868;
340
343
  case "1946":
341
344
  return Chain1946;
342
345
  case "146":
@@ -1 +1 @@
1
- []
1
+ ["1868"]
@@ -1,6 +1,6 @@
1
1
  export { default as ChainLogo } from './ChainLogo.js';
2
2
  export { default as ChainLogoMissing } from './ChainLogoMissing.json';
3
- export { default as SymbolLogo } from './SymbolLogo.js';
4
- export { default as SymbolLogoMissing } from './SymbolLogoMissing.json';
5
3
  export { default as ApiProviderLogo } from './ApiProviderLogo.js';
6
4
  export { default as ApiProviderLogoMissing } from './ApiProviderLogoMissing.json';
5
+ export { default as SymbolLogo } from './SymbolLogo.js';
6
+ export { default as SymbolLogoMissing } from './SymbolLogoMissing.json';
package/dist/cjs/index.js CHANGED
@@ -1,6 +1,6 @@
1
1
  module.exports.ChainLogo = require('./ChainLogo.js');
2
2
  module.exports.ChainLogoMissing = require('./ChainLogoMissing.json');
3
- module.exports.SymbolLogo = require('./SymbolLogo.js');
4
- module.exports.SymbolLogoMissing = require('./SymbolLogoMissing.json');
5
3
  module.exports.ApiProviderLogo = require('./ApiProviderLogo.js');
6
4
  module.exports.ApiProviderLogoMissing = require('./ApiProviderLogoMissing.json');
5
+ module.exports.SymbolLogo = require('./SymbolLogo.js');
6
+ module.exports.SymbolLogoMissing = require('./SymbolLogoMissing.json');
@@ -104,6 +104,7 @@ import Chain534352 from '../logos/chain/Chain534352.svg';
104
104
  import Chain534351 from '../logos/chain/Chain534351.svg';
105
105
  import Chain1329 from '../logos/chain/Chain1329.svg';
106
106
  import Chain1328 from '../logos/chain/Chain1328.svg';
107
+ import Chain1868 from '../logos/chain/Placeholder.svg';
107
108
  import Chain1946 from '../logos/chain/Chain1946.svg';
108
109
  import Chain146 from '../logos/chain/Chain146.svg';
109
110
  import Chain57054 from '../logos/chain/Chain57054.svg';
@@ -337,6 +338,8 @@ function ChainLogo(id, light = false) {
337
338
  return Chain1329;
338
339
  case "1328":
339
340
  return Chain1328;
341
+ case "1868":
342
+ return Chain1868;
340
343
  case "1946":
341
344
  return Chain1946;
342
345
  case "146":
@@ -1 +1 @@
1
- []
1
+ ["1868"]