Skip to content

Commit 0cfdd51

Browse files
authored
Add TradeOgre CEX (DefiLlama#14232)
1 parent 200db5d commit 0cfdd51

File tree

1 file changed

+37
-0
lines changed

1 file changed

+37
-0
lines changed

projects/TradeOgre/index.js

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
const { cexExports } = require('../helper/cex')
2+
3+
const config = {
4+
avax: {
5+
owners: [
6+
'0x4648451b5f87ff8f0f7d622bd40574bb97e25980'
7+
]
8+
},
9+
bsc: {
10+
owners: [
11+
'0x4648451b5f87ff8f0f7d622bd40574bb97e25980'
12+
]
13+
},
14+
ethereum: {
15+
owners: [
16+
'0x4648451b5f87ff8f0f7d622bd40574bb97e25980'
17+
],
18+
},
19+
polygon: {
20+
owners: [
21+
'0x4648451b5f87ff8f0f7d622bd40574bb97e25980'
22+
]
23+
},
24+
ripple: {
25+
owners: [
26+
'rhsZa1NR9GqA7NtQjDe5HtYWZxPAZ4oGrE'
27+
]
28+
},
29+
tron: {
30+
owners: [
31+
'TBQc1xRWp2G6iUQTD51Lczrk7zbjTRoGRE'
32+
]
33+
},
34+
}
35+
36+
module.exports = cexExports(config)
37+
module.exports.methodology = 'All reserves information can be found on block explorers.'

0 commit comments

Comments
 (0)