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

feat: reduce number of calls to chainId #560

Merged
merged 5 commits into from
Jul 26, 2023
Merged

Conversation

r-marques
Copy link
Member

@r-marques r-marques commented Jul 26, 2023

Description

  • reduce number of calls to chainId by using a staticNetwork
  • updated to ethers v6.6.5
  • make keeper network info static

Is this PR related with an open issue?

Closes #558
Closes #537

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)

Checklist:

  • Follows the code style of this project.
  • Tests Cover Changes
  • Documentation

Funny gif

Put a link of a funny gif inside the parenthesis-->

@r-marques r-marques marked this pull request as ready for review July 26, 2023 13:57
@r-marques r-marques requested review from a team as code owners July 26, 2023 13:57
- needed for lazy loading: getNetworkId, getNetworkName,
  getNetworkVersion
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
@r-marques r-marques merged commit d5fddac into develop Jul 26, 2023
3 checks passed
@r-marques r-marques deleted the feat/remove-web3-calls branch July 26, 2023 17:00
@@ -13,9 +13,9 @@ export interface InstantiableConfig {
circuitsFolder?: string
}

export function generateIntantiableConfigFromConfig(
export async function generateIntantiableConfigFromConfig(
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

typo in the function name, generateInstantiableConfigFromConfig

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