Skip to content

Commit 36d5d85

Browse files
authored
add ourbit adapter (DefiLlama#12233)
1 parent 15a6be5 commit 36d5d85

File tree

1 file changed

+50
-0
lines changed

1 file changed

+50
-0
lines changed

projects/ourbit/index.js

Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,50 @@
1+
const { cexExports } = require('../helper/cex')
2+
3+
const config = {
4+
ethereum: {
5+
owners: [
6+
"0xf81b45b1663b7ea8716c74796d99bbe4ea26f488",
7+
"0x18D080B89570e4B996EB17fA1F0206F0CE35d604",
8+
],
9+
},
10+
tron: {
11+
owners: [
12+
"TApNqy5BNx11TiNa7oibbBUV63BY5a2sNE",
13+
"TJP6zoGwWwUmANvMdrtqYq9iWA8qMAAY4q"
14+
],
15+
},
16+
bsc: {
17+
owners: [
18+
"0xdbf7122c0b7af893580df087eabac0b3be3e9483",
19+
"0x6c6EC4beeAa53171a0ce0691D5c9A5FaAF509a8A"
20+
],
21+
},
22+
optimism: {
23+
owners: [
24+
"0x944d6b4c2bf808f9324ca0675f1d7e0e92a35436",
25+
],
26+
},
27+
avax: {
28+
owners: [
29+
"0x8fc27c899fb2c1044608516450e385378195639d",
30+
],
31+
},
32+
arbitrum: {
33+
owners: [
34+
"0x040432c11ee833bdcaac2495329b65bee7cca6d9",
35+
],
36+
},
37+
solana: {
38+
owners: [
39+
"7UhjbynicBP8rqcobwsAJDfRMjwgHSgdxcYNJmLwxfms",
40+
"3pjwKq9yuzpVYfD4h5jMZLLfV8oSd8YiwpoAaB5oZS3H"
41+
],
42+
},
43+
bitcoin: {
44+
owners: [
45+
"bc1q2cvpg2c74puqke4py0ufr0aauj4m5vdeaqpjxv",
46+
],
47+
},
48+
}
49+
50+
module.exports = cexExports(config)

0 commit comments

Comments
 (0)