mirror of
https://github.com/alexgo-io/DefiLlama-Adapters.git
synced 2026-04-30 13:52:23 +08:00
13 lines
395 B
JavaScript
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'],
|
|
],
|
|
};
|