-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathenv.js
More file actions
25 lines (18 loc) · 1.12 KB
/
env.js
File metadata and controls
25 lines (18 loc) · 1.12 KB
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
// export const PRIVATE_KEY = '0xa1987de9a2694a9e176bec3c8666f87122f2d9b6ef9e6e3f039ff162e11867d6';
export const INFURA_KEY = '48f3dfa7944f442980a90c625e2f2921';
export const PRIVATE_KEY =
'1894d9f5066fc976c46575ea43a854af2d26769a00310c1ad1c10f3b1cdb41a9';
// export const INFURA_KEY = '48f3dfa7944f442980a90c625e2f2921';
export const POOL_ADDRESS = '0x2ca41d8e359f953dd899120e9784aad72c8407d2';
// export const POOL_ADDRESS = '0x561af90e8233e924805eAD217De7fdd4BBe41Fd4';
export const MAX_CLASSIFICATION_COUNT = 101;
// Etherscan api key, later replace with production api key
export const ETHERSCAN_API_TOKEN = 'P654SS5XTVCW226CWBQNEQYE9JB5Z8UXBI';
export const PTOY_CONTRACT = '0x8ae4bf2c33a8e667de34b54938b0ccd03eb8cc06';
export const APP_MODE = 'dev';
export const ETHEXPLORER_API_KEY = 'EK-sChKG-bRMnAYQ-wyE95';
export const MAPBOX_STYLE_MONOCHROME =
'mapbox://styles/tierre0703/clhgd1uhh003e01pv2tx7hwe5';
export const MAPBOX_ACCESS_TOKEN =
'pk.eyJ1IjoidGllcnJlMDcwMyIsImEiOiJja3ljd3A5cmswdGg3MnBtcnY0eWwyN3diIn0.CIKCkF7StLKKRzGnijoQEQ';
export const REFERRAL_LINK = 'https://cleanapp.io/$[REFERRAL_ID]';