Merge pull request #2 from vbaranov/master

(Fix) Readme fixes
This commit is contained in:
Igor Barinov 2018-01-12 11:18:50 -08:00 committed by GitHub
commit 0e68d6b676
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -2,7 +2,7 @@
## Overview
Contracts for this repo are created for the [Block Array](blockarray.com) crowdsale .
Contracts for this repo are created for the [Block Array](https://blockarray.com) crowdsale .
Contracts are generated by [ICO Wizard](https://github.com/poanetwork/ico-wizard).
@ -47,7 +47,7 @@ Remarks:
## Source code and deployed contracts
Source code for code audit is located in [/icowizard_Mainnet_0xa5F8fC0921880Cb7342368BD128eb8050442B1a1/](https://github.com/poanetwork/ico-wizard-audit/icowizard_Mainnet_0xa5F8fC0921880Cb7342368BD128eb8050442B1a1) folder of the repository
Source code for code audit is located in [/icowizard_Mainnet_0xa5F8fC0921880Cb7342368BD128eb8050442B1a1/](/icowizard_Mainnet_0xa5F8fC0921880Cb7342368BD128eb8050442B1a1) folder of the repository
### Files structure
@ -57,7 +57,7 @@ A `.sol` file contain contract code.
A `.txt` file contain metadata
### Deployed contracts
Contracts are deployed on Kovan and verified
Contracts are deployed on Mainnet and verified
- `SafeMathLibExt`. The code of verified [SafeMathLibExt is here](https://etherscan.io/address/0xcdcd0638664657Ed3B031A75e00E02e47057e226#code).
- `CrowdsaleTokenExt`. The token contract. The code of verified [CrowdsaleTokenExt is here](https://etherscan.io/address/0xa5F8fC0921880Cb7342368BD128eb8050442B1a1#code).
- `FlatPricingExt`. The pricing strategy contract. The code of verified [FlatPricingExt is here](https://etherscan.io/address/0x6692D5dD701b9373933730d4e4f3b498DB7F7C32#code).