Skip to content

Commit a369078

Browse files
crzypatchworkcrzypatchwork
authored andcommitted
latest
1 parent 9feaca1 commit a369078

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/display/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ const sortByTokenId = (a, b) => {
2424
const getRestrictedAddresses = async () =>
2525
await axios
2626
.get(
27-
'https://raw.githubusercontent.com/hicetnunc2000/hicetnunc/main/filters/w.json'
27+
'https://raw.githubusercontent.com/hicetnunc2000/hicetnunc-reports/main/filters/w.json'
2828
)
2929
.then((res) => res.data)
3030

0 commit comments

Comments
 (0)