Skip to content

Commit

Permalink
Reduce l2s fee (#143)
Browse files Browse the repository at this point in the history
* fix #140

* fmt
  • Loading branch information
hujw77 authored Mar 18, 2024
1 parent e0aeb25 commit 00a23ff
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion script/fee/Fee.s.sol
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ contract Fee is Common {

function run(uint256 chainId) public {
// require(dao == msg.sender, "!dao");
setOracleFee(chainId);
// setOracleFee(chainId);
setRelayerFee(chainId);
}

Expand Down
2 changes: 1 addition & 1 deletion script/input/1/fee.c.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"fee": 20000000000000
},
"42161": {
"fee": 400000000000000
"fee": 40000000000000
}
},
"RELAYER": {
Expand Down
4 changes: 2 additions & 2 deletions script/input/42161/fee.c.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"fee": 20000000000000
},
"81457": {
"fee": 600000000000000
"fee": 60000000000000
}
},
"RELAYER": {
Expand All @@ -25,7 +25,7 @@
},
"81457": {
"dstPriceRatio": 10000000000,
"dstGasPriceInWei": 3000000000,
"dstGasPriceInWei": 1000000000,
"baseGas": 120000,
"gasPerByte": 16
}
Expand Down
2 changes: 1 addition & 1 deletion script/input/46/fee.c.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"fee": 2000000000000000000
},
"42161": {
"fee": 360000000000000000000
"fee": 36000000000000000000
}
},
"RELAYER": {
Expand Down
2 changes: 1 addition & 1 deletion script/input/81457/fee.c.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"ORACLE": {
"42161": {
"fee": 400000000000000
"fee": 40000000000000
}
},
"RELAYER": {
Expand Down

0 comments on commit 00a23ff

Please sign in to comment.