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

Hardhat deploy connection bug #194

Closed
Zzzzipper opened this issue Sep 13, 2021 · 0 comments
Closed

Hardhat deploy connection bug #194

Zzzzipper opened this issue Sep 13, 2021 · 0 comments
Labels
bug Something isn't working

Comments

@Zzzzipper
Copy link
Contributor

Zzzzipper commented Sep 13, 2021

Impact:

  • Using Hardhat unit test for deploy smart contracts

STR:

  • I maked simple Box contract and deployed it in the proxy with using Hardhat as described in:
npx hardhat run --network localhost scripts/deploy.js

Actual result:

File "/opt/proxy/plugin/solana_rest_api.py", line 515, in process_request
    method = getattr(self.model, request['method'])
AttributeError: 'EthereumModel' object has no attribute 'web3_clientVersion'

Expected result:

Deploying Box...
Box deployed to: 0x5FbDB2315678afecb367f032d93F642f64180aa3

Code Sample

┆Issue is synchronized with this Jira Task by Unito

@Zzzzipper Zzzzipper added the bug Something isn't working label Sep 13, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants