Skip to content

Commit 5ab2e57

Browse files
authored
chore: add opinion protocol(BNB Chain Mainnet) (#16830)
1 parent 7ca896e commit 5ab2e57

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

projects/opinion/index.js

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
const ADDRESSES = require('../helper/coreAssets.json')
2+
const { sumTokensExport } = require('../helper/unwrapLPs');
3+
4+
module.exports = {
5+
bsc: {
6+
tvl: sumTokensExport({ owners: [
7+
'0xAD1a38cEc043e70E83a3eC30443dB285ED10D774'
8+
], tokens: [ADDRESSES.bsc.USDT]})
9+
},
10+
methodology: `TVL (Total Value Locked) refers to the total value of all collateral tokens held in the Conditional Token contract, including all collateral tokens provided to OPINION prediction markets`
11+
}

0 commit comments

Comments
 (0)