We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9feaca1 commit a369078Copy full SHA for a369078
src/pages/display/index.js
@@ -24,7 +24,7 @@ const sortByTokenId = (a, b) => {
24
const getRestrictedAddresses = async () =>
25
await axios
26
.get(
27
- 'https://raw.githubusercontent.com/hicetnunc2000/hicetnunc/main/filters/w.json'
+ 'https://raw.githubusercontent.com/hicetnunc2000/hicetnunc-reports/main/filters/w.json'
28
)
29
.then((res) => res.data)
30
0 commit comments