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

Testnet deploy #16

Merged
merged 6 commits into from
Jul 5, 2017
Merged

Testnet deploy #16

merged 6 commits into from
Jul 5, 2017

Conversation

collinc97
Copy link
Contributor

Contracts deployed to kovan and rinkeby testnets.
Addresses can be found in CONTRACTADDRESSES.md.

@collinc97 collinc97 requested a review from cag July 5, 2017 18:11
Copy link
Contributor

@cag cag left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Everything looks good. I got a different compilation result running npm compile which clobbered the build artifacts though, but I'll address that separately.

@@ -0,0 +1,19 @@
# KOVAN
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe we'll automate the creation of this down the line.

@@ -0,0 +1,316 @@
{
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Committing these will make the repo kinda dirty, but ah well...

@@ -10,21 +10,17 @@ var StandardMarketFactory = artifacts.require("./Markets/StandardMarketFactory.s
module.exports = function(deployer) {
deployer.deploy(Math)

.then( () => deployer.link(Math, EventFactory))
.then( () => deployer.link(Math, [EventFactory, UltimateOracleFactory, LMSRMarketMaker, StandardMarketFactory, EtherToken]))
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Neat, didn't know about this form.

@cag cag force-pushed the testnet-deploy branch from 422c5c7 to d8397be Compare July 5, 2017 19:16
@cag
Copy link
Contributor

cag commented Jul 5, 2017

truffle-hdwallet-provider dependency causes Travis to choke ;_;

Oh well

@cag cag merged commit 7eb9682 into master Jul 5, 2017
@cag cag deleted the testnet-deploy branch July 5, 2017 19:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants