Skip to content

Commit

Permalink
Fixing Performance.js
Browse files Browse the repository at this point in the history
  • Loading branch information
sirhill committed Oct 25, 2019
1 parent 7adf9fe commit 43925ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion c-layer-core/test/Performance.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ const DECIMALS = 18;
const TOTAL_SUPPLY = "1000000";
const CHF = web3.utils.toHex("CHF").padEnd(66, "0");

const CORE_GAS_COST = 4009438;
const CORE_GAS_COST = 4009106;
const MINTABLE_DELEGATE_GAS_COST = 1629796;
const DELEGATE_GAS_COST = 3786484;
const PROXY_GAS_COST = 906187;
Expand Down

0 comments on commit 43925ba

Please # to comment.