mirror of
https://github.com/alexgo-io/DefiLlama-Adapters.git
synced 2026-04-29 05:15:28 +08:00
Add adapter for Streme on Base (#16749)
This commit is contained in:
18
projects/streme/index.js
Normal file
18
projects/streme/index.js
Normal file
@@ -0,0 +1,18 @@
|
||||
const { sumTokensExport } = require('../helper/unwrapLPs');
|
||||
|
||||
const STAKING_CONTRACT = '0x293A5d47f5D76244b715ce0D0e759E0227349486'
|
||||
const STREME_TOKEN = '0x3b3cd21242ba44e9865b066e5ef5d1cc1030cc58'
|
||||
|
||||
const staking = sumTokensExport({
|
||||
owners: [STAKING_CONTRACT],
|
||||
tokens: [STREME_TOKEN],
|
||||
})
|
||||
|
||||
module.exports = {
|
||||
methodology: 'Staking tracks STREME tokens held in the primary staking/treasury contract on Base.',
|
||||
start: 26098345,
|
||||
base: {
|
||||
tvl: () => ({}),
|
||||
staking,
|
||||
},
|
||||
}
|
||||
Reference in New Issue
Block a user