File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1333,7 +1333,7 @@ def batch_call(
1333
1333
block_identifier : Optional [BlockIdentifier ] = "latest" ,
1334
1334
) -> List [Optional [Union [bytes , Any ]]]:
1335
1335
"""
1336
- Call multiple functions. Multicall contract by MakerDAO will be used by default if available
1336
+ Call multiple functions. `` Multicall`` contract by MakerDAO will be used by default if available
1337
1337
1338
1338
:param contract_functions:
1339
1339
:param from_address: Only available when ``Multicall`` is not used
@@ -1372,7 +1372,7 @@ def batch_call_same_function(
1372
1372
block_identifier : Optional [BlockIdentifier ] = "latest" ,
1373
1373
) -> List [Optional [Union [bytes , Any ]]]:
1374
1374
"""
1375
- Call the same function in multiple contracts. Way more optimal than using `batch_call` generating multiple
1375
+ Call the same function in multiple contracts. Way more optimal than using `` batch_call` ` generating multiple
1376
1376
``ContractFunction`` objects.
1377
1377
1378
1378
:param contract_function:
You can’t perform that action at this time.
0 commit comments