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 usage of wrong ethereum object for ethereum endowment #1064

Merged
merged 2 commits into from Dec 13, 2022

Conversation

FrederikBolding
Copy link
Member

In production we were accidentally using globalThis.ethereum instead of our limited EIP-1193 provider. This PR fixes that by moving an if-statement.

@FrederikBolding FrederikBolding requested a review from a team as a code owner December 13, 2022 11:03
@FrederikBolding FrederikBolding changed the title Fix usage of wrong ethereum object for ethereum endowment Fix usage of wrong ethereum object for ethereum endowment Dec 13, 2022
Mrtenz
Mrtenz previously approved these changes Dec 13, 2022
@codecov-commenter
Copy link

codecov-commenter commented Dec 13, 2022

Codecov Report

Merging #1064 (ea0dbf2) into main (f39d07e) will not change coverage.
The diff coverage is 100.00%.

@@           Coverage Diff           @@
##             main    #1064   +/-   ##
=======================================
  Coverage   93.52%   93.52%           
=======================================
  Files          95       95           
  Lines        9922     9922           
  Branches      941      941           
=======================================
  Hits         9280     9280           
  Misses        642      642           
Impacted Files Coverage Δ
...cution-environments/src/common/endowments/index.ts 100.00% <100.00%> (ø)

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

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.

None yet

3 participants