Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commite9d072e

Browse files
fix: fixed support for stable Ganache v7.0.1 (#233)
Co-authored-by: Raphael Redmer <ra.redmer@outlook.com>
1 parent2fa51a0 commite9d072e

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

‎.github/workflows/test.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,7 @@ jobs:
4848
-name:Install dependencies
4949
run:|
5050
poetry install
51-
# TODO: Update to stable ganache when released!
52-
npm install -g ganache@beta
51+
npm install -g ganache@7.0.1
5352
-name:Test
5453
env:
5554
PROVIDER:${{ secrets.MAINNET_PROVIDER }}

‎tests/test_uniswap.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ def ganache() -> Generator[GanacheInstance, None, None]:
9494
--chain.chainId 1
9595
--fork.url{os.environ['PROVIDER']}
9696
--miner.defaultGasPrice{defaultGasPrice}
97-
--miner.legacyInstamine true
97+
--miner.instamine "strict"
9898
""".replace(
9999
"\n"," "
100100
),

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp