We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e23ddb commit 3fc3f34Copy full SHA for 3fc3f34
projects/deversifi/index.js
@@ -90,7 +90,7 @@ async function tvl(timestamp, block) {
90
module.exports = {
91
name: 'DeversiFi',
92
token: 'NEC',
93
- category: 'dexes',
+ category: 'DEXes',
94
start: 1590969600, // 06/01/2020
95
tvl,
96
};
testing/validate/export.js
@@ -9,12 +9,12 @@
9
const args = require('../args');
10
11
const categories = [
12
- 'derivatives',
13
- 'dexes',
14
- 'lending',
15
- 'payments',
16
- 'assets'
17
- ]
+ 'Derivatives',
+ 'DEXes',
+ 'Lending',
+ 'Payments',
+ 'Assets'
+ ];
18
19
/*==================================================
20
Test
0 commit comments