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

ci: force full suite run on all PR's #180

Merged
merged 9 commits into from Jul 24, 2019

running prettier.

  • Loading branch information
Freydal committed Jul 23, 2019
commit d36f23da979663a9027de508c0f0cb8eb4d77858
@@ -37,7 +37,9 @@ if (args["test-mnemonic"] || !mnemonic) {
const addresses = await web3.eth.getAccounts();

for (const account of addresses) {
if (account.toLowerCase() === "0x5409ed021d9299bf6814279a6a1411a7e866a631" ) { return; }
if (account.toLowerCase() === "0x5409ed021d9299bf6814279a6a1411a7e866a631") {
return;
}
const expectedAmount = await kosuToken.estimateEtherToToken.callAsync(new BigNumber(web3.utils.toWei("60")));
/* tslint:disable */
await kosuToken.bondTokens
ProTip! Use n and p to navigate between commits in a pull request.
You can’t perform that action at this time.