From 88ee8d3b94889dd247899de45cdc3b4411da4ed2 Mon Sep 17 00:00:00 2001 From: paulo-ocean Date: Tue, 12 Nov 2024 12:40:05 +0000 Subject: [PATCH] update docs and tests, pass signer account, not signer address --- ComputeExamples.md | 2 +- docs/classes/Provider.md | 2 +- test/integration/ComputeExamples.test.ts | 2 +- test/integration/ComputeFlow.test.ts | 12 ++++++------ 4 files changed, 9 insertions(+), 9 deletions(-) diff --git a/ComputeExamples.md b/ComputeExamples.md index bd9b7ee7d..83dc646f9 100644 --- a/ComputeExamples.md +++ b/ComputeExamples.md @@ -627,7 +627,7 @@ Let's have 5 minute of compute access computeEnv.id, computeValidUntil, providerUrl, - await consumerAccount.getAddress() + consumerAccount ) ```