Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactor/reviewing contract code and comments #234

Merged
merged 12 commits into from Aug 26, 2019

Adding readme with new test net.

  • Loading branch information
Freydal committed Aug 26, 2019
commit d18f514ad90fd6d180be7c438f495e85bd390644
@@ -43,3 +43,20 @@ Below are the deployed addresses for the core Kosu protocol contract system on t
| [PosterRegistry](./contracts/poster/PosterRegistry.sol) | 08/19/19 | 0x7e6534b8205713246e91a14b462d2dbcac3ede17 |
| [ValidatorRegistry](./contracts/validator/ValidatorRegistry.sol) | 08/19/19 | 0x301bb008f2a8a3cae9918743fe43428551392773 |
| [ZeroExV2SubContract](./contracts/sub-contracts/ZeroExV2SubContract.sol) | 08/19/19 | 0x0265e7d1b094787cb13174e18a1cefc41279a6c9 |

### Kosu CI Test

- **Network ID:** 6175
- **ETHNET URL:** `http://kosu-geth:8545`

| Contract Name | Last Deploy Date | Deployed Address |
| ------------------------------------------------------------------------- | ---------------- | ------------------------------------------ |
| [OrderGateway](./contracts/external/OrderGateway.sol) | 08/20/19 | 0xb8fda6341f80cbae987ab5cd00dce502097e3152 |
| [AuthorizedAddresses](./contracts/access_control/AuthorizedAddresses.sol) | 08/20/19 | 0xe473109cb41c773fd2fe01e83c6e51356f9585d6 |
| [EventEmitter](./contracts/event/EventEmitter.sol) | 08/20/19 | 0x2f3afeff0914f33769cdfbf3fcf870c33b26c311 |
| [KosuToken](./contracts/lib/KosuToken.sol) | 08/20/19 | 0xcc868306d6188b2b12757a7c3926042b4d3c4e29 |
| [Treasury](./contracts/treasury/Treasury.sol) | 08/20/19 | 0x46572f9082dd2429c2c138fa9483a67d4f29d423 |
| [Voting](./contracts/voting/Voting.sol) | 08/20/19 | 0x5d60c93d8b48682cd387c8be7e9461b67ecfbea1 |
| [PosterRegistry](./contracts/poster/PosterRegistry.sol) | 08/20/19 | 0x7e6534b8205713246e91a14b462d2dbcac3ede17 |
| [ValidatorRegistry](./contracts/validator/ValidatorRegistry.sol) | 08/20/19 | 0x301bb008f2a8a3cae9918743fe43428551392773 |
| [ZeroExV2SubContract](./contracts/sub-contracts/ZeroExV2SubContract.sol) | 08/20/19 | 0x0265e7d1b094787cb13174e18a1cefc41279a6c9 |
@@ -17,6 +17,10 @@ const NETWORKS = {
name: "Kosu Dev PoA",
endpoint: "https://ethnet.zaidan.io/kosu",
},
"6175": {
name: "Kosu CI Test",
endpoint: "http://kosu-geth:8545",
},
};

const PATHS = {
ProTip! Use n and p to navigate between commits in a pull request.
You can’t perform that action at this time.