Skip to content

Commit

Permalink
Add registry for J-Credits to options (#2339)
Browse files Browse the repository at this point in the history
  • Loading branch information
0xAurelius authored Apr 3, 2024
1 parent 1290c91 commit 7d1139a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions carbon-projects/schemas/project.ts
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ export default defineType({
{ title: "EcoRegistry", value: "ECO" },
{ title: "International Carbon Registry", value: "ICR" },
{ title: "Puro", value: "PURO" },
{ title: "J-Credit", value: "JCS" },
],
},
validation: (r) => r.required(),
Expand Down

0 comments on commit 7d1139a

Please sign in to comment.