From 135186427bcd6feda545b43d8e98838164f6a238 Mon Sep 17 00:00:00 2001 From: skudasov Date: Tue, 14 Jan 2025 14:16:00 +0100 Subject: [PATCH] simplify default config --- framework/examples/myproject/smoke_aptos.toml | 3 --- 1 file changed, 3 deletions(-) diff --git a/framework/examples/myproject/smoke_aptos.toml b/framework/examples/myproject/smoke_aptos.toml index 3f3fee1c4..4013d2d6b 100644 --- a/framework/examples/myproject/smoke_aptos.toml +++ b/framework/examples/myproject/smoke_aptos.toml @@ -1,5 +1,2 @@ - [blockchain_a] type = "aptos" - port = "8082" - image = "aptoslabs/tools:nightly"