Closed antazoey closed 2 months ago
tests were failing from the merging of this PR: https://github.com/ApeWorX/ape-infura/pull/88 The issues were from API keys not resetting.
instead of "load_api_keys", make api keys a cached property and have it get deleted on disconnect also in the tests, i had to reset the env patch
What I did
tests were failing from the merging of this PR: https://github.com/ApeWorX/ape-infura/pull/88 The issues were from API keys not resetting.
How I did it
instead of "load_api_keys", make api keys a cached property and have it get deleted on disconnect also in the tests, i had to reset the env patch
How to verify it
Checklist