You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: