Skip to content

Commit 60a89f4

Browse files
**Fix Typos in chainge.js and defichain-dex.js** (DefiLlama#12945)
Co-authored-by: Real Shaman <[email protected]>
1 parent 2e004f7 commit 60a89f4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

projects/chainge.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@ Object.keys(config).forEach(chain => {
2525
module.exports[chain] = {
2626
tvl: sumTokensExport({ owner: chaingeAddress, tokens })
2727
}
28-
})
28+
})

projects/defichain-dex.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ async function tvl() {
1111
}
1212

1313
module.exports = {
14-
methodology: "Liquidity on the DEX, DUSD price is reduced by 30% because of the dex stabilty tax",
14+
methodology: "Liquidity on the DEX, DUSD price is reduced by 30% because of the dex stability tax",
1515
timetravel: false,
1616
misrepresentedTokens: true,
1717
defichain: {
1818
tvl
1919
}
20-
}
20+
}

0 commit comments

Comments
 (0)