Skip to content

Commit

Permalink
Added contract call wrapper to ganache testnet
Browse files Browse the repository at this point in the history
  • Loading branch information
scx1332 authored May 24, 2024
1 parent 62bb504 commit eeb6140
Show file tree
Hide file tree
Showing 4 changed files with 35 additions and 34 deletions.
6 changes: 3 additions & 3 deletions goth/default-assets/docker/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,17 +27,17 @@ services:
- "host.docker.internal:host-gateway"

ethereum-mainnet:
image: ghcr.io/golemfactory/gnt2/gnt2-docker-yagna:405222602027
image: ghcr.io/golemfactory/gnt2/gnt2-docker-yagna:b628fa5bfe0d
environment:
- GANACHE_CHAIN_ID=1

ethereum-holesky:
image: ghcr.io/golemfactory/gnt2/gnt2-docker-yagna:405222602027
image: ghcr.io/golemfactory/gnt2/gnt2-docker-yagna:b628fa5bfe0d
environment:
- GANACHE_CHAIN_ID=17000

ethereum-polygon:
image: ghcr.io/golemfactory/gnt2/gnt2-docker-yagna:405222602027
image: ghcr.io/golemfactory/gnt2/gnt2-docker-yagna:b628fa5bfe0d
environment:
- GANACHE_CHAIN_ID=137

Expand Down
1 change: 1 addition & 0 deletions goth/payment_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
"HOLESKY_MAX_FEE_PER_GAS": "1.0",
"HOLESKY_MULTI_PAYMENT_CONTRACT_ADDRESS": "0xFf807885934003A35b1284d7445fc83Fd23417e5",
"HOLESKY_LOCK_PAYMENT_CONTRACT_ADDRESS": "0xD756fb6A081CC11e7F513C39399DB296b1DE3036",
"HOLESKY_WRAPPER_CONTRACT_ADDRESS": "0x956dA338C1518a7FB213042b70c60c021aeBd554",
"HOLESKY_PRIORITY_FEE": "1.0",
"HOLESKY_TGLM_CONTRACT_ADDRESS": GLM_CONTRACT_ADDRESS,
"YA_PAYMENT_NETWORK": "holesky",
Expand Down
60 changes: 30 additions & 30 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ exclude = '/(\.eggs|\.git|\.hg|\.mypy_cache|\.nox|\.tox|\.venv|venv|\.svn|_build

[tool.poetry]
name = "goth"
version = "0.17.0"
version = "0.18.0"
description = "Golem Test Harness - integration testing framework"
authors = ["Golem Factory <[email protected]>"]
license = "GPL-3.0"
Expand Down

0 comments on commit eeb6140

Please sign in to comment.