curl --request POST \
--url https://hyperliquid-mainnet.core.chainstack.com/4f8d8f4040bdacd1577bff8058438274/evm \
--header 'Content-Type: application/json' \
--data '
{
"jsonrpc": "2.0",
"method": "eth_callMany",
"params": [
[
{
"transactions": [
{
"to": "0x5555555555555555555555555555555555555555",
"data": "0x70a082310000000000000000000000008D25Fb438C6efCD08679ffA82766869B50E24608"
},
{
"to": "0xb8ce59fc3717ada4c02eadf9682a9e934f625ebb",
"data": "0x70a082310000000000000000000000008D25Fb438C6efCD08679ffA82766869B50E24608"
}
]
}
],
{
"blockNumber": "latest"
}
],
"id": 1
}
'