mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-25 14:16:44 +00:00
last test for today
This commit is contained in:
parent
19e6fea833
commit
0901463cce
2 changed files with 2 additions and 2 deletions
2
.github/workflows/ci-deploy.yml
vendored
2
.github/workflows/ci-deploy.yml
vendored
|
|
@ -54,7 +54,7 @@ jobs:
|
|||
|
||||
- name: Start devnet-with-contracts container
|
||||
run: |
|
||||
docker run -d --name geth-devnet-test -p 8545:8545 \
|
||||
docker run -d --name geth-devnet-test -p 8546:8545 \
|
||||
ghcr.io/${{ github.repository_owner }}/go-ethereum:devnet-with-contracts \
|
||||
geth --http --http.addr 0.0.0.0 --http.port 8545 --http.api eth,net,web3 --dev
|
||||
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@ module.exports = {
|
|||
solidity: "0.8.28",
|
||||
networks: {
|
||||
localhost: {
|
||||
url: "http://127.0.0.1:8545"
|
||||
url: "http://127.0.0.1:8546"
|
||||
}
|
||||
}
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in a new issue