-
Notifications
You must be signed in to change notification settings - Fork 61
/
preSupportedNFTs.json
52 lines (52 loc) · 1.42 KB
/
preSupportedNFTs.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
{
"supportedTokens": [
{
"name": "Bored_Ape_Yacht_Club",
"symbol": "BAYC",
"baseURI": "ipfs://QmeSjSinHpPnmXmspMjwiXyN6zS4E9zccariGR3jxcaWtq/",
"address": {
"mainnet":"0xBC4CA0EdA7647A8aB7C2061c2E118A18a936f13D"
}
},
{
"name": "Ethereum_Naming_Service",
"symbol": "ENS",
"baseURI": "",
"address": {
"mainnet":"0x57f1887a8bf19b14fc0df6fd9b2acc9af147ea85"
}
},
{
"name": "Cool_Cats",
"symbol": "COOL",
"baseURI": "https://api.coolcatsnft.com/cat/",
"address": {
"mainnet":"0x1a92f7381b9f03921564a437210bb9396471050c"
}
},
{
"name": "Pudgy_Penguins",
"symbol": "PPG",
"baseURI": "https://ipfs.io/ipfs/QmWXJXRdExse2YHRY21Wvh4pjRxNRQcWVhcKw4DLVnqGqs/",
"address": {
"mainnet":"0xBd3531dA5CF5857e7CfAA92426877b022e612cf8"
}
},
{
"name": "Yat_NFT",
"symbol": "Yats",
"baseURI": "https://a.y.at/nft_transfers/metadata/",
"address": {
"mainnet":"0x7d256d82b32d8003d1ca1a1526ed211e6e0da9e2"
}
},
{
"name": "CryptoKitties",
"symbol": "CK",
"baseURI": "",
"address": {
"mainnet":"0x06012c8cf97BEaD5deAe237070F9587f8E7A266d"
}
}
]
}