forked from tokenspice/tokenspice
-
Notifications
You must be signed in to change notification settings - Fork 3
/
tokenspice.ini
70 lines (48 loc) · 2.28 KB
/
tokenspice.ini
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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
[general]
NETWORK = ganache
ARTIFACTS_PATH = contracts/artifacts
#for connecting to infura eth nodes
INFURA_ID = 82ee39a2e4b8441b96aa4ae2e94219db
#set to True for safety (via type-checking), and False for speed.
safety = True
#Brownie uses http://127.0.0.1:8545
#This is for Ocean's web3 instance. Must use the same url & port as brownie.
GANACHE_URL = http://127.0.0.1:8545
[ganache]
#NOTE: *not* 'development' because brownie reverts changes. So treat ganache as a live network.
#eth address: 0x66aB6D9362d4F35596279692F0251Db635165871
TEST_PRIVATE_KEY1 = 0xbbfbee4961061d506ffbb11dfea64eba16355cbf1d9c29613126ba7fec0aed5d
#eth address: 0x33A4622B82D4c04a53e170c638B944ce27cffce3
TEST_PRIVATE_KEY2 = 0x804365e293b9fab9bd11bddd39082396d56d30779efbb3ffb0a6089027902c4a
#to deploy Factory (DataTokenTemplate), BFactory (BPool), and MFactory (MPool)
#eth address: 0xc920aBcE3Adb7A54ce740D7EE39Cf023d99e7da2
FACTORY_DEPLOYER_PRIVATE_KEY = 0x904365e293b9fab9bd11bddd39082396d56d30779efbb3ffb0a6089027902c4a
GAS_PRICE = 1
[rinkeby]
#eth addr: 0x39Cd844DE27f20349CA2876E0E588c75107e0dA1
#as of May 31, has 0.12 ETH
TEST_PRIVATE_KEY1 = cc9ecbe21eb30b7d9dd2808024b4f0da5876e7c7216b28ab6ecb0ccd1d4c76b7
#eth addr: 0x759B04fEe93380a1CabdB94EDD15e026b79a281E
#as of May 31, has 0.000143 ETH
TEST_PRIVATE_KEY2 = cc9ecbe21eb30b7d9dd2808024b4f0da5876e7c7216b28ab6ecb0ccd1d4c76b8
#to deploy Factory (DataTokenTemplate) and BFactory (BPool)
#same as key 1
FACTORY_DEPLOYER_PRIVATE_KEY = cc9ecbe21eb30b7d9dd2808024b4f0da5876e7c7216b28ab6ecb0ccd1d4c76b7
GAS_PRICE = 1000000000
[mainnet]
#eth addr: 0x39Cd844DE27f20349CA2876E0E588c75107e0dA1
TEST_PRIVATE_KEY1 = cc9ecbe21eb30b7d9dd2808024b4f0da5876e7c7216b28ab6ecb0ccd1d4c76b7
#eth addr: 0x759B04fEe93380a1CabdB94EDD15e026b79a281E
TEST_PRIVATE_KEY2 = cc9ecbe21eb30b7d9dd2808024b4f0da5876e7c7216b28ab6ecb0ccd1d4c76b8
#to deploy Factory (DataTokenTemplate) and BFactory (BPool)
#same as key 1
FACTORY_DEPLOYER_PRIVATE_KEY = cc9ecbe21eb30b7d9dd2808024b4f0da5876e7c7216b28ab6ecb0ccd1d4c76b7
GAS_PRICE = 25000000000
#****Notes****
#To add funds to each:
# mainnet: in Firefox -> metamask (logged in) -> send ETH to address
# rinkeby: use faucet https://testnet.help/en/ethfaucet/rinkeby
#
#Etherscan:
# mainnet: https://etherscan.io/
# rinkeby: https://rinkeby.etherscan.io/