Skip to content

Commit

Permalink
Fix fast geth client
Browse files Browse the repository at this point in the history
  • Loading branch information
Deniallugo committed Jan 15, 2021
1 parent faaa68e commit 5141826
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker-compose-runner.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ services:
geth:
image: "matterlabs/geth:latest"
environment:
- CONFIG=fast
- PLUGIN_CONFIG=fast

dev-ticker:
image: "matterlabs/dev-ticker:latest"
Expand Down
2 changes: 1 addition & 1 deletion sdk/zksync-rs/tests/integration.rs
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ use zksync_eth_signer::{EthereumSigner, PrivateKeySigner};

const ETH_ADDR: &str = "36615Cf349d7F6344891B1e7CA7C72883F5dc049";
const ETH_PRIVATE_KEY: &str = "7726827caac94a7f9e1b160f7ea819f172f7b6f9d2a97f992c38edeab82d4110";
const LOCALHOST_WEB3_ADDR: &str = "http://geth:8545";
const LOCALHOST_WEB3_ADDR: &str = "http://127.0.0.1:8545";
const DOCKER_WEB3_ADDR: &str = "http://geth:8545";

fn web3_addr() -> &'static str {
Expand Down

0 comments on commit 5141826

Please sign in to comment.