-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig_test.js
More file actions
29 lines (23 loc) · 775 Bytes
/
config_test.js
File metadata and controls
29 lines (23 loc) · 775 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
module.exports = {
mongodb: 'mongodb://localhost:27017',
dbName: 'feeds_sources_test',
dbUser: '',
dbPass: '',
mailHost: '',
mailPort: 465,
mailUser: '',
mailPass: '',
mailFrom: '',
escWsUrl: 'wss://api-testnet.elastos.io/eth-ws',
escRpcUrl: 'https://api-testnet.elastos.io/eth',
pasarContract: '0x2652d10A5e525959F7120b56f2D7a9cD0f6ee087',
stickerContract: '0xed1978c53731997f4DAfBA47C9b07957Ef6F3961',
galleriaContract: '0xF63f820F4a0bC6E966D61A4b20d24916713Ebb95',
pasarContractDeploy: 7377673,
stickerContractDeploy: 7377671,
galleriaContractDeploy: 9295355,
ipfsNodeUrl: 'https://ipfs-test.trinity-feeds.app/ipfs/',
serviceName: 'default',
upgradeBlock: 9090468,
cmcApiKeys: []
}