Skip to content

Commit 3fc3f34

Browse files
committed
fix: update category names
1 parent 4e23ddb commit 3fc3f34

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

projects/deversifi/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ async function tvl(timestamp, block) {
9090
module.exports = {
9191
name: 'DeversiFi',
9292
token: 'NEC',
93-
category: 'dexes',
93+
category: 'DEXes',
9494
start: 1590969600, // 06/01/2020
9595
tvl,
9696
};

testing/validate/export.js

+6-6
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@
99
const args = require('../args');
1010

1111
const categories = [
12-
'derivatives',
13-
'dexes',
14-
'lending',
15-
'payments',
16-
'assets'
17-
]
12+
'Derivatives',
13+
'DEXes',
14+
'Lending',
15+
'Payments',
16+
'Assets'
17+
];
1818

1919
/*==================================================
2020
Test

0 commit comments

Comments
 (0)