From 5d0f30c49d72a1dc09898eb6198d8db9e4785ffd Mon Sep 17 00:00:00 2001 From: Derrick Hammer Date: Sun, 21 Aug 2022 21:45:22 -0400 Subject: [PATCH] *force is now bypassCache --- src/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.ts b/src/index.ts index 1c2cc12..b782c62 100644 --- a/src/index.ts +++ b/src/index.ts @@ -227,7 +227,7 @@ async function rpcCall( query, chain, data, - force: true, + bypassCache: true, }) ); });