“moralis”: “^1.11.0”,
“react-moralis”: “^1.4.2”,
are the dependency versions used.
I have deployed Moralis server to EBS and calls for Moralis need to go at the same.
I am calling getTransactionByHash using
const options = {
chain: "0x5",
transaction_hash:data?.hash
};
console.log(`options : ${options}`);
const transactionObj = await Moralis.Cloud.run("getTransaction", options)
but when i am calling respective changes
calls are going to self hosted server.
Failed to load resource: the server responded with a status of 400 (Bad Request)