Skip to content

marinade-finance/marinade-web-config

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 

Repository files navigation

marinade-web-config

This config is used to serve public editable data for the website.

For validators you can add entry with data about you. If you want to add isVerified: true, please, contact chefs in discord: https://discord.gg/QU3acbjFem

All the values are nullable, apart of the votekey and the structure is following:

{
  "validators": [
    {
      "voteKey": "mSoLzYCxHdYgdzU16g5QSh3i5K3z3KZK7ytfqcJm7So",
      "description": "Chefs like to make the best steaks on the Solana",
      "twitterHandle": "MarinadeFinance",
      "isVerified": true,
      "logoUrl":"https://marinade.finance/marinade-logo-black.svg",
    },
    {
      "voteKey": "MNDEFzGvMt87ueuHvVU9VcTqsAP5b3fTGPsHuuPA5ey",
      "description": "The kitchen you'd like to be in.",
      "twitterHandle": "MarinadeFinance",
      "isVerified": true,
      "logoUrl":"https://marinade.finance/marinade-logo-black.svg",
    }
  ]
}

About

public config for the marinade.finance web

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published