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

fix: update proxy_account_class_hash in .env.example #497

Merged
merged 1 commit into from
Aug 31, 2023

Conversation

bajpai244
Copy link
Contributor

Resolves: #496

Pull Request type

Updates the .env.example with the latest correct class hash for proxy class account.

Please check the type of change your PR introduces:

  • Bugfix
  • Feature
  • Code style update (formatting, renaming)
  • Refactoring (no functional changes, no API changes)
  • Build-related changes
  • Documentation content changes
  • Testing

What is the new behavior?

The correct class hash has been updated.

Does this introduce a breaking change?

  • Yes
  • No

@codecov
Copy link

codecov bot commented Aug 30, 2023

Codecov Report

Patch coverage: 83.25% and project coverage change: +49.18% 🎉

Comparison is base (71506a8) 23.17% compared to head (fa438c9) 72.35%.
Report is 193 commits behind head on main.

Additional details and impacted files
@@             Coverage Diff             @@
##             main     #497       +/-   ##
===========================================
+ Coverage   23.17%   72.35%   +49.18%     
===========================================
  Files           9       44       +35     
  Lines        1247     3994     +2747     
===========================================
+ Hits          289     2890     +2601     
- Misses        958     1104      +146     
Files Changed Coverage Δ
crates/core/src/mock/serde.rs 0.00% <0.00%> (ø)
crates/core/src/models/transaction.rs 93.63% <ø> (ø)
crates/core/src/models/transaction_receipt.rs 97.02% <ø> (ø)
crates/core/src/test_utils/bin/dump-katana.rs 0.00% <ø> (ø)
crates/core/src/test_utils/deploy_helpers.rs 32.44% <ø> (ø)
crates/core/src/test_utils/execution_helpers.rs 100.00% <ø> (ø)
crates/core/src/test_utils/fixtures.rs 100.00% <ø> (ø)
crates/eth-rpc/src/api/alchemy_api.rs 100.00% <ø> (ø)
crates/eth-rpc/src/api/eth_api.rs 100.00% <ø> (ø)
crates/eth-rpc/src/api/net_api.rs 100.00% <ø> (ø)
... and 34 more

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@ClementWalter ClementWalter added this pull request to the merge queue Aug 31, 2023
Merged via the queue into kkrt-labs:main with commit 0987f1f Aug 31, 2023
9 checks passed
@github-actions github-actions bot locked and limited conversation to collaborators Sep 2, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

bug: update proxy_account_class_hash in .env.example
2 participants