mirror of
https://github.com/alexgo-io/DefiLlama-Adapters.git
synced 2026-01-12 22:43:12 +08:00
track aethir tvl(staking) (#16869)
This commit is contained in:
8
projects/aethir/index.js
Normal file
8
projects/aethir/index.js
Normal file
@@ -0,0 +1,8 @@
|
||||
const { staking } = require('../helper/staking')
|
||||
|
||||
module.exports = {
|
||||
ethereum: {
|
||||
tvl: () => { },
|
||||
staking: staking("0x3f69Bb14860f7F3348Ac8A5f0D445322143F7feE", "0xbe0ed4138121ecfc5c0e56b40517da27e6c5226b"),
|
||||
},
|
||||
};
|
||||
Reference in New Issue
Block a user