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

fixed makefile npx and subgraph version #13

Merged
merged 1 commit into from
May 23, 2024
Merged

fixed makefile npx and subgraph version #13

merged 1 commit into from
May 23, 2024

Conversation

SaeeDawod
Copy link
Collaborator

No description provided.

@SaeeDawod SaeeDawod requested a review from bl0up May 23, 2024 07:47
@bl0up bl0up merged commit fe1dbb1 into main May 23, 2024
2 checks passed
@bl0up bl0up deleted the makefile-patch branch May 23, 2024 08:49
roderik pushed a commit that referenced this pull request Jun 27, 2024
SCS failed to deploy on Hedera Mainnet without this timeout:
```
HeadersTimeoutError: Headers Timeout Error
    at Timeout.onParserTimeout [as callback] (/home/coder/usecase/node_modules/undici/lib/client.js:1048:28)
    at Timeout.onTimeout [as _onTimeout] (/home/coder/usecase/node_modules/undici/lib/timers.js:20:13)
    at listOnTimeout (node:internal/timers:573:17)
    at processTimers (node:internal/timers:514:7) {
  code: 'UND_ERR_HEADERS_TIMEOUT'
}
14081 |       console.warn("The node you are deploying to does not have access to a private key to sign this transaction.");
14082 |     }
14083 |     if (verify && import_lodash.isEmpty(process.env.ETHERSCAN_API_KEY)) {
14084 |       throw new Error("It is not possible to verify the deployment on this network unless you supply an Etherscan API key in the hardht.config.ts file");
14085 |     }
```
NomicFoundation/hardhat#2672

They have open issue to fix it:
NomicFoundation/hardhat#3136

This error happened for me only on Hedera Mainnet, testnet works fine.

<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->
## Summary by CodeRabbit

- **New Features**
- Added a `timeout` parameter with a value of `100_000` to the BTP
configuration in the projects.
- The `timeout` property affects the BTP RPC settings for improved
functionality.
<!-- end of auto-generated comment: release notes by coderabbit.ai -->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants