Skip to content

Commit 3b76ccf

Browse files
update name in methodology
update name in methodology
1 parent 18860a2 commit 3b76ccf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

projects/rolldex/index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@ const tvl = async (api) => {
1919
return api.sumTokens({ tokens, owners: CONFIG[api.chain] });
2020
}
2121

22-
module.exports.methodology = "RollDex functions as a decentralized exchange for crypto derivatives. It offers on-chain perpetuals, providing traders and stakers with exceptional opportunities."
22+
module.exports.methodology = "RollX functions as a decentralized exchange for crypto derivatives. It offers on-chain perpetuals, providing traders and stakers with exceptional opportunities."
2323

2424
Object.keys(CONFIG).forEach((chain) => {
2525
module.exports[chain] = {
2626
tvl,
2727
};
28-
})
28+
})

0 commit comments

Comments
 (0)