kopia lustrzana https://github.com/bugout-dev/moonstream
Fix multicall address.
rodzic
4579f9d256
commit
3a18b4f7fb
|
@ -401,7 +401,7 @@ multicall_contracts: Dict[AvailableBlockchainType, str] = {
|
|||
AvailableBlockchainType.MANTLE: "0xcA11bde05977b3631167028862bE2a173976CA11",
|
||||
AvailableBlockchainType.MANTLE_SEPOLIA: "0xcA11bde05977b3631167028862bE2a173976CA11",
|
||||
AvailableBlockchainType.GAME7_TESTNET: "0xcA11bde05977b3631167028862bE2a173976CA11",
|
||||
AvailableBlockchainType.GAME7: "0xcA11bde05977b3631167028862bE2a173976CA11",
|
||||
AvailableBlockchainType.GAME7: "0x1422d8aC9b5E102E6EbA56F0949a2377AB3D8CE9",
|
||||
}
|
||||
|
||||
|
||||
|
|
|
@ -149,9 +149,7 @@ def perform_multicall(
|
|||
multicall_method: Any, multicall_calls: List[tuple], block_identifier: str
|
||||
) -> Any:
|
||||
"""Performs the multicall and returns the result."""
|
||||
return multicall_method(False, calls=multicall_calls).call(
|
||||
block_identifier=block_identifier
|
||||
)
|
||||
return multicall_method(False, calls=multicall_calls).call(block_identifier=block_identifier)
|
||||
|
||||
|
||||
def process_multicall_result(
|
||||
|
|
Ładowanie…
Reference in New Issue