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 aefc6f5 commit 05330d8Copy full SHA for 05330d8
projects/gemini/index.js
@@ -0,0 +1,25 @@
1
+const { cexExports } = require('../helper/cex')
2
+
3
+const config = {
4
+ bitcoin: {
5
+ owners: [
6
+ "bc1quq29mutxkgxmjfdr7ayj3zd9ad0ld5mrhh89l2",
7
+ "3Kzh9qAqVWQhEsfQz7zEQL1EuSx5tyNLNS",
8
+ "3MgEAFWu1HKSnZ5ZsC8qf61ZW18xrP5pgd",
9
+ "38UmuUqPCrFmQo4khkomQwZ4VbY2nZMJ67"
10
+ ]
11
+ },
12
+ ethereum: {
13
14
+ "0xF51710015536957A01f32558402902A2D9c35d82",
15
+ "0xd24400ae8BfEBb18cA49Be86258a3C749cf46853",
16
+ "0x07Ee55aA48Bb72DcC6E9D78256648910De513eca",
17
+ "0xAFCD96e580138CFa2332C632E66308eACD45C5dA",
18
+ "0x61EDCDf5bb737ADffE5043706e7C5bb1f1a56eEA"
19
+ ],
20
21
+}
22
23
+module.exports = {
24
+ ...cexExports(config), methodology: 'https://www.gemini.com/trust-center/'
25
0 commit comments