File tree Expand file tree Collapse file tree 3 files changed +48
-1
lines changed Expand file tree Collapse file tree 3 files changed +48
-1
lines changed Original file line number Diff line number Diff line change
1
+ const { cexExports } = require ( '../helper/cex' )
2
+ const bitcoinAddressBook = require ( '../helper/bitcoin-book/index.js' )
3
+
4
+ const config = {
5
+ ethereum : {
6
+ owners : [
7
+ '0x679Fb19dEc9d66C34450a8563FfDFD29C04e615A' ,
8
+ '0x0323718324218dcBfF7c9f89bA5a5954F61A6c74' ,
9
+ '0x794C629e4403CA7CEE126Cc19d6C7b002D0238a5' ,
10
+ ] ,
11
+ } ,
12
+ bitcoin : {
13
+ owners : bitcoinAddressBook . arkhamExchange
14
+ } ,
15
+ solana : {
16
+ owners : [
17
+ 'H2qEpXtSEzQTH5xNFpA8VA1W2NKNZWxUoVpascxyWAK1' ,
18
+ '3huamNpghPSPbgQSLX56B18Sj1hq5SE4KGxwTvhwJGnC' ,
19
+ ] ,
20
+ } ,
21
+ doge : {
22
+ owners : [
23
+ '9xFftuJonFHopj9FB6tyW1kyxqusr4jrGh' ,
24
+ ]
25
+ } ,
26
+ avax : {
27
+ owners : [
28
+ '0xDc2822D0685c0CcEAb07b35d6de4aC9280FB9cFF' ,
29
+ '0x34407900475cEF87acE1597670A9A42F31961d02' ,
30
+ '0xaF4E837d27cD6A5B33D67d51b88Ae42c0Bb3f1af' ,
31
+ ]
32
+ } ,
33
+ ton : {
34
+ owners : [
35
+ 'UQDT3cimS92wrKXrc7U6quPIM1ose_N5-R4U5byIUDHkF8pt' ,
36
+ 'UQDd2gNTRcIsgdUgf0DYMVcpxZuV78hegZ4D1tIj7xLKTwWn' ,
37
+ ]
38
+ } ,
39
+ }
40
+
41
+ module . exports = cexExports ( config )
42
+ module . exports . methodology = 'Wallets can be tracked here: https://intel.arkm.com/explorer/entity/arkham-exchange'
Original file line number Diff line number Diff line change
1
+ module . exports = [
2
+ 'bc1qlnkyrrupehgw5evu43erlgkhhagv0uj3yyhacvc65n3ud6qeas0sa958ps'
3
+ ]
Original file line number Diff line number Diff line change @@ -84,6 +84,7 @@ const toobit = require('./toobit.js')
84
84
const indiaCovid = require ( './india-covid.js' )
85
85
const wooCEX = require ( './woo-cex.js' )
86
86
const bitlayerBridge = require ( './bitlayer-bridge.js' )
87
+ const arkhamExchange = require ( './arkham-exchange.js' )
87
88
88
89
const p2pb2b = [ '39BFtTzZjj6o2s7eewefFQxqM4617VmhEK' ]
89
90
const teleswap = [
@@ -183,4 +184,5 @@ module.exports = {
183
184
indiaCovid,
184
185
wooCEX,
185
186
p2pb2b,
186
- }
187
+ arkhamExchange,
188
+ }
You can’t perform that action at this time.
0 commit comments