Remove truffle from tests

This commit is contained in:
Leonid Logvinov
2018-01-22 21:53:32 +01:00
parent 709026bf1a
commit 387363283c
72 changed files with 650 additions and 7163 deletions

View File

@@ -1,4 +1,5 @@
export const constants = {
RPC_URL: 'http://localhost:8545',
GAS_ESTIMATE: 500000,
RPC_PORT: 8545,
GAS_ESTIMATE: 1000000,
};