|
| 1 | +const { cexExports } = require("../helper/cex"); |
| 2 | +const bitcoinAddressBook = require("../helper/bitcoin-book/index.js"); |
| 3 | + |
| 4 | +const config = { |
| 5 | + bsc: { |
| 6 | + owners: [ |
| 7 | + "0x03bd8283b68af907e2e5d6ff3ae2617c00a1d717", |
| 8 | + "0x247ee531ea21f7b182dcfe5ef3ee6abedb4f086c", |
| 9 | + ], |
| 10 | + }, |
| 11 | + arbitrum: { |
| 12 | + owners: ["0x03bd8283b68af907e2e5d6ff3ae2617c00a1d717"], |
| 13 | + }, |
| 14 | + ethereum: { |
| 15 | + owners: [ |
| 16 | + "0x03bd8283b68af907e2e5d6ff3ae2617c00a1d717", |
| 17 | + "0xa7c23c824fa730065ab9367947cc139687536284", |
| 18 | + "0xd7b73e4f5f373ef11bb4a22f7e8d2b4db051fbfb", |
| 19 | + "0x0070fb0677edb8b6e61ce6f5976c32e99d74be13", |
| 20 | + "0x9c9c67578d746595c0e331e13f9b378326569c56", |
| 21 | + ], |
| 22 | + }, |
| 23 | + polygon: { |
| 24 | + owners: ["0x03bd8283b68af907e2e5d6ff3ae2617c00a1d717"], |
| 25 | + }, |
| 26 | + base: { |
| 27 | + owners: ["0x03bd8283b68af907e2e5d6ff3ae2617c00a1d717"], |
| 28 | + }, |
| 29 | + optimism: { |
| 30 | + owners: ["0x03bd8283b68af907e2e5d6ff3ae2617c00a1d717"], |
| 31 | + }, |
| 32 | + avax: { |
| 33 | + owners: ["0x03bd8283b68af907e2e5d6ff3ae2617c00a1d717"], |
| 34 | + }, |
| 35 | + bitcoin: { |
| 36 | + owners: [ |
| 37 | + "bc1qpcae7ucadgf5mj4ntn36xnr6rv39why6yf3l7t", |
| 38 | + "bc1qpfwp4u3qxljq25hs5ewgqqzdexvx5sqhsk4geg", |
| 39 | + "bc1q33493ufeq3wrn8ur30gehgnnaqduemfnkt60pa", |
| 40 | + ], |
| 41 | + }, |
| 42 | + ton: { |
| 43 | + owners: ["UQAy9dYvynVbnkbv5hynU2456gFGCqNXth7ldjTLsQ1KmsOV"], |
| 44 | + }, |
| 45 | +}; |
| 46 | + |
| 47 | +module.exports = cexExports(config); |
| 48 | +module.exports.methodology = |
| 49 | + "We have collect this wallets from https://levex.com/en/assets/proof-of-reserve."; |
0 commit comments