fix: ci
This commit is contained in:
@@ -9,8 +9,7 @@ optimizer_runs = 1000
|
||||
via_ir = true
|
||||
|
||||
[rpc_endpoints]
|
||||
# Public RPC endpoint
|
||||
mainnet = "https://eth.llamarpc.com"
|
||||
mainnet = "${RPC_URL}"
|
||||
|
||||
|
||||
[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)
|
||||
external
|
||||
payable
|
||||
returns (uint256 calculatedAmount)
|
||||
{
|
||||
(
|
||||
|
||||
Reference in New Issue
Block a user