Skip to content

Commit

Permalink
Merge branch 'cujo/digital-carbon-icr' into staging
Browse files Browse the repository at this point in the history
  • Loading branch information
cujowolf committed Jan 9, 2024
2 parents 50d1368 + cd202fe commit 5450a8a
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ export function handleNewICC(event: ProjectCreated): void {
if (event.params.projectAddress.toHexString().toLowerCase() == ICR_PROJECT_INFO[i][0]) {
project.id = ICR_PROJECT_INFO[i][1]
project.name = ICR_PROJECT_INFO[i][2]
project.methodologies = ICR_PROJECT_INFO[i][4]
project.category = ICR_PROJECT_INFO[i][5]
project.country = ICR_PROJECT_INFO[i][6]
project.methodologies = ICR_PROJECT_INFO[i][3]
project.category = ICR_PROJECT_INFO[i][4]
project.country = ICR_PROJECT_INFO[i][5]
break
}
}
Expand Down

0 comments on commit 5450a8a

Please sign in to comment.