Skip to content

Commit

Permalink
adjust polygon base fee (#124)
Browse files Browse the repository at this point in the history
  • Loading branch information
hujw77 authored Mar 1, 2024
1 parent 65995d7 commit b16ee63
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions script/fee/Fee.s.sol
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ contract Fee is Common {
}

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

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 @@ -29,7 +29,7 @@
"137": {
"dstPriceRatio": 2500000000000,
"dstGasPriceInWei": 70000000000,
"baseGas": 120000,
"baseGas": 200000,
"gasPerByte": 16
},
"42161": {
Expand Down

0 comments on commit b16ee63

Please sign in to comment.