We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
https://github.com/inevitable-dao/klaytn-multicall/blob/6dec7e80b2e317e2fb2480825ea16474ed9084df/index.ts#L189
this.provider.klay.Contract cause error in latest version of caver. This probably need to be updated to
this.provider.klay.Contract
this.provider.contract instead
this.provider.contract
The text was updated successfully, but these errors were encountered:
@lorancecall I don't think it's deprecated but it supports both. Can you provide me more details about your environment?
https://github.com/klaytn/caver-js/blob/82ba48c52bd3fc2738ccba40f67a4bd0f206822a/packages/caver-contract/src/index.js#L60-L74
Sorry, something went wrong.
No branches or pull requests
https://github.com/inevitable-dao/klaytn-multicall/blob/6dec7e80b2e317e2fb2480825ea16474ed9084df/index.ts#L189
this.provider.klay.Contract
cause error in latest version of caver.This probably need to be updated to
this.provider.contract
insteadThe text was updated successfully, but these errors were encountered: