Closed InoMurko closed 5 years ago
I will try to merge this into master today: https://github.com/omisego/plasma-contracts/pull/298
Then there would be migration script directly on master. I am not really into the idea of supporting a special branching.....and aside from migration script there is some python tests commits but I don't think it really matters to elixir integration.
If you think that specific branch is necessary we can rebase that to master afterward, or merge the python test PR ASAP.
Sounds great! I don’t have any special requests 😁
with #298 and #332 merged, I think everything needed is in master now.
Issue Type
Current Behavior
Deploys old contract behaviour.
Expected Behavior
To be able to deploy ALD contracts to chain with truffle
Steps to Reproduce
git checkout integration_949_elixir_omg_pr
npx truffle migrate --network local --reset
Suggested Fix
/
Motivation for Change
Elixir OMG uses truffle for local cluster deploy.
System Specs