commit 2295a6e5fc493341bfc2aff49df4392020a17c43
parent 96ade12275de36f3ea9f771c9fe6ba6eb4a8f52c
Author: Antoine A <>
Date: Wed, 2 Mar 2022 21:10:41 +0100
instrumentation: ethereum success on ropsten network
Diffstat:
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/instrumentation/src/eth.rs b/instrumentation/src/eth.rs
@@ -30,9 +30,8 @@ pub fn eth_test(config: Option<&Path>, base_url: &str) {
let config = load_eth_config(config);
let state = WireState::from_taler_config(config);
// TODO eth network check
-
- let min_fund = U256::from(10_000 * TRUNC);
- let test_amount = U256::from(2_000 * TRUNC);
+ let min_fund = U256::from(100_000 * TRUNC);
+ let test_amount = U256::from(20_000 * TRUNC);
let taler_test_amount = eth_to_taler(&test_amount);
let mut rpc = Rpc::new(