Files
DefiLlama-Adapters/projects/armorfinance/index.js
2025-05-21 15:49:30 +02:00

13 lines
395 B
JavaScript

const { staking } = require("../helper/staking");
module.exports = {
ethereum: {
tvl: () => ({}), // Project rebranded. arNXM is now being managed by EASE.
staking: staking('0x5afedef11aa9cd7dae4023807810d97c20791dec', '0x1337def16f9b486faed0293eb623dc8395dfe46a')
},
hallmarks: [
['2022-10-31', 'Project rebranded as Ease. Stopped doublecounting Nexus Mutual tvl'],
],
};