hedera-json-rpc-relay
                                
                                
                                
                                    hedera-json-rpc-relay copied to clipboard
                            
                            
                            
                        feat: adds support in estimateGas for unsupported contract in mirror node
Problem
Currently, if we call estimateGas for a contract/contract function thats not in the mirrorNode, as in the case of the new functions in HIP-1010, the relay still tries to make the call and fails.
Solution
We need to return predefined gas for these types of calls
Check: https://github.com/hashgraph/hedera-mirror-node/issues/9136
Alternatives
No response