-
Notifications
You must be signed in to change notification settings - Fork 57
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
Testnet deploy #16
Conversation
There was a problem hiding this 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 |
There was a problem hiding this comment.
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 @@ | |||
{ |
There was a problem hiding this comment.
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])) |
There was a problem hiding this comment.
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.
Oh well |
Contracts deployed to kovan and rinkeby testnets.
Addresses can be found in CONTRACTADDRESSES.md.