Skip to content

Commit 983ce84

Browse files
committed
Include new registries
1 parent d65a64b commit 983ce84

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

components/constants.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,10 @@ export const LABELS = {
22
registry: {
33
'american-carbon-registry': 'ACR',
44
'art-trees': 'ART',
5+
cercarbono: 'CCBCDC',
56
'climate-action-reserve': 'CAR',
67
'gold-standard': 'GLD',
8+
isometric: 'ISO',
79
verra: 'VCS',
810
},
911
category: {

components/queries.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,10 @@ export const QueryProvider = ({ children }) => {
1818
const [registry, setRegistry] = useState({
1919
'american-carbon-registry': true,
2020
'art-trees': true,
21+
cercarbono: true,
2122
'climate-action-reserve': true,
2223
'gold-standard': true,
24+
isometric: true,
2325
verra: true,
2426
})
2527
const [category, setCategory] = useState(() =>

0 commit comments

Comments
 (0)