From e0da9e4c114b8e5a370a6e3c26fb4cabb754ef12 Mon Sep 17 00:00:00 2001 From: leopardracer <136604165+leopardracer@users.noreply.github.com> Date: Tue, 22 Apr 2025 20:00:30 +0300 Subject: [PATCH 1/3] Update attestor-contracts.mdx --- content/docs/attestor-decentralization/attestor-contracts.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/docs/attestor-decentralization/attestor-contracts.mdx b/content/docs/attestor-decentralization/attestor-contracts.mdx index 67e74b5..016560b 100644 --- a/content/docs/attestor-decentralization/attestor-contracts.mdx +++ b/content/docs/attestor-decentralization/attestor-contracts.mdx @@ -71,7 +71,7 @@ The [example](https://github.com/reclaimprotocol/attestor-contracts/tree/main/ex 1. **Change directory into /examples/attestor and install packages:** * `npm install` -2. **Populate your `.env`, varibales are filled for you, you just need to add you private key (without the `0x` prefix):** +2. **Populate your `.env`, variables are filled for you, you just need to add you private key (without the `0x` prefix):** * `PRIVATE_KEY=` 3. **Download zk files:** @@ -95,4 +95,4 @@ Alternatively, you can try out an e2e [example](https://github.com/reclaimprotoc ### Register Attestor -If you wish the join the quorum with your attestor, do [contact us](https://t.me/protocolreclaim). \ No newline at end of file +If you wish the join the quorum with your attestor, do [contact us](https://t.me/protocolreclaim). From 45445da1ee4c9330b1c3e9e65f2268def35fce22 Mon Sep 17 00:00:00 2001 From: leopardracer <136604165+leopardracer@users.noreply.github.com> Date: Tue, 22 Apr 2025 20:00:53 +0300 Subject: [PATCH 2/3] Update neutron-terra.mdx --- content/docs/sdk/cosmos/neutron-terra.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/docs/sdk/cosmos/neutron-terra.mdx b/content/docs/sdk/cosmos/neutron-terra.mdx index c4d0159..561a960 100644 --- a/content/docs/sdk/cosmos/neutron-terra.mdx +++ b/content/docs/sdk/cosmos/neutron-terra.mdx @@ -130,7 +130,7 @@ you may see a different account address from your wallet address. That is because Terra's address generation algorithm is different from other cosmos chains and hermes as well. -You should send funds to the account adddress in the json file, as that is the actual address that executes the messages. +You should send funds to the account address in the json file, as that is the actual address that executes the messages. ### Configuration file From 9384f4c5d936b05ae7268948064ef46b91ded29a Mon Sep 17 00:00:00 2001 From: leopardracer <136604165+leopardracer@users.noreply.github.com> Date: Tue, 22 Apr 2025 20:06:29 +0300 Subject: [PATCH 3/3] Update quickstart.mdx --- content/docs/zkfetch/quickstart.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/docs/zkfetch/quickstart.mdx b/content/docs/zkfetch/quickstart.mdx index 99ecb12..b3b17bc 100644 --- a/content/docs/zkfetch/quickstart.mdx +++ b/content/docs/zkfetch/quickstart.mdx @@ -114,7 +114,7 @@ All the data in the privateOptions will stay hidden to the verifier. const proof = await client.zkFetch('https://your.url.org') ``` -### Additonal Features +### Additional Features #### Retries and Retry Interval Add retries and set a retry interval for fetch requests: