Skip to content

Commit

Permalink
Merge branch 'larger-gamma' of github.com:curvefi/twocrypto-ng into l…
Browse files Browse the repository at this point in the history
…arger-gamma
  • Loading branch information
AlbertoCentonze committed May 13, 2024
2 parents eae9db0 + 0f21703 commit 03388aa
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@ matplotlib
# other deps (needed for pypy)
cytoolz

# vyper and dev framework:
git+https://github.com/vyperlang/titanoboa@409d8b19be851ba39018188014e1babc1781e0d8
# vyper and dev framework (boa interpreter):
git+https://github.com/vyperlang/titanoboa@1bf16f916b91aab299e293b4148be455c1674706
vyper>=0.3.10
2 changes: 2 additions & 0 deletions tests/integration/test_create2_deployment.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
from eth_utils import keccak


pytestmark = pytest.mark.ignore_isolation

@pytest.fixture(scope="module")
def forked_chain():
rpc_url = os.getenv("RPC_ETHEREUM")
Expand Down

0 comments on commit 03388aa

Please sign in to comment.