We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 200db5d commit 0cfdd51Copy full SHA for 0cfdd51
projects/TradeOgre/index.js
@@ -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
11
12
13
14
+ ethereum: {
15
16
17
+ ],
18
19
+ polygon: {
20
21
22
23
24
+ ripple: {
25
26
+ 'rhsZa1NR9GqA7NtQjDe5HtYWZxPAZ4oGrE'
27
28
29
+ tron: {
30
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