Skip to content

Commit

Permalink
setting IPFS view link to match IOS app
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark Ney committed Sep 27, 2019
1 parent adab0c2 commit 444d604
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ public class FragmentAssetMenu extends Fragment implements BurnFragmentListener,
private BRButton getDataButton;
private Asset mAsset;
private final static String EXTRAS_ASSET_KEY = "extras.asset.key";
private String BASE_IPFS_URL = "http://cloudflare-ipfs.com/ipfs/";
private String BASE_IPFS_URL = "http://ipfs.io/ipfs/";

public static FragmentAssetMenu newInstance(Asset asset) {
FragmentAssetMenu fragment = new FragmentAssetMenu();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ public class FragmentIPFS extends Fragment {
public LinearLayout backgroundLayout;
public CardView signalLayout;
private WebView webView;
private String BASE_IPFS_URL = "http://cloudflare-ipfs.com/ipfs/";
private String BASE_IPFS_URL = "http://ipfs.io/ipfs/";

public static String IPFS_HASH_KEY_EXTRAS = "IPFS.hash.key.extras";

Expand Down

0 comments on commit 444d604

Please sign in to comment.