@0x:contracts-exchange Added protocol fees to fillOrders and matchOrders

This commit is contained in:
Alex Towle
2019-08-22 22:50:18 -07:00
parent 3a4e72bb08
commit 7f17033ce3
36 changed files with 346 additions and 721 deletions

View File

@@ -1,6 +1,6 @@
export const constants = {
RPC_URL: 'http://localhost:8545',
RPC_PORT: 8545,
GAS_LIMIT: 7000000,
GAS_LIMIT: 8000000,
TESTRPC_FIRST_ADDRESS: '0x5409ed021d9299bf6814279a6a1411a7e866a631',
};