This commit is contained in:
royvardhan
2025-01-28 22:54:31 +05:30
parent 6af6780f2e
commit b1ca478294
5 changed files with 5 additions and 5 deletions

View File

@@ -9,8 +9,7 @@ optimizer_runs = 1000
via_ir = true
[rpc_endpoints]
# Public RPC endpoint
mainnet = "https://eth.llamarpc.com"
mainnet = "${RPC_URL}"
[fmt]

View File

@@ -1,3 +1,3 @@
{
"filter_paths": ["lib", "node_modules"]
"filter_paths": "lib,node_modules"
}

View File

@@ -18,6 +18,7 @@ contract BalancerV2Executor is IExecutor {
function swap(uint256 givenAmount, bytes calldata data)
external
payable
returns (uint256 calculatedAmount)
{
(