Skip to content

Commit 2f6c00f

Browse files
committed
contracts in readme
1 parent b8be40e commit 2f6c00f

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
22

33
## https://clovers.network/
44

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+
514
## test
615

716
```

helpers/migVals.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ var vals = (module.exports = {
1212
stakePeriod: '60000', // at 15 sec block times this is ~250 hours
1313
payMultiplier: utils.toWei('0.327'),
1414
priceMultiplier: '3',
15-
basePrice: utils.toWei('2'),
15+
basePrice: utils.toWei('4'),
1616
paused: false,
1717
limit: utils.toWei('5'),
1818
decimals: '18',

truffle.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ module.exports = {
6868
},
6969
network_id: 1,
7070
// gas: 5561260
71-
gasPrice: 2000000000 // 1 GWEI
71+
gasPrice: 2000000000 // 2 GWEI
7272

7373
},
7474
kovan: {

0 commit comments

Comments
 (0)