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

caver latest version compatibility #2

Open
lorancecall opened this issue Mar 19, 2023 · 1 comment
Open

caver latest version compatibility #2

lorancecall opened this issue Mar 19, 2023 · 1 comment
Labels
invalid This doesn't seem right question Further information is requested

Comments

@lorancecall
Copy link

lorancecall commented Mar 19, 2023

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 instead

@junhoyeo
Copy link
Member

junhoyeo commented Mar 24, 2023

@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

@junhoyeo junhoyeo added question Further information is requested invalid This doesn't seem right labels May 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
invalid This doesn't seem right question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants