Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Docs update request: /build-decentralized-apps/how-to-estimate-gas #1222

Open
olehovcharenko opened this issue Apr 29, 2024 · 0 comments
Open
Labels
Issue Status: Needs attention The issue is not empty nor spam

Comments

@olehovcharenko
Copy link

Source: https://docs.arbitrum.io/build-decentralized-apps/how-to-estimate-gas

const nodeInterface = NodeInterface__factory.connect(
NODE_INTERFACE_ADDRESS,
this.provider,
);

Argument of type JsonRpcProvider is not assignable to parameter of type Signer | Provider
Type JsonRpcProvider is missing the following properties from type Provider:
getGasPrice, getStorageAt, sendTransaction, getBlockWithTransactions, _isProvider

@anegg0 anegg0 added the Issue Status: Needs attention The issue is not empty nor spam label Oct 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Issue Status: Needs attention The issue is not empty nor spam
Projects
None yet
Development

No branches or pull requests

2 participants