diff --git a/script/fee/Fee.s.sol b/script/fee/Fee.s.sol index 1beabf3..8685c06 100644 --- a/script/fee/Fee.s.sol +++ b/script/fee/Fee.s.sol @@ -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); } diff --git a/script/input/46/fee.c.json b/script/input/46/fee.c.json index 16d9ade..3030493 100644 --- a/script/input/46/fee.c.json +++ b/script/input/46/fee.c.json @@ -29,7 +29,7 @@ "137": { "dstPriceRatio": 2500000000000, "dstGasPriceInWei": 70000000000, - "baseGas": 120000, + "baseGas": 200000, "gasPerByte": 16 }, "42161": {