Skip to content

Commit

Permalink
json -> ts
Browse files Browse the repository at this point in the history
  • Loading branch information
0xNumlock committed Apr 2, 2024
1 parent 83ff0a2 commit d5deaf8
Show file tree
Hide file tree
Showing 3 changed files with 33,592 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ import { RESERVOIR_URL } from '@nftx/constants';
import fetchUserCollectionsReservoir from './reservoir';
import fetchSubgraphVaults from '../../vaults/fetchSubgraphVaults';
import { Collection } from '@nftx/types';
import Addresses from '../utils/phishing/json/Addresses.json';
import Domains from '../utils/phishing/json/Domains.json';
import { Addresses } from '../utils/phishing/json/Addresses';
import { Domains } from '../utils/phishing/json/Domains';

type FetchUserCollectionsReservoir = typeof fetchUserCollectionsReservoir;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[
export const Addresses = [
"0x101ce0cedd142f199c9ef61739ae59b6611a0fc0",
"0x43412801d29861ecc4c4d86e5becfd16af86a67b",
"0x51d07e2899c0ac6058b52c6f8f352f73d3f0e2e9",
Expand Down
Loading

0 comments on commit d5deaf8

Please sign in to comment.