From c88ce686a9bacb8d868d503ac5ef2fe51b82ac52 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piotr=20P=C4=99dziwiatr?= <84311757+ppedziwiatr@users.noreply.github.com> Date: Sat, 12 Mar 2022 12:03:45 +0100 Subject: [PATCH] docs: minor redstone gateway docs fix --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 02f86bb..a46da0e 100644 --- a/README.md +++ b/README.md @@ -125,7 +125,7 @@ const smartweave = SmartWeaveNodeFactory.memCachedBased(arweave) The gateway is currently available under [https://gateway.redstone.finance](https://gateway.redstone.finance) url. Full API reference is available [here](https://github.com/redstone-finance/redstone-sw-gateway#http-api-reference). -Optionally - you can pass the second argument to the `RedstoneGatewayInteractionsLoader` that will determine which transactions will be loaded: +Optionally - you can pass the second argument to the `useRedStoneGateway` method that will determine which transactions will be loaded: 1. no parameter - default mode, compatible with how the Arweave Gateway GQL endpoint works - returns all the interactions. There is a risk of returning [corrupted transactions](https://github.com/redstone-finance/redstone-sw-gateway#corrupted-transactions). 2. `{confirmed: true}` - returns only confirmed transactions - the most safe mode, eg: