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

Appearance settings

Commit b8332f0

Browse filesBrowse files
ErikBjareRaRedmer
andcommitted
fix: fixed support for stable Ganache v7.0.1
Co-authored-by: Raphael Redmer <ra.redmer@outlook.com>
1 parent 2fa51a0 commit b8332f0
Copy full SHA for b8332f0

File tree

Expand file treeCollapse file tree

2 files changed

+2
-3
lines changed
Filter options
Expand file treeCollapse file tree

2 files changed

+2
-3
lines changed

‎.github/workflows/test.yml

Copy file name to clipboardExpand all lines: .github/workflows/test.yml
+1-2Lines 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

Copy file name to clipboardExpand all lines: tests/test_uniswap.py
+1-1Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.