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

Redeploying contracts #242

Merged
merged 3 commits into from Aug 29, 2019
Merged
Changes from 1 commit
Commits
File filter...
Filter file types
Jump to…
Jump to file or symbol
Failed to load files and symbols.

Always

Just for now

Next

Redeploying contracts

  • Loading branch information
Freydal committed Aug 28, 2019
commit b29b9c5a93945f096a627370aea380e1c10658bb
@@ -17,15 +17,15 @@ Below are the deployed addresses for the core Kosu protocol contract system on t

| Contract Name | Last Deploy Date | Deployed Address |
| ------------------------------------------------------------------------- | ---------------- | ----------------------------------------------------------------------------------------------------------------------------- |
| [OrderGateway](./contracts/external/OrderGateway.sol) | 08/19/19 | [0x6923508ce23c055bc6dac56cd4fbe81991f3224c](https://ropsten.etherscan.io/address/0x6923508ce23c055bc6dac56cd4fbe81991f3224c) |
| [AuthorizedAddresses](./contracts/access_control/AuthorizedAddresses.sol) | 08/19/19 | [0xe2476a0ffd3724f96bae24368922a512945997cf](https://ropsten.etherscan.io/address/0xe2476a0ffd3724f96bae24368922a512945997cf) |
| [EventEmitter](./contracts/event/EventEmitter.sol) | 08/19/19 | [0x16cb1e2b3d22a784c26d2e06788bf54153344de6](https://ropsten.etherscan.io/address/0x16cb1e2b3d22a784c26d2e06788bf54153344de6) |
| [KosuToken](./contracts/lib/KosuToken.sol) | 08/19/19 | [0xb47fd095e6387d78a0b72283e1aba18578506b51](https://ropsten.etherscan.io/address/0xb47fd095e6387d78a0b72283e1aba18578506b51) |
| [Treasury](./contracts/treasury/Treasury.sol) | 08/19/19 | [0xb5416eace99f62f03d67f213978045e414237bea](https://ropsten.etherscan.io/address/0xb5416eace99f62f03d67f213978045e414237bea) |
| [Voting](./contracts/voting/Voting.sol) | 08/19/19 | [0x09b9fa1250b9aa7fe7908eb4639c8fb7c43e3bcc](https://ropsten.etherscan.io/address/0x09b9fa1250b9aa7fe7908eb4639c8fb7c43e3bcc) |
| [PosterRegistry](./contracts/poster/PosterRegistry.sol) | 08/19/19 | [0xf293d08f3f642dd3aef8f219824cf8f553e347a3](https://ropsten.etherscan.io/address/0xf293d08f3f642dd3aef8f219824cf8f553e347a3) |
| [ValidatorRegistry](./contracts/validator/ValidatorRegistry.sol) | 08/19/19 | [0x6a1a5cb26e208e37f2a2c53fcc6e635857a348d6](https://ropsten.etherscan.io/address/0x6a1a5cb26e208e37f2a2c53fcc6e635857a348d6) |
| [ZeroExV2SubContract](./contracts/sub-contracts/ZeroExV2SubContract.sol) | 08/19/19 | [0xf2f7a7bb8984db3751333c895455f12825f2f9df](https://ropsten.etherscan.io/address/0xf2f7a7bb8984db3751333c895455f12825f2f9df) |
| [OrderGateway](./contracts/external/OrderGateway.sol) | 08/28/19 | [0xf520dddc6c950e800f21c5ef4030f54dbd5714d1](https://ropsten.etherscan.io/address/0xf520dddc6c950e800f21c5ef4030f54dbd5714d1) |
| [AuthorizedAddresses](./contracts/access_control/AuthorizedAddresses.sol) | 08/28/19 | [0x95a040b7850bef34654a7a1fefbb7efab2d3c810](https://ropsten.etherscan.io/address/0x95a040b7850bef34654a7a1fefbb7efab2d3c810) |
| [EventEmitter](./contracts/event/EventEmitter.sol) | 08/28/19 | [0x073ecdd9ceae0f7fb649d991b6dbfde8629fcb54](https://ropsten.etherscan.io/address/0x073ecdd9ceae0f7fb649d991b6dbfde8629fcb54) |
| [KosuToken](./contracts/lib/KosuToken.sol) | 08/28/19 | [0x411cac14a8592bbc2d9384afe944b1d0e111a886](https://ropsten.etherscan.io/address/0x411cac14a8592bbc2d9384afe944b1d0e111a886) |
| [Treasury](./contracts/treasury/Treasury.sol) | 08/28/19 | [0x4318e9df51e4d429f458dd8aae43de6a43bc1117](https://ropsten.etherscan.io/address/0x4318e9df51e4d429f458dd8aae43de6a43bc1117) |
| [Voting](./contracts/voting/Voting.sol) | 08/28/19 | [0x77f504d4334413d588ba78cec795c6a02a901580](https://ropsten.etherscan.io/address/0x77f504d4334413d588ba78cec795c6a02a901580) |
| [PosterRegistry](./contracts/poster/PosterRegistry.sol) | 08/28/19 | [0x9024f61ea58f02fba3c8d4f41997851fa31c3ce7](https://ropsten.etherscan.io/address/0x9024f61ea58f02fba3c8d4f41997851fa31c3ce7) |
| [ValidatorRegistry](./contracts/validator/ValidatorRegistry.sol) | 08/28/19 | [0x8b6ed5bf59314030a567f590a71d4417058f819d](https://ropsten.etherscan.io/address/0x8b6ed5bf59314030a567f590a71d4417058f819d) |
| [ZeroExV2SubContract](./contracts/sub-contracts/ZeroExV2SubContract.sol) | 08/28/19 | [0x747a0bd4ace69240b50362a06d2f4096e19cc130](https://ropsten.etherscan.io/address/0x747a0bd4ace69240b50362a06d2f4096e19cc130) |

### Kosu Dev PoA

@@ -34,15 +34,15 @@ Below are the deployed addresses for the core Kosu protocol contract system on t

| Contract Name | Last Deploy Date | Deployed Address |
| ------------------------------------------------------------------------- | ---------------- | ------------------------------------------ |
| [OrderGateway](./contracts/external/OrderGateway.sol) | 08/19/19 | 0xb8fda6341f80cbae987ab5cd00dce502097e3152 |
| [AuthorizedAddresses](./contracts/access_control/AuthorizedAddresses.sol) | 08/19/19 | 0xe473109cb41c773fd2fe01e83c6e51356f9585d6 |
| [EventEmitter](./contracts/event/EventEmitter.sol) | 08/19/19 | 0x2f3afeff0914f33769cdfbf3fcf870c33b26c311 |
| [KosuToken](./contracts/lib/KosuToken.sol) | 08/19/19 | 0xcc868306d6188b2b12757a7c3926042b4d3c4e29 |
| [Treasury](./contracts/treasury/Treasury.sol) | 08/19/19 | 0x46572f9082dd2429c2c138fa9483a67d4f29d423 |
| [Voting](./contracts/voting/Voting.sol) | 08/19/19 | 0x5d60c93d8b48682cd387c8be7e9461b67ecfbea1 |
| [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 |
| [OrderGateway](./contracts/external/OrderGateway.sol) | 08/28/19 | 0xb8fda6341f80cbae987ab5cd00dce502097e3152 |
| [AuthorizedAddresses](./contracts/access_control/AuthorizedAddresses.sol) | 08/28/19 | 0xe473109cb41c773fd2fe01e83c6e51356f9585d6 |
| [EventEmitter](./contracts/event/EventEmitter.sol) | 08/28/19 | 0x2f3afeff0914f33769cdfbf3fcf870c33b26c311 |
| [KosuToken](./contracts/lib/KosuToken.sol) | 08/28/19 | 0xcc868306d6188b2b12757a7c3926042b4d3c4e29 |
| [Treasury](./contracts/treasury/Treasury.sol) | 08/28/19 | 0x46572f9082dd2429c2c138fa9483a67d4f29d423 |
| [Voting](./contracts/voting/Voting.sol) | 08/28/19 | 0x5d60c93d8b48682cd387c8be7e9461b67ecfbea1 |
| [PosterRegistry](./contracts/poster/PosterRegistry.sol) | 08/28/19 | 0x7e6534b8205713246e91a14b462d2dbcac3ede17 |
| [ValidatorRegistry](./contracts/validator/ValidatorRegistry.sol) | 08/28/19 | 0x301bb008f2a8a3cae9918743fe43428551392773 |
| [ZeroExV2SubContract](./contracts/sub-contracts/ZeroExV2SubContract.sol) | 08/28/19 | 0x0265e7d1b094787cb13174e18a1cefc41279a6c9 |

### Kosu CI Test

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