File tree Expand file tree Collapse file tree 3 files changed +11
-2
lines changed Expand file tree Collapse file tree 3 files changed +11
-2
lines changed Original file line number Diff line number Diff line change 2
2
3
3
## https://clovers.network/
4
4
5
+ ## Contracts
6
+
7
+ - [ Clovers] ( https://etherscan.io/address/0xb55c5cac5014c662fdbf21a2c59cd45403c482fd#code )
8
+ - [ Clovers Controller] ( https://etherscan.io/address/0x521d32f3d23f1fc82b1dbe306edc3ef668e5d973#code )
9
+ - [ Clovers Coin] ( https://etherscan.io/address/0x1a94656a6245379bc0d9c64c402197528edb2bd1#code )
10
+ - [ Clovers Coin Controller] ( https://etherscan.io/address/0x1754a612ca578f72d678196bcc16710f01db7655#code )
11
+
12
+
13
+
5
14
## test
6
15
7
16
```
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ var vals = (module.exports = {
12
12
stakePeriod : '60000' , // at 15 sec block times this is ~250 hours
13
13
payMultiplier : utils . toWei ( '0.327' ) ,
14
14
priceMultiplier : '3' ,
15
- basePrice : utils . toWei ( '2 ' ) ,
15
+ basePrice : utils . toWei ( '4 ' ) ,
16
16
paused : false ,
17
17
limit : utils . toWei ( '5' ) ,
18
18
decimals : '18' ,
Original file line number Diff line number Diff line change @@ -68,7 +68,7 @@ module.exports = {
68
68
} ,
69
69
network_id : 1 ,
70
70
// gas: 5561260
71
- gasPrice : 2000000000 // 1 GWEI
71
+ gasPrice : 2000000000 // 2 GWEI
72
72
73
73
} ,
74
74
kovan : {
You can’t perform that action at this time.
0 commit comments