Skip to content

Commit 410f96f

Browse files
author
crzypatchwork
committed
latest
1 parent bcc8b9d commit 410f96f

File tree

3 files changed

+46
-63
lines changed

3 files changed

+46
-63
lines changed

.env

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,5 @@ REACT_APP_BLOCKLIST_OBJKT='https://raw.githubusercontent.com/hicetnunc2000/hicet
44
REACT_APP_BLOCKLIST_WALLET='https://raw.githubusercontent.com/hicetnunc2000/hicetnunc-reports/main/filters/w.json'
55
REACT_APP_BLOCKLIST_BAN='https://raw.githubusercontent.com/hicetnunc2000/hicetnunc-reports/main/filters/b.json'
66

7-
REACT_APP_GRAPHQL_API='https://hdapi.teztools.io/v1/graphql'
7+
#REACT_APP_GRAPHQL_API='https://hdapi.teztools.io/v1/graphql'
8+
REACT_APP_GRAPHQL_API='https://api.hicdex.com/v1/graphql'

package-lock.json

Lines changed: 44 additions & 61 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/pages/display/index.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ import { GetUserMetadata } from '../../data/api'
1313
import { ResponsiveMasonry } from '../../components/responsive-masonry'
1414
import InfiniteScroll from 'react-infinite-scroll-component'
1515
import styles from './styles.module.scss'
16-
import { NFTStorage } from 'nft.storage'
1716

1817
const axios = require('axios')
1918
const fetch = require('node-fetch')

0 commit comments

Comments
 (0)