Skip to content
This repository was archived by the owner on Mar 23, 2021. It is now read-only.

Commit f768950

Browse files
committed
Fund 1000 Ether
1 parent d1fe54f commit f768950

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/docker/ethereum.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ async fn fund_new_account(endpoint: ParityHttpEndpoint) -> anyhow::Result<Accoun
9090
client.clone(),
9191
Some(derive_address(account.private_key)),
9292
30_000,
93-
U256::from(100u128 * 10u128.pow(18)),
93+
U256::from(1000u128 * 10u128.pow(18)),
9494
Vec::new(),
9595
)
9696
.await?;

0 commit comments

Comments
 (0)