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/splitting testnet #225

Merged
merged 20 commits into from Aug 20, 2019

Running prettier

  • Loading branch information
Freydal committed Aug 19, 2019
commit 6511a18198672c1354fbff79e659b63681f6bf52
@@ -16,7 +16,9 @@ describe("ZeroExV2SubContract", () => {
const kosuToken = contracts.kosuToken;
const _arguments = JSON.parse(await contracts.zeroExV2SubContract.arguments.callAsync());
const networkId = await web3Wrapper.getNetworkIdAsync();
const zeroExWrappers = new ContractWrappers(provider, { networkId: [6174, 6175].includes(networkId) ? 50 : networkId });
const zeroExWrappers = new ContractWrappers(provider, {
networkId: [6174, 6175].includes(networkId) ? 50 : networkId,
});

const zeroExOrder = {
makerAddress: accounts[0],
ProTip! Use n and p to navigate between commits in a pull request.
You can’t perform that action at this time.