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: sender not eoa on Monad Testnet #55

Merged
merged 7 commits into from
Jan 30, 2025
Merged

fix: sender not eoa on Monad Testnet #55

merged 7 commits into from
Jan 30, 2025

Conversation

TheDivic
Copy link
Collaborator

@TheDivic TheDivic commented Jan 30, 2025

PR-Codex overview

This PR focuses on updating the gas estimation functionalities, adding support for new contract addresses, and refining the testing configurations.

Detailed summary

  • Added MONAD_XYZ_KEY to environment variables.
  • Updated rpcUrl in config/test-example.json.
  • Incremented version to 0.2.65 in package.json.
  • Enhanced SupportedChainSchema in src/chains/types.ts.
  • Modified paymasters and added contract addresses in src/chains/chains.ts.
  • Updated tests to utilize new contract addresses in src/gas-estimator/tests/e2e/estimateUserOperationGas.test.ts and src/entrypoint/v0.7.0/EntryPointV7Simulations.test.ts.
  • Added MONAD_XYZ_KEY to GitHub workflow secrets.

✨ Ask PR-Codex anything about this PR by commenting with /codex {your question}

joepegler and others added 5 commits January 28, 2025 16:56
Monad throws 'sender not eoa' when calling `eth_estimateGas` with the EP address as the sender. Removed the sender completely and added support for custom contract addresses to support monad
Copy link

github-actions bot commented Jan 30, 2025

size-limit report 📦

Path Size
core (esm) 44.5 KB (-0.02% 🔽)
core (cjs) 46.21 KB (+0.46% 🔺)

@TheDivic TheDivic merged commit 38f8d5a into develop Jan 30, 2025
5 checks passed
Copy link

codecov bot commented Jan 30, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Please upload report for BASE (develop@ee78d74). Learn more about missing BASE report.

Additional details and impacted files
@@           Coverage Diff           @@
##             develop   #55   +/-   ##
=======================================
  Coverage           ?     0           
=======================================
  Files              ?     0           
  Lines              ?     0           
  Branches           ?     0           
=======================================
  Hits               ?     0           
  Misses             ?     0           
  Partials           ?     0           

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants