Skip to content

Commit

Permalink
Remove default filter excludes; Add community entry for Gluwa (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
AdaJane authored and atodorov committed Nov 28, 2023
1 parent 4ba0042 commit 759b372
Show file tree
Hide file tree
Showing 37 changed files with 61 additions and 1,714 deletions.
52 changes: 0 additions & 52 deletions src/config/validators/Amforc.tsx

This file was deleted.

97 changes: 0 additions & 97 deletions src/config/validators/ApertureMining.tsx

This file was deleted.

30 changes: 0 additions & 30 deletions src/config/validators/Blockseeker.tsx

This file was deleted.

17 changes: 0 additions & 17 deletions src/config/validators/Blockshard.tsx

This file was deleted.

18 changes: 0 additions & 18 deletions src/config/validators/CoinbaseCloud.tsx

This file was deleted.

60 changes: 60 additions & 0 deletions src/config/validators/Creditcoin.tsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,60 @@
const Creditcoin = () => (
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" xmlSpace="preserve" >
<path d="M120.107 78.0021H108.107V90.0021H120.107V78.0021Z" fill="white" />
<path d="M132.003 78.0021H120.003V90.0021H132.003V78.0021Z" fill="white" />
<path d="M144.001 78.0021H132.001V90.0021H144.001V78.0021Z" fill="white" />
<path d="M156.005 78.0021H144.005V90.0021H156.005V78.0021Z" fill="white" />
<path d="M168.003 78.0021H156.003V90.0021H168.003V78.0021Z" fill="white" />
<path d="M108.109 78.0021H96.1093V90.0021H108.109V78.0021Z" fill="white" />
<path d="M69.0005 70.4979V100.498H99.0006V70.4979H69.0005Z" fill="white" />
<path d="M72.005 0H60.005V12H72.005V0Z" fill="white" />
<path d="M84.0025 0H72.0025V12H84.0025V0Z" fill="white" />
<path d="M96 0H84V12H96V0Z" fill="white" />
<path d="M108.001 0H96.001V12H108.001V0Z" fill="white" />
<path
d="M4.57764e-05 96.002L4.57764e-05 108.002H12V96.002H4.57764e-05Z"
fill="white"
/>
<path
d="M4.57764e-05 84.001L4.57764e-05 96.001H12V84.001H4.57764e-05Z"
fill="white"
/>
<path d="M4.57764e-05 72L4.57764e-05 84H12V72H4.57764e-05Z" fill="white" />
<path
d="M4.57764e-05 59.999L4.57764e-05 71.999H12V59.999H4.57764e-05Z"
fill="white"
/>
<path d="M120.006 12.001H108.006V24.001H120.006V12.001Z" fill="white" />
<path d="M132.003 12.001H120.003V24.001H132.003V12.001Z" fill="white" />
<path d="M48.003 12.001H36.003V24.001H48.003V12.001Z" fill="white" />
<path d="M36.0055 24.0024H24.0055V36.0024H36.0055V24.0024Z" fill="white" />
<path d="M24.001 36.0021H12.001V48.0021H24.001V36.0021Z" fill="white" />
<path d="M24.001 47.9979H12.001V59.9979H24.001V47.9979Z" fill="white" />
<path d="M156.005 36.0021H144.005V48.0021H156.005V36.0021Z" fill="white" />
<path d="M156.005 47.9979H144.005V59.9979H156.005V47.9979Z" fill="white" />
<path d="M144.001 24.0024H132.001V36.0024H144.001V24.0024Z" fill="white" />
<path d="M60.0005 12.001H48.0005V24.001H60.0005V12.001Z" fill="white" />
<path d="M96.0055 168H108.006V156H96.0055V168Z" fill="white" />
<path d="M84.001 168H96.001V156H84.001V168Z" fill="white" />
<path d="M72 168H84V156H72V168Z" fill="white" />
<path d="M60.0025 168H72.0025V156H60.0025V168Z" fill="white" />
<path d="M48.005 155.999H60.005V143.999H48.005V155.999Z" fill="white" />
<path d="M36.0005 155.999H48.0005V143.999H36.0005V155.999Z" fill="white" />
<path d="M120.001 155.999H132.001V143.999H120.001V155.999Z" fill="white" />
<path d="M132.005 143.998H144.005V131.998H132.005V143.998Z" fill="white" />
<path d="M144.003 131.998H156.003V119.998H144.003V131.998Z" fill="white" />
<path d="M144.003 120.002H156.003V108.002H144.003V120.002Z" fill="white" />
<path
d="M12.0055 131.998H24.0055V119.998H12.0055L12.0055 131.998Z"
fill="white"
/>
<path
d="M12.0055 120.002H24.0055V108.002H12.0055L12.0055 120.002Z"
fill="white"
/>
<path d="M24.003 143.998H36.003V131.998H24.003V143.998Z" fill="white" />
<path d="M108.003 155.999H120.003V143.999H108.003V155.999Z" fill="white" />
</svg>
);

export default Creditcoin;
Loading

0 comments on commit 759b372

Please sign in to comment.