Skip to content
This repository has been archived by the owner on Mar 28, 2023. It is now read-only.

Commit

Permalink
Merge pull request #1717 from OpenBazaar/removeBlockBooth
Browse files Browse the repository at this point in the history
remove block booth from default providers
  • Loading branch information
jjeffryes authored Mar 15, 2019
2 parents 205f644 + 3dda24b commit 26a8f41
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions js/data/defaultSearchProviders.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,17 +11,6 @@ const defaultSearchProviders = [
torlistings: 'http://my7nrnmkscxr32zo.onion/listings/search',
locked: true,
},
{
id: 'blockbooth',
name: 'Block Booth',
logo: '../imgs/blockboothLogo.png',
localLogo: '../imgs/blockboothLogo.png',
search: '',
listings: 'https://search.blockbooth.com/api/',
torsearch: 'http://vnjzhvm5gkctyldn.onion/api/',
torlistings: 'http://vnjzhvm5gkctyldn.onion/api/',
locked: true,
},
];

export default defaultSearchProviders;

0 comments on commit 26a8f41

Please sign in to comment.