Skip to content

Commit

Permalink
fix fee (#114)
Browse files Browse the repository at this point in the history
  • Loading branch information
hujw77 authored Feb 4, 2024
1 parent a43ccbb commit 4d74cd1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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/42161/fee.c.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"1": {
"dstPriceRatio": 10000000000,
"dstGasPriceInWei": 50000000000,
"baseGas": 200000,
"baseGas": 100000,
"gasPerByte": 16
}
}
Expand Down
2 changes: 1 addition & 1 deletion script/input/421614/fee.c.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"11155111": {
"dstPriceRatio": 10000000000,
"dstGasPriceInWei": 10000000000,
"baseGas": 1,
"baseGas": 100000,
"gasPerByte": 16
}
}
Expand Down

0 comments on commit 4d74cd1

Please sign in to comment.