-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.js
46 lines (44 loc) · 1.16 KB
/
index.js
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
const nftReleasesOpenseaCollection = require("./opensea-nftreleases.js");
module.exports = [
...nftReleasesOpenseaCollection,
{
name: "Bufalo - Pony Up!",
contractAddress: "0xa8c3733e25a9F5E1f5F238660701546e70aE3c89",
chain: "MATIC"
},
{
name: "The Bufalo Charge Emote",
contractAddress: "0xBD1622479260eF17514385dE53EDB587f711bbE2",
chain: "MATIC"
},
{
name: "Bufalo Cowboy Line Dance",
contractAddress: "0x6123758f0Da7df3d61E6f8307eF12e3E9e3DED8E",
chain: "MATIC"
},
{
name: "Bufalo Diamond Set",
contractAddress: "0xcEd8c8A0a7641F91Ad7cF9A065899a97971A41EC",
chain: "MATIC"
},
{
name: "Bufalo Cowboy Bandana & Colts",
contractAddress: "0x204D55735990dEd4405d200A16A4d24c38cbe5CF",
chain: "MATIC"
},
{
name: "Bufalo BFL Genesis Hats",
contractAddress: "0xFdeD171D346107C1d4eB20F37484e8dD65BeaC9B",
chain: "MATIC"
},
{
name: "Bufalo Cowboy Trench Coat",
contractAddress: "0xdf60e4F253003B01F8C6863A996B080D0A9f03de",
chain: "MATIC"
},
{
name: "Bufalo BOTW Genesis Skulls",
contractAddress: "0xE939a98D4FA55a57d3F5aeA98A83fd1ea4D5E619",
chain: "MATIC"
}
];