Remove unused code

This commit is contained in:
Willian Mitsuda 2021-09-05 17:19:50 -03:00
parent fd8bdf8765
commit 37b253ab39
1 changed files with 0 additions and 1 deletions

View File

@ -14,7 +14,6 @@ export const blockURL = (blockNum: BlockTag) => `/block/${blockNum}`;
export const blockTxsURL = (blockNum: BlockTag) => `/block/${blockNum}/txs`; export const blockTxsURL = (blockNum: BlockTag) => `/block/${blockNum}/txs`;
// const ipfsGatewayPrefix = "http://localhost:7000/sourcify";
const sourcifyRootHash = const sourcifyRootHash =
"k51qzi5uqu5dll0ocge71eudqnrgnogmbr37gsgl12uubsinphjoknl6bbi41p"; "k51qzi5uqu5dll0ocge71eudqnrgnogmbr37gsgl12uubsinphjoknl6bbi41p";
const ipfsGatewayPrefix = `https://ipfs.io/ipns/${sourcifyRootHash}`; const ipfsGatewayPrefix = `https://ipfs.io/ipns/${sourcifyRootHash}`;