Skip to content

Commit 43925ba

Browse files
committed
Fixing Performance.js
1 parent 7adf9fe commit 43925ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

c-layer-core/test/Performance.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ const DECIMALS = 18;
1818
const TOTAL_SUPPLY = "1000000";
1919
const CHF = web3.utils.toHex("CHF").padEnd(66, "0");
2020

21-
const CORE_GAS_COST = 4009438;
21+
const CORE_GAS_COST = 4009106;
2222
const MINTABLE_DELEGATE_GAS_COST = 1629796;
2323
const DELEGATE_GAS_COST = 3786484;
2424
const PROXY_GAS_COST = 906187;

0 commit comments

Comments
 (0)