Proof-Of-Chaos / website

https://proofofchaos.app
MIT License
2 stars 2 forks source link

Update pinata api keys #98

Closed gabrieljaegerde closed 10 months ago

gabrieljaegerde commented 10 months ago

use the paid account

niklasp commented 10 months ago

you have the keys at hand. i do not. you can just set them in production on vercel, maybe its already there,

  const pinata = new pinataSDK(
    process.env.PINATA_API,
    process.env.PINATA_SECRET
  );
gabrieljaegerde commented 10 months ago

keys have been updated in vercel