fix: ci
This commit is contained in:
@@ -9,8 +9,7 @@ optimizer_runs = 1000
|
|||||||
via_ir = true
|
via_ir = true
|
||||||
|
|
||||||
[rpc_endpoints]
|
[rpc_endpoints]
|
||||||
# Public RPC endpoint
|
mainnet = "${RPC_URL}"
|
||||||
mainnet = "https://eth.llamarpc.com"
|
|
||||||
|
|
||||||
|
|
||||||
[fmt]
|
[fmt]
|
||||||
|
|||||||
Submodule foundry/lib/openzeppelin-contracts updated: 840c974028...acd4ff74de
Submodule foundry/lib/v2-core updated: ee547b1785...4dd59067c7
@@ -1,3 +1,3 @@
|
|||||||
{
|
{
|
||||||
"filter_paths": ["lib", "node_modules"]
|
"filter_paths": "lib,node_modules"
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -18,6 +18,7 @@ contract BalancerV2Executor is IExecutor {
|
|||||||
|
|
||||||
function swap(uint256 givenAmount, bytes calldata data)
|
function swap(uint256 givenAmount, bytes calldata data)
|
||||||
external
|
external
|
||||||
|
payable
|
||||||
returns (uint256 calculatedAmount)
|
returns (uint256 calculatedAmount)
|
||||||
{
|
{
|
||||||
(
|
(
|
||||||
|
|||||||
Reference in New Issue
Block a user