track aethir tvl(staking) (#16869)

This commit is contained in:
KPHEMRAJ
2025-10-28 22:04:34 +05:30
committed by GitHub
parent 4433a1ef97
commit 09e26e6769

8
projects/aethir/index.js Normal file
View File

@@ -0,0 +1,8 @@
const { staking } = require('../helper/staking')
module.exports = {
ethereum: {
tvl: () => { },
staking: staking("0x3f69Bb14860f7F3348Ac8A5f0D445322143F7feE", "0xbe0ed4138121ecfc5c0e56b40517da27e6c5226b"),
},
};