mirror of
https://github.com/alexgo-io/DefiLlama-Adapters.git
synced 2026-04-30 05:45:32 +08:00
Bitflow (#8977)
* feat: add BitFlow adapter * code refactor --------- Co-authored-by: Rodrigo Eduardo <rodrigoeduardodb1@gmail.com>
This commit is contained in:
17
projects/bitflow/index.js
Normal file
17
projects/bitflow/index.js
Normal file
@@ -0,0 +1,17 @@
|
||||
const { sumTokensExport } = require("../helper/sumTokens");
|
||||
|
||||
const BITFLOW_ADDRESS = "SPQC38PW542EQJ5M11CR25P7BS1CA6QT4TBXGB3M";
|
||||
|
||||
const PAIRS = [
|
||||
`${BITFLOW_ADDRESS}.stableswap-stx-ststx-v-1-1`,
|
||||
`${BITFLOW_ADDRESS}.stableswap-stx-ststx-v-1-2`,
|
||||
`${BITFLOW_ADDRESS}.stableswap-usda-susdt-v-1-2`,
|
||||
`${BITFLOW_ADDRESS}.stableswap-abtc-xbtc-v-1-2`,
|
||||
]
|
||||
|
||||
module.exports = {
|
||||
stacks: {
|
||||
tvl: sumTokensExport({ owners: PAIRS }),
|
||||
},
|
||||
methodology: "Total Liquidity Added to DEX Trading Pools",
|
||||
};
|
||||
Reference in New Issue
Block a user