diff --git a/.github/workflows/cd-subgraph.yaml b/.github/workflows/cd-subgraph.yaml
index 0ee17ea219..095a97c23e 100644
--- a/.github/workflows/cd-subgraph.yaml
+++ b/.github/workflows/cd-subgraph.yaml
@@ -22,7 +22,6 @@ jobs:
- name: ethereum
- name: polygon
- name: sepolia
- - name: aurora-testnet
fail-fast: true
max-parallel: 3
steps:
diff --git a/docs/sdk/python/human_protocol_sdk.constants.md b/docs/sdk/python/human_protocol_sdk.constants.md
index 54960e9341..976fd18248 100644
--- a/docs/sdk/python/human_protocol_sdk.constants.md
+++ b/docs/sdk/python/human_protocol_sdk.constants.md
@@ -6,8 +6,6 @@ Bases: `Enum`
Enum for chain IDs.
-#### AURORA_TESTNET *= 1313161555*
-
#### BSC_MAINNET *= 56*
#### BSC_TESTNET *= 97*
diff --git a/docs/sdk/python/human_protocol_sdk.md b/docs/sdk/python/human_protocol_sdk.md
index f12b5d4988..65c44efcce 100644
--- a/docs/sdk/python/human_protocol_sdk.md
+++ b/docs/sdk/python/human_protocol_sdk.md
@@ -132,7 +132,6 @@
* [human_protocol_sdk.constants module](human_protocol_sdk.constants.md)
* [`ChainId`](human_protocol_sdk.constants.md#human_protocol_sdk.constants.ChainId)
- * [`ChainId.AURORA_TESTNET`](human_protocol_sdk.constants.md#human_protocol_sdk.constants.ChainId.AURORA_TESTNET)
* [`ChainId.BSC_MAINNET`](human_protocol_sdk.constants.md#human_protocol_sdk.constants.ChainId.BSC_MAINNET)
* [`ChainId.BSC_TESTNET`](human_protocol_sdk.constants.md#human_protocol_sdk.constants.ChainId.BSC_TESTNET)
* [`ChainId.LOCALHOST`](human_protocol_sdk.constants.md#human_protocol_sdk.constants.ChainId.LOCALHOST)
@@ -209,7 +208,6 @@
* [`SubgraphOptions.__init__()`](human_protocol_sdk.utils.md#human_protocol_sdk.utils.SubgraphOptions.__init__)
* [`SubgraphOptions.base_delay`](human_protocol_sdk.utils.md#human_protocol_sdk.utils.SubgraphOptions.base_delay)
* [`SubgraphOptions.max_retries`](human_protocol_sdk.utils.md#human_protocol_sdk.utils.SubgraphOptions.max_retries)
- * [`apply_tx_defaults()`](human_protocol_sdk.utils.md#human_protocol_sdk.utils.apply_tx_defaults)
* [`custom_gql_fetch()`](human_protocol_sdk.utils.md#human_protocol_sdk.utils.custom_gql_fetch)
* [`get_contract_interface()`](human_protocol_sdk.utils.md#human_protocol_sdk.utils.get_contract_interface)
* [`get_erc20_interface()`](human_protocol_sdk.utils.md#human_protocol_sdk.utils.get_erc20_interface)
diff --git a/docs/sdk/python/human_protocol_sdk.utils.md b/docs/sdk/python/human_protocol_sdk.utils.md
index e28f6ab90f..497c686849 100644
--- a/docs/sdk/python/human_protocol_sdk.utils.md
+++ b/docs/sdk/python/human_protocol_sdk.utils.md
@@ -12,22 +12,6 @@ Configuration for subgraph logic.
#### max_retries *: `Optional`[`int`]* *= None*
-### human_protocol_sdk.utils.apply_tx_defaults(w3, tx_options)
-
-Apply network specific default transaction parameters.
-
-Aurora networks enforce a fixed gas price. We always override any user supplied
-gasPrice with DEFAULT_AURORA_GAS_PRICE when on Aurora Testnet.
-EIP-1559 fields are removed to avoid conflicts.
-
-* **Parameters:**
- * **w3** (`Web3`) – Web3 instance (used to read chain id)
- * **tx_options** (`Optional`[`TxParams`]) – Original transaction options (can be None)
-* **Return type:**
- `TxParams`
-* **Returns:**
- Mutated tx options with enforced defaults
-
### human_protocol_sdk.utils.custom_gql_fetch(network, query, params=None, options=None)
Fetch data from the subgraph with optional logic.
diff --git a/docs/sdk/python/index.md b/docs/sdk/python/index.md
index 7030cc2101..a8dc40c404 100644
--- a/docs/sdk/python/index.md
+++ b/docs/sdk/python/index.md
@@ -68,7 +68,6 @@ pip install human-protocol-sdk[agreement]
* [`InvalidPublicKey`](human_protocol_sdk.legacy_encryption.md#human_protocol_sdk.legacy_encryption.InvalidPublicKey)
* [human_protocol_sdk.utils module](human_protocol_sdk.utils.md)
* [`SubgraphOptions`](human_protocol_sdk.utils.md#human_protocol_sdk.utils.SubgraphOptions)
- * [`apply_tx_defaults()`](human_protocol_sdk.utils.md#human_protocol_sdk.utils.apply_tx_defaults)
* [`custom_gql_fetch()`](human_protocol_sdk.utils.md#human_protocol_sdk.utils.custom_gql_fetch)
* [`get_contract_interface()`](human_protocol_sdk.utils.md#human_protocol_sdk.utils.get_contract_interface)
* [`get_erc20_interface()`](human_protocol_sdk.utils.md#human_protocol_sdk.utils.get_erc20_interface)
diff --git a/docs/sdk/typescript/base/classes/BaseEthersClient.md b/docs/sdk/typescript/base/classes/BaseEthersClient.md
index d10afa2ec4..60d7959b0e 100644
--- a/docs/sdk/typescript/base/classes/BaseEthersClient.md
+++ b/docs/sdk/typescript/base/classes/BaseEthersClient.md
@@ -6,7 +6,7 @@
# Abstract Class: BaseEthersClient
-Defined in: [base.ts:12](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/base.ts#L12)
+Defined in: [base.ts:10](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/base.ts#L10)
## Introduction
@@ -24,7 +24,7 @@ This class is used as a base class for other clients making on-chain calls.
> **new BaseEthersClient**(`runner`, `networkData`): `BaseEthersClient`
-Defined in: [base.ts:22](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/base.ts#L22)
+Defined in: [base.ts:20](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/base.ts#L20)
**BaseClient constructor**
@@ -52,7 +52,7 @@ The network information required to connect to the contracts
> **networkData**: [`NetworkData`](../../types/type-aliases/NetworkData.md)
-Defined in: [base.ts:14](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/base.ts#L14)
+Defined in: [base.ts:12](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/base.ts#L12)
***
@@ -60,29 +60,4 @@ Defined in: [base.ts:14](https://github.com/humanprotocol/human-protocol/blob/fa
> `protected` **runner**: `ContractRunner`
-Defined in: [base.ts:13](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/base.ts#L13)
-
-## Methods
-
-### applyTxDefaults()
-
-> `protected` **applyTxDefaults**(`txOptions`): `Overrides`
-
-Defined in: [base.ts:35](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/base.ts#L35)
-
-Internal helper to enrich transaction overrides with network specific defaults.
-
-Aurora networks use a fixed gas price. We always override any user provided
-gasPrice with the canonical DEFAULT_AURORA_GAS_PRICE to avoid mismatches
-or tx failures due to an unexpected value. For other networks the user
-supplied fee parameters are left untouched.
-
-#### Parameters
-
-##### txOptions
-
-`Overrides` = `{}`
-
-#### Returns
-
-`Overrides`
+Defined in: [base.ts:11](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/base.ts#L11)
diff --git a/docs/sdk/typescript/encryption/classes/Encryption.md b/docs/sdk/typescript/encryption/classes/Encryption.md
index 3e2bca210b..8aa3c68e40 100644
--- a/docs/sdk/typescript/encryption/classes/Encryption.md
+++ b/docs/sdk/typescript/encryption/classes/Encryption.md
@@ -6,7 +6,7 @@
# Class: Encryption
-Defined in: [encryption.ts:58](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/encryption.ts#L58)
+Defined in: [encryption.ts:58](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/encryption.ts#L58)
## Introduction
@@ -53,7 +53,7 @@ const encryption = await Encryption.build(privateKey, passphrase);
> **new Encryption**(`privateKey`): `Encryption`
-Defined in: [encryption.ts:66](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/encryption.ts#L66)
+Defined in: [encryption.ts:66](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/encryption.ts#L66)
Constructor for the Encryption class.
@@ -75,7 +75,7 @@ The private key.
> **decrypt**(`message`, `publicKey?`): `Promise`\<`Uint8Array`\<`ArrayBufferLike`\>\>
-Defined in: [encryption.ts:194](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/encryption.ts#L194)
+Defined in: [encryption.ts:194](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/encryption.ts#L194)
This function decrypts messages using the private key. In addition, the public key can be added for signature verification.
@@ -129,7 +129,7 @@ const resultMessage = await encryption.decrypt('message');
> **sign**(`message`): `Promise`\<`string`\>
-Defined in: [encryption.ts:251](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/encryption.ts#L251)
+Defined in: [encryption.ts:251](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/encryption.ts#L251)
This function signs a message using the private key used to initialize the client.
@@ -165,7 +165,7 @@ const resultMessage = await encryption.sign('message');
> **signAndEncrypt**(`message`, `publicKeys`): `Promise`\<`string`\>
-Defined in: [encryption.ts:142](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/encryption.ts#L142)
+Defined in: [encryption.ts:142](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/encryption.ts#L142)
This function signs and encrypts a message using the private key used to initialize the client and the specified public keys.
@@ -232,7 +232,7 @@ const resultMessage = await encryption.signAndEncrypt('message', publicKeys);
> `static` **build**(`privateKeyArmored`, `passphrase?`): `Promise`\<`Encryption`\>
-Defined in: [encryption.ts:77](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/encryption.ts#L77)
+Defined in: [encryption.ts:77](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/encryption.ts#L77)
Builds an Encryption instance by decrypting the private key from an encrypted private key and passphrase.
diff --git a/docs/sdk/typescript/encryption/classes/EncryptionUtils.md b/docs/sdk/typescript/encryption/classes/EncryptionUtils.md
index 8c5f7d5e07..1e7f4f6b06 100644
--- a/docs/sdk/typescript/encryption/classes/EncryptionUtils.md
+++ b/docs/sdk/typescript/encryption/classes/EncryptionUtils.md
@@ -6,7 +6,7 @@
# Class: EncryptionUtils
-Defined in: [encryption.ts:290](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/encryption.ts#L290)
+Defined in: [encryption.ts:290](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/encryption.ts#L290)
## Introduction
@@ -48,7 +48,7 @@ const keyPair = await EncryptionUtils.generateKeyPair('Human', 'human@hmt.ai');
> `static` **encrypt**(`message`, `publicKeys`): `Promise`\<`string`\>
-Defined in: [encryption.ts:444](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/encryption.ts#L444)
+Defined in: [encryption.ts:444](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/encryption.ts#L444)
This function encrypts a message using the specified public keys.
@@ -111,7 +111,7 @@ const result = await EncryptionUtils.encrypt('message', publicKeys);
> `static` **generateKeyPair**(`name`, `email`, `passphrase`): `Promise`\<[`IKeyPair`](../../interfaces/interfaces/IKeyPair.md)\>
-Defined in: [encryption.ts:382](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/encryption.ts#L382)
+Defined in: [encryption.ts:382](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/encryption.ts#L382)
This function generates a key pair for encryption and decryption.
@@ -158,7 +158,7 @@ const result = await EncryptionUtils.generateKeyPair(name, email, passphrase);
> `static` **getSignedData**(`message`): `Promise`\<`string`\>
-Defined in: [encryption.ts:351](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/encryption.ts#L351)
+Defined in: [encryption.ts:351](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/encryption.ts#L351)
This function gets signed data from a signed message.
@@ -190,7 +190,7 @@ const signedData = await EncryptionUtils.getSignedData('message');
> `static` **isEncrypted**(`message`): `boolean`
-Defined in: [encryption.ts:494](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/encryption.ts#L494)
+Defined in: [encryption.ts:494](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/encryption.ts#L494)
Verifies if a message appears to be encrypted with OpenPGP.
@@ -238,7 +238,7 @@ if (isEncrypted) {
> `static` **verify**(`message`, `publicKey`): `Promise`\<`boolean`\>
-Defined in: [encryption.ts:318](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/encryption.ts#L318)
+Defined in: [encryption.ts:318](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/encryption.ts#L318)
This function verifies the signature of a signed message using the public key.
diff --git a/docs/sdk/typescript/enums/enumerations/ChainId.md b/docs/sdk/typescript/enums/enumerations/ChainId.md
index 647e4b9ad7..f509f60efe 100644
--- a/docs/sdk/typescript/enums/enumerations/ChainId.md
+++ b/docs/sdk/typescript/enums/enumerations/ChainId.md
@@ -6,7 +6,7 @@
# Enumeration: ChainId
-Defined in: [enums.ts:1](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/enums.ts#L1)
+Defined in: [enums.ts:1](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/enums.ts#L1)
## Enumeration Members
@@ -14,15 +14,7 @@ Defined in: [enums.ts:1](https://github.com/humanprotocol/human-protocol/blob/fa
> **ALL**: `-1`
-Defined in: [enums.ts:2](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/enums.ts#L2)
-
-***
-
-### AURORA\_TESTNET
-
-> **AURORA\_TESTNET**: `1313161555`
-
-Defined in: [enums.ts:9](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/enums.ts#L9)
+Defined in: [enums.ts:2](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/enums.ts#L2)
***
@@ -30,7 +22,7 @@ Defined in: [enums.ts:9](https://github.com/humanprotocol/human-protocol/blob/fa
> **BSC\_MAINNET**: `56`
-Defined in: [enums.ts:5](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/enums.ts#L5)
+Defined in: [enums.ts:5](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/enums.ts#L5)
***
@@ -38,7 +30,7 @@ Defined in: [enums.ts:5](https://github.com/humanprotocol/human-protocol/blob/fa
> **BSC\_TESTNET**: `97`
-Defined in: [enums.ts:6](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/enums.ts#L6)
+Defined in: [enums.ts:6](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/enums.ts#L6)
***
@@ -46,7 +38,7 @@ Defined in: [enums.ts:6](https://github.com/humanprotocol/human-protocol/blob/fa
> **LOCALHOST**: `1338`
-Defined in: [enums.ts:10](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/enums.ts#L10)
+Defined in: [enums.ts:9](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/enums.ts#L9)
***
@@ -54,7 +46,7 @@ Defined in: [enums.ts:10](https://github.com/humanprotocol/human-protocol/blob/f
> **MAINNET**: `1`
-Defined in: [enums.ts:3](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/enums.ts#L3)
+Defined in: [enums.ts:3](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/enums.ts#L3)
***
@@ -62,7 +54,7 @@ Defined in: [enums.ts:3](https://github.com/humanprotocol/human-protocol/blob/fa
> **POLYGON**: `137`
-Defined in: [enums.ts:7](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/enums.ts#L7)
+Defined in: [enums.ts:7](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/enums.ts#L7)
***
@@ -70,7 +62,7 @@ Defined in: [enums.ts:7](https://github.com/humanprotocol/human-protocol/blob/fa
> **POLYGON\_AMOY**: `80002`
-Defined in: [enums.ts:8](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/enums.ts#L8)
+Defined in: [enums.ts:8](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/enums.ts#L8)
***
@@ -78,4 +70,4 @@ Defined in: [enums.ts:8](https://github.com/humanprotocol/human-protocol/blob/fa
> **SEPOLIA**: `11155111`
-Defined in: [enums.ts:4](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/enums.ts#L4)
+Defined in: [enums.ts:4](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/enums.ts#L4)
diff --git a/docs/sdk/typescript/enums/enumerations/OperatorCategory.md b/docs/sdk/typescript/enums/enumerations/OperatorCategory.md
index a147c4d807..6619d45f18 100644
--- a/docs/sdk/typescript/enums/enumerations/OperatorCategory.md
+++ b/docs/sdk/typescript/enums/enumerations/OperatorCategory.md
@@ -6,7 +6,7 @@
# Enumeration: OperatorCategory
-Defined in: [enums.ts:18](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/enums.ts#L18)
+Defined in: [enums.ts:17](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/enums.ts#L17)
## Enumeration Members
@@ -14,7 +14,7 @@ Defined in: [enums.ts:18](https://github.com/humanprotocol/human-protocol/blob/f
> **MACHINE\_LEARNING**: `"machine_learning"`
-Defined in: [enums.ts:19](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/enums.ts#L19)
+Defined in: [enums.ts:18](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/enums.ts#L18)
***
@@ -22,4 +22,4 @@ Defined in: [enums.ts:19](https://github.com/humanprotocol/human-protocol/blob/f
> **MARKET\_MAKING**: `"market_making"`
-Defined in: [enums.ts:20](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/enums.ts#L20)
+Defined in: [enums.ts:19](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/enums.ts#L19)
diff --git a/docs/sdk/typescript/enums/enumerations/OrderDirection.md b/docs/sdk/typescript/enums/enumerations/OrderDirection.md
index f7da4f8cdb..41709226b7 100644
--- a/docs/sdk/typescript/enums/enumerations/OrderDirection.md
+++ b/docs/sdk/typescript/enums/enumerations/OrderDirection.md
@@ -6,7 +6,7 @@
# Enumeration: OrderDirection
-Defined in: [enums.ts:13](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/enums.ts#L13)
+Defined in: [enums.ts:12](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/enums.ts#L12)
## Enumeration Members
@@ -14,7 +14,7 @@ Defined in: [enums.ts:13](https://github.com/humanprotocol/human-protocol/blob/f
> **ASC**: `"asc"`
-Defined in: [enums.ts:14](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/enums.ts#L14)
+Defined in: [enums.ts:13](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/enums.ts#L13)
***
@@ -22,4 +22,4 @@ Defined in: [enums.ts:14](https://github.com/humanprotocol/human-protocol/blob/f
> **DESC**: `"desc"`
-Defined in: [enums.ts:15](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/enums.ts#L15)
+Defined in: [enums.ts:14](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/enums.ts#L14)
diff --git a/docs/sdk/typescript/escrow/classes/EscrowClient.md b/docs/sdk/typescript/escrow/classes/EscrowClient.md
index d22895042e..cf42422acb 100644
--- a/docs/sdk/typescript/escrow/classes/EscrowClient.md
+++ b/docs/sdk/typescript/escrow/classes/EscrowClient.md
@@ -6,7 +6,7 @@
# Class: EscrowClient
-Defined in: [escrow.ts:148](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/escrow.ts#L148)
+Defined in: [escrow.ts:148](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/escrow.ts#L148)
## Introduction
@@ -86,7 +86,7 @@ const escrowClient = await EscrowClient.build(provider);
> **new EscrowClient**(`runner`, `networkData`): `EscrowClient`
-Defined in: [escrow.ts:157](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/escrow.ts#L157)
+Defined in: [escrow.ts:157](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/escrow.ts#L157)
**EscrowClient constructor**
@@ -118,7 +118,7 @@ The network information required to connect to the Escrow contract
> **networkData**: [`NetworkData`](../../types/type-aliases/NetworkData.md)
-Defined in: [base.ts:14](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/base.ts#L14)
+Defined in: [base.ts:12](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/base.ts#L12)
#### Inherited from
@@ -130,7 +130,7 @@ Defined in: [base.ts:14](https://github.com/humanprotocol/human-protocol/blob/fa
> `protected` **runner**: `ContractRunner`
-Defined in: [base.ts:13](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/base.ts#L13)
+Defined in: [base.ts:11](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/base.ts#L11)
#### Inherited from
@@ -138,42 +138,13 @@ Defined in: [base.ts:13](https://github.com/humanprotocol/human-protocol/blob/fa
## Methods
-### applyTxDefaults()
-
-> `protected` **applyTxDefaults**(`txOptions`): `Overrides`
-
-Defined in: [base.ts:35](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/base.ts#L35)
-
-Internal helper to enrich transaction overrides with network specific defaults.
-
-Aurora networks use a fixed gas price. We always override any user provided
-gasPrice with the canonical DEFAULT_AURORA_GAS_PRICE to avoid mismatches
-or tx failures due to an unexpected value. For other networks the user
-supplied fee parameters are left untouched.
-
-#### Parameters
-
-##### txOptions
-
-`Overrides` = `{}`
-
-#### Returns
-
-`Overrides`
-
-#### Inherited from
-
-[`BaseEthersClient`](../../base/classes/BaseEthersClient.md).[`applyTxDefaults`](../../base/classes/BaseEthersClient.md#applytxdefaults)
-
-***
-
### bulkPayOut()
#### Call Signature
> **bulkPayOut**(`escrowAddress`, `recipients`, `amounts`, `finalResultsUrl`, `finalResultsHash`, `txId`, `forceComplete`, `txOptions?`): `Promise`\<`void`\>
-Defined in: [escrow.ts:808](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/escrow.ts#L808)
+Defined in: [escrow.ts:802](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/escrow.ts#L802)
This function pays out the amounts specified to the workers and sets the URL of the final results file.
@@ -261,7 +232,7 @@ await escrowClient.bulkPayOut('0x62dD51230A30401C455c8398d06F85e4EaB6309f', reci
> **bulkPayOut**(`escrowAddress`, `recipients`, `amounts`, `finalResultsUrl`, `finalResultsHash`, `payoutId`, `forceComplete`, `txOptions?`): `Promise`\<`void`\>
-Defined in: [escrow.ts:858](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/escrow.ts#L858)
+Defined in: [escrow.ts:852](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/escrow.ts#L852)
This function pays out the amounts specified to the workers and sets the URL of the final results file.
@@ -352,7 +323,7 @@ await escrowClient.bulkPayOut('0x62dD51230A30401C455c8398d06F85e4EaB6309f', reci
> **cancel**(`escrowAddress`, `txOptions?`): `Promise`\<`void`\>
-Defined in: [escrow.ts:957](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/escrow.ts#L957)
+Defined in: [escrow.ts:951](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/escrow.ts#L951)
This function cancels the specified escrow and sends the balance to the canceler.
@@ -398,7 +369,7 @@ await escrowClient.cancel('0x62dD51230A30401C455c8398d06F85e4EaB6309f');
> **complete**(`escrowAddress`, `txOptions?`): `Promise`\<`void`\>
-Defined in: [escrow.ts:746](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/escrow.ts#L746)
+Defined in: [escrow.ts:742](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/escrow.ts#L742)
This function sets the status of an escrow to completed.
@@ -446,7 +417,7 @@ await escrowClient.complete('0x62dD51230A30401C455c8398d06F85e4EaB6309f');
> **createBulkPayoutTransaction**(`escrowAddress`, `recipients`, `amounts`, `finalResultsUrl`, `finalResultsHash`, `payoutId`, `forceComplete`, `txOptions?`): `Promise`\<[`TransactionLikeWithNonce`](../../types/type-aliases/TransactionLikeWithNonce.md)\>
-Defined in: [escrow.ts:1164](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/escrow.ts#L1164)
+Defined in: [escrow.ts:1149](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/escrow.ts#L1149)
Creates a prepared transaction for bulk payout without immediately sending it.
@@ -540,7 +511,7 @@ console.log('Tx hash:', ethers.keccak256(signedTransaction));
> **createEscrow**(`tokenAddress`, `jobRequesterId`, `txOptions?`): `Promise`\<`string`\>
-Defined in: [escrow.ts:235](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/escrow.ts#L235)
+Defined in: [escrow.ts:235](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/escrow.ts#L235)
This function creates an escrow contract that uses the token passed to pay oracle fees and reward workers.
@@ -596,7 +567,7 @@ const escrowAddress = await escrowClient.createEscrow(tokenAddress, jobRequester
> **createFundAndSetupEscrow**(`tokenAddress`, `amount`, `jobRequesterId`, `escrowConfig`, `txOptions?`): `Promise`\<`string`\>
-Defined in: [escrow.ts:372](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/escrow.ts#L372)
+Defined in: [escrow.ts:372](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/escrow.ts#L372)
Creates, funds, and sets up a new escrow contract in a single transaction.
@@ -693,7 +664,7 @@ console.log('Escrow created at:', escrowAddress);
> **fund**(`escrowAddress`, `amount`, `txOptions?`): `Promise`\<`void`\>
-Defined in: [escrow.ts:545](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/escrow.ts#L545)
+Defined in: [escrow.ts:545](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/escrow.ts#L545)
This function adds funds of the chosen token to the escrow.
@@ -746,7 +717,7 @@ await escrowClient.fund('0x62dD51230A30401C455c8398d06F85e4EaB6309f', amount);
> **getBalance**(`escrowAddress`): `Promise`\<`bigint`\>
-Defined in: [escrow.ts:1310](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/escrow.ts#L1310)
+Defined in: [escrow.ts:1294](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/escrow.ts#L1294)
This function returns the balance for a specified escrow address.
@@ -784,7 +755,7 @@ const balance = await escrowClient.getBalance('0x62dD51230A30401C455c8398d06F85e
> **getExchangeOracleAddress**(`escrowAddress`): `Promise`\<`string`\>
-Defined in: [escrow.ts:1771](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/escrow.ts#L1771)
+Defined in: [escrow.ts:1755](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/escrow.ts#L1755)
This function returns the exchange oracle address for a given escrow.
@@ -822,7 +793,7 @@ const oracleAddress = await escrowClient.getExchangeOracleAddress('0x62dD51230A3
> **getFactoryAddress**(`escrowAddress`): `Promise`\<`string`\>
-Defined in: [escrow.ts:1809](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/escrow.ts#L1809)
+Defined in: [escrow.ts:1793](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/escrow.ts#L1793)
This function returns the escrow factory address for a given escrow.
@@ -860,7 +831,7 @@ const factoryAddress = await escrowClient.getFactoryAddress('0x62dD51230A30401C4
> **getIntermediateResultsHash**(`escrowAddress`): `Promise`\<`string`\>
-Defined in: [escrow.ts:1543](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/escrow.ts#L1543)
+Defined in: [escrow.ts:1527](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/escrow.ts#L1527)
This function returns the intermediate results hash.
@@ -898,7 +869,7 @@ const intermediateResultsHash = await escrowClient.getIntermediateResultsHash('0
> **getIntermediateResultsUrl**(`escrowAddress`): `Promise`\<`string`\>
-Defined in: [escrow.ts:1505](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/escrow.ts#L1505)
+Defined in: [escrow.ts:1489](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/escrow.ts#L1489)
This function returns the intermediate results file URL.
@@ -936,7 +907,7 @@ const intermediateResultsUrl = await escrowClient.getIntermediateResultsUrl('0x6
> **getJobLauncherAddress**(`escrowAddress`): `Promise`\<`string`\>
-Defined in: [escrow.ts:1695](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/escrow.ts#L1695)
+Defined in: [escrow.ts:1679](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/escrow.ts#L1679)
This function returns the job launcher address for a given escrow.
@@ -974,7 +945,7 @@ const jobLauncherAddress = await escrowClient.getJobLauncherAddress('0x62dD51230
> **getManifest**(`escrowAddress`): `Promise`\<`string`\>
-Defined in: [escrow.ts:1429](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/escrow.ts#L1429)
+Defined in: [escrow.ts:1413](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/escrow.ts#L1413)
This function returns the manifest. Could be a URL or a JSON string.
@@ -1012,7 +983,7 @@ const manifest = await escrowClient.getManifest('0x62dD51230A30401C455c8398d06F8
> **getManifestHash**(`escrowAddress`): `Promise`\<`string`\>
-Defined in: [escrow.ts:1391](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/escrow.ts#L1391)
+Defined in: [escrow.ts:1375](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/escrow.ts#L1375)
This function returns the manifest file hash.
@@ -1050,7 +1021,7 @@ const manifestHash = await escrowClient.getManifestHash('0x62dD51230A30401C455c8
> **getRecordingOracleAddress**(`escrowAddress`): `Promise`\<`string`\>
-Defined in: [escrow.ts:1657](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/escrow.ts#L1657)
+Defined in: [escrow.ts:1641](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/escrow.ts#L1641)
This function returns the recording oracle address for a given escrow.
@@ -1088,7 +1059,7 @@ const oracleAddress = await escrowClient.getRecordingOracleAddress('0x62dD51230A
> **getReputationOracleAddress**(`escrowAddress`): `Promise`\<`string`\>
-Defined in: [escrow.ts:1733](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/escrow.ts#L1733)
+Defined in: [escrow.ts:1717](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/escrow.ts#L1717)
This function returns the reputation oracle address for a given escrow.
@@ -1126,7 +1097,7 @@ const oracleAddress = await escrowClient.getReputationOracleAddress('0x62dD51230
> **getReservedFunds**(`escrowAddress`): `Promise`\<`bigint`\>
-Defined in: [escrow.ts:1354](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/escrow.ts#L1354)
+Defined in: [escrow.ts:1338](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/escrow.ts#L1338)
This function returns the reserved funds for a specified escrow address.
@@ -1164,7 +1135,7 @@ const reservedFunds = await escrowClient.getReservedFunds('0x62dD51230A30401C455
> **getResultsUrl**(`escrowAddress`): `Promise`\<`string`\>
-Defined in: [escrow.ts:1467](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/escrow.ts#L1467)
+Defined in: [escrow.ts:1451](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/escrow.ts#L1451)
This function returns the results file URL.
@@ -1202,7 +1173,7 @@ const resultsUrl = await escrowClient.getResultsUrl('0x62dD51230A30401C455c8398d
> **getStatus**(`escrowAddress`): `Promise`\<[`EscrowStatus`](../../types/enumerations/EscrowStatus.md)\>
-Defined in: [escrow.ts:1619](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/escrow.ts#L1619)
+Defined in: [escrow.ts:1603](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/escrow.ts#L1603)
This function returns the current status of the escrow.
@@ -1240,7 +1211,7 @@ const status = await escrowClient.getStatus('0x62dD51230A30401C455c8398d06F85e4E
> **getTokenAddress**(`escrowAddress`): `Promise`\<`string`\>
-Defined in: [escrow.ts:1581](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/escrow.ts#L1581)
+Defined in: [escrow.ts:1565](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/escrow.ts#L1565)
This function returns the token address used for funding the escrow.
@@ -1278,7 +1249,7 @@ const tokenAddress = await escrowClient.getTokenAddress('0x62dD51230A30401C455c8
> **requestCancellation**(`escrowAddress`, `txOptions?`): `Promise`\<`void`\>
-Defined in: [escrow.ts:1005](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/escrow.ts#L1005)
+Defined in: [escrow.ts:997](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/escrow.ts#L997)
This function requests the cancellation of the specified escrow (moves status to ToCancel or finalizes if expired).
@@ -1326,7 +1297,7 @@ await escrowClient.requestCancellation('0x62dD51230A30401C455c8398d06F85e4EaB630
> **setup**(`escrowAddress`, `escrowConfig`, `txOptions?`): `Promise`\<`void`\>
-Defined in: [escrow.ts:469](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/escrow.ts#L469)
+Defined in: [escrow.ts:469](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/escrow.ts#L469)
This function sets up the parameters of the escrow.
@@ -1393,7 +1364,7 @@ await escrowClient.setup(escrowAddress, escrowConfig);
> **storeResults**(`escrowAddress`, `url`, `hash`, `fundsToReserve`, `txOptions?`): `Promise`\<`void`\>
-Defined in: [escrow.ts:615](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/escrow.ts#L615)
+Defined in: [escrow.ts:611](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/escrow.ts#L611)
This function stores the results URL and hash.
@@ -1457,7 +1428,7 @@ await escrowClient.storeResults('0x62dD51230A30401C455c8398d06F85e4EaB6309f', 'h
> **storeResults**(`escrowAddress`, `url`, `hash`, `txOptions?`): `Promise`\<`void`\>
-Defined in: [escrow.ts:651](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/escrow.ts#L651)
+Defined in: [escrow.ts:647](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/escrow.ts#L647)
This function stores the results URL and hash.
@@ -1517,7 +1488,7 @@ await escrowClient.storeResults('0x62dD51230A30401C455c8398d06F85e4EaB6309f', 'h
> **withdraw**(`escrowAddress`, `tokenAddress`, `txOptions?`): `Promise`\<[`IEscrowWithdraw`](../../interfaces/interfaces/IEscrowWithdraw.md)\>
-Defined in: [escrow.ts:1060](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/escrow.ts#L1060)
+Defined in: [escrow.ts:1048](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/escrow.ts#L1048)
This function withdraws additional tokens in the escrow to the canceler.
@@ -1574,7 +1545,7 @@ await escrowClient.withdraw(
> `static` **build**(`runner`): `Promise`\<`EscrowClient`\>
-Defined in: [escrow.ts:175](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/escrow.ts#L175)
+Defined in: [escrow.ts:175](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/escrow.ts#L175)
Creates an instance of EscrowClient from a Runner.
diff --git a/docs/sdk/typescript/escrow/classes/EscrowUtils.md b/docs/sdk/typescript/escrow/classes/EscrowUtils.md
index 6644eac13d..6c1d187a70 100644
--- a/docs/sdk/typescript/escrow/classes/EscrowUtils.md
+++ b/docs/sdk/typescript/escrow/classes/EscrowUtils.md
@@ -6,7 +6,7 @@
# Class: EscrowUtils
-Defined in: [escrow.ts:1858](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/escrow.ts#L1858)
+Defined in: [escrow.ts:1842](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/escrow.ts#L1842)
## Introduction
@@ -54,7 +54,7 @@ const escrowAddresses = new EscrowUtils.getEscrows({
> `static` **getCancellationRefund**(`chainId`, `escrowAddress`, `options?`): `Promise`\<[`ICancellationRefund`](../../interfaces/interfaces/ICancellationRefund.md) \| `null`\>
-Defined in: [escrow.ts:2450](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/escrow.ts#L2450)
+Defined in: [escrow.ts:2434](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/escrow.ts#L2434)
This function returns the cancellation refund for a given escrow address.
@@ -127,7 +127,7 @@ const cancellationRefund = await EscrowUtils.getCancellationRefund(ChainId.POLYG
> `static` **getCancellationRefunds**(`filter`, `options?`): `Promise`\<[`ICancellationRefund`](../../interfaces/interfaces/ICancellationRefund.md)[]\>
-Defined in: [escrow.ts:2354](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/escrow.ts#L2354)
+Defined in: [escrow.ts:2338](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/escrow.ts#L2338)
This function returns the cancellation refunds for a given set of networks.
@@ -198,7 +198,7 @@ console.log(cancellationRefunds);
> `static` **getEscrow**(`chainId`, `escrowAddress`, `options?`): `Promise`\<[`IEscrow`](../../interfaces/interfaces/IEscrow.md) \| `null`\>
-Defined in: [escrow.ts:2083](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/escrow.ts#L2083)
+Defined in: [escrow.ts:2067](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/escrow.ts#L2067)
This function returns the escrow data for a given address.
@@ -289,7 +289,7 @@ const escrow = new EscrowUtils.getEscrow(ChainId.POLYGON_AMOY, "0x12345678901234
> `static` **getEscrows**(`filter`, `options?`): `Promise`\<[`IEscrow`](../../interfaces/interfaces/IEscrow.md)[]\>
-Defined in: [escrow.ts:1962](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/escrow.ts#L1962)
+Defined in: [escrow.ts:1946](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/escrow.ts#L1946)
This function returns an array of escrows based on the specified filter parameters.
@@ -413,7 +413,7 @@ const escrows = await EscrowUtils.getEscrows(filters);
> `static` **getPayouts**(`filter`, `options?`): `Promise`\<[`IPayout`](../../interfaces/interfaces/IPayout.md)[]\>
-Defined in: [escrow.ts:2258](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/escrow.ts#L2258)
+Defined in: [escrow.ts:2242](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/escrow.ts#L2242)
This function returns the payouts for a given set of networks.
@@ -463,7 +463,7 @@ console.log(payouts);
> `static` **getStatusEvents**(`filter`, `options?`): `Promise`\<[`IStatusEvent`](../../interfaces/interfaces/IStatusEvent.md)[]\>
-Defined in: [escrow.ts:2166](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/escrow.ts#L2166)
+Defined in: [escrow.ts:2150](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/escrow.ts#L2150)
This function returns the status events for a given set of networks within an optional date range.
diff --git a/docs/sdk/typescript/graphql/types/interfaces/IOperatorSubgraph.md b/docs/sdk/typescript/graphql/types/interfaces/IOperatorSubgraph.md
index ac5885346f..fde9259f62 100644
--- a/docs/sdk/typescript/graphql/types/interfaces/IOperatorSubgraph.md
+++ b/docs/sdk/typescript/graphql/types/interfaces/IOperatorSubgraph.md
@@ -6,7 +6,7 @@
# Interface: IOperatorSubgraph
-Defined in: [graphql/types.ts:143](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/graphql/types.ts#L143)
+Defined in: [graphql/types.ts:143](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/graphql/types.ts#L143)
## Properties
@@ -14,7 +14,7 @@ Defined in: [graphql/types.ts:143](https://github.com/humanprotocol/human-protoc
> **address**: `string`
-Defined in: [graphql/types.ts:145](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/graphql/types.ts#L145)
+Defined in: [graphql/types.ts:145](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/graphql/types.ts#L145)
***
@@ -22,7 +22,7 @@ Defined in: [graphql/types.ts:145](https://github.com/humanprotocol/human-protoc
> **amountJobsProcessed**: `string`
-Defined in: [graphql/types.ts:146](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/graphql/types.ts#L146)
+Defined in: [graphql/types.ts:146](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/graphql/types.ts#L146)
***
@@ -30,7 +30,7 @@ Defined in: [graphql/types.ts:146](https://github.com/humanprotocol/human-protoc
> **category**: `string` \| `null`
-Defined in: [graphql/types.ts:156](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/graphql/types.ts#L156)
+Defined in: [graphql/types.ts:156](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/graphql/types.ts#L156)
***
@@ -38,7 +38,7 @@ Defined in: [graphql/types.ts:156](https://github.com/humanprotocol/human-protoc
> **fee**: `string` \| `null`
-Defined in: [graphql/types.ts:148](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/graphql/types.ts#L148)
+Defined in: [graphql/types.ts:148](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/graphql/types.ts#L148)
***
@@ -46,7 +46,7 @@ Defined in: [graphql/types.ts:148](https://github.com/humanprotocol/human-protoc
> **id**: `string`
-Defined in: [graphql/types.ts:144](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/graphql/types.ts#L144)
+Defined in: [graphql/types.ts:144](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/graphql/types.ts#L144)
***
@@ -54,7 +54,7 @@ Defined in: [graphql/types.ts:144](https://github.com/humanprotocol/human-protoc
> **jobTypes**: `string` \| `string`[] \| `null`
-Defined in: [graphql/types.ts:157](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/graphql/types.ts#L157)
+Defined in: [graphql/types.ts:157](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/graphql/types.ts#L157)
***
@@ -62,7 +62,7 @@ Defined in: [graphql/types.ts:157](https://github.com/humanprotocol/human-protoc
> **name**: `string` \| `null`
-Defined in: [graphql/types.ts:155](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/graphql/types.ts#L155)
+Defined in: [graphql/types.ts:155](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/graphql/types.ts#L155)
***
@@ -70,7 +70,7 @@ Defined in: [graphql/types.ts:155](https://github.com/humanprotocol/human-protoc
> **publicKey**: `string` \| `null`
-Defined in: [graphql/types.ts:149](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/graphql/types.ts#L149)
+Defined in: [graphql/types.ts:149](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/graphql/types.ts#L149)
***
@@ -78,7 +78,7 @@ Defined in: [graphql/types.ts:149](https://github.com/humanprotocol/human-protoc
> **registrationInstructions**: `string` \| `null`
-Defined in: [graphql/types.ts:154](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/graphql/types.ts#L154)
+Defined in: [graphql/types.ts:154](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/graphql/types.ts#L154)
***
@@ -86,7 +86,7 @@ Defined in: [graphql/types.ts:154](https://github.com/humanprotocol/human-protoc
> **registrationNeeded**: `boolean` \| `null`
-Defined in: [graphql/types.ts:153](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/graphql/types.ts#L153)
+Defined in: [graphql/types.ts:153](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/graphql/types.ts#L153)
***
@@ -94,7 +94,7 @@ Defined in: [graphql/types.ts:153](https://github.com/humanprotocol/human-protoc
> **reputationNetworks**: `object`[]
-Defined in: [graphql/types.ts:158](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/graphql/types.ts#L158)
+Defined in: [graphql/types.ts:158](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/graphql/types.ts#L158)
#### address
@@ -106,7 +106,7 @@ Defined in: [graphql/types.ts:158](https://github.com/humanprotocol/human-protoc
> **role**: `string` \| `null`
-Defined in: [graphql/types.ts:147](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/graphql/types.ts#L147)
+Defined in: [graphql/types.ts:147](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/graphql/types.ts#L147)
***
@@ -114,7 +114,7 @@ Defined in: [graphql/types.ts:147](https://github.com/humanprotocol/human-protoc
> **staker**: \{ `lastDepositTimestamp`: `string`; `lockedAmount`: `string`; `lockedUntilTimestamp`: `string`; `slashedAmount`: `string`; `stakedAmount`: `string`; `withdrawnAmount`: `string`; \} \| `null`
-Defined in: [graphql/types.ts:159](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/graphql/types.ts#L159)
+Defined in: [graphql/types.ts:159](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/graphql/types.ts#L159)
***
@@ -122,7 +122,7 @@ Defined in: [graphql/types.ts:159](https://github.com/humanprotocol/human-protoc
> **url**: `string` \| `null`
-Defined in: [graphql/types.ts:152](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/graphql/types.ts#L152)
+Defined in: [graphql/types.ts:152](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/graphql/types.ts#L152)
***
@@ -130,7 +130,7 @@ Defined in: [graphql/types.ts:152](https://github.com/humanprotocol/human-protoc
> **webhookUrl**: `string` \| `null`
-Defined in: [graphql/types.ts:150](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/graphql/types.ts#L150)
+Defined in: [graphql/types.ts:150](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/graphql/types.ts#L150)
***
@@ -138,4 +138,4 @@ Defined in: [graphql/types.ts:150](https://github.com/humanprotocol/human-protoc
> **website**: `string` \| `null`
-Defined in: [graphql/types.ts:151](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/graphql/types.ts#L151)
+Defined in: [graphql/types.ts:151](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/graphql/types.ts#L151)
diff --git a/docs/sdk/typescript/graphql/types/interfaces/IReputationNetworkSubgraph.md b/docs/sdk/typescript/graphql/types/interfaces/IReputationNetworkSubgraph.md
index 5cb92c402d..3aa1d49877 100644
--- a/docs/sdk/typescript/graphql/types/interfaces/IReputationNetworkSubgraph.md
+++ b/docs/sdk/typescript/graphql/types/interfaces/IReputationNetworkSubgraph.md
@@ -6,7 +6,7 @@
# Interface: IReputationNetworkSubgraph
-Defined in: [graphql/types.ts:169](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/graphql/types.ts#L169)
+Defined in: [graphql/types.ts:169](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/graphql/types.ts#L169)
## Extends
@@ -18,7 +18,7 @@ Defined in: [graphql/types.ts:169](https://github.com/humanprotocol/human-protoc
> **address**: `string`
-Defined in: [interfaces.ts:42](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L42)
+Defined in: [interfaces.ts:42](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L42)
#### Inherited from
@@ -30,7 +30,7 @@ Defined in: [interfaces.ts:42](https://github.com/humanprotocol/human-protocol/b
> **id**: `string`
-Defined in: [interfaces.ts:41](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L41)
+Defined in: [interfaces.ts:41](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L41)
#### Inherited from
@@ -42,4 +42,4 @@ Defined in: [interfaces.ts:41](https://github.com/humanprotocol/human-protocol/b
> **operators**: [`IOperatorSubgraph`](IOperatorSubgraph.md)[]
-Defined in: [graphql/types.ts:171](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/graphql/types.ts#L171)
+Defined in: [graphql/types.ts:171](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/graphql/types.ts#L171)
diff --git a/docs/sdk/typescript/graphql/types/type-aliases/CancellationRefundData.md b/docs/sdk/typescript/graphql/types/type-aliases/CancellationRefundData.md
index 59c205752a..83dcc92dc4 100644
--- a/docs/sdk/typescript/graphql/types/type-aliases/CancellationRefundData.md
+++ b/docs/sdk/typescript/graphql/types/type-aliases/CancellationRefundData.md
@@ -8,7 +8,7 @@
> **CancellationRefundData** = `object`
-Defined in: [graphql/types.ts:182](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/graphql/types.ts#L182)
+Defined in: [graphql/types.ts:182](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/graphql/types.ts#L182)
## Properties
@@ -16,7 +16,7 @@ Defined in: [graphql/types.ts:182](https://github.com/humanprotocol/human-protoc
> **amount**: `string`
-Defined in: [graphql/types.ts:186](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/graphql/types.ts#L186)
+Defined in: [graphql/types.ts:186](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/graphql/types.ts#L186)
***
@@ -24,7 +24,7 @@ Defined in: [graphql/types.ts:186](https://github.com/humanprotocol/human-protoc
> **block**: `string`
-Defined in: [graphql/types.ts:187](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/graphql/types.ts#L187)
+Defined in: [graphql/types.ts:187](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/graphql/types.ts#L187)
***
@@ -32,7 +32,7 @@ Defined in: [graphql/types.ts:187](https://github.com/humanprotocol/human-protoc
> **escrowAddress**: `string`
-Defined in: [graphql/types.ts:184](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/graphql/types.ts#L184)
+Defined in: [graphql/types.ts:184](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/graphql/types.ts#L184)
***
@@ -40,7 +40,7 @@ Defined in: [graphql/types.ts:184](https://github.com/humanprotocol/human-protoc
> **id**: `string`
-Defined in: [graphql/types.ts:183](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/graphql/types.ts#L183)
+Defined in: [graphql/types.ts:183](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/graphql/types.ts#L183)
***
@@ -48,7 +48,7 @@ Defined in: [graphql/types.ts:183](https://github.com/humanprotocol/human-protoc
> **receiver**: `string`
-Defined in: [graphql/types.ts:185](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/graphql/types.ts#L185)
+Defined in: [graphql/types.ts:185](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/graphql/types.ts#L185)
***
@@ -56,7 +56,7 @@ Defined in: [graphql/types.ts:185](https://github.com/humanprotocol/human-protoc
> **timestamp**: `string`
-Defined in: [graphql/types.ts:188](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/graphql/types.ts#L188)
+Defined in: [graphql/types.ts:188](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/graphql/types.ts#L188)
***
@@ -64,4 +64,4 @@ Defined in: [graphql/types.ts:188](https://github.com/humanprotocol/human-protoc
> **txHash**: `string`
-Defined in: [graphql/types.ts:189](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/graphql/types.ts#L189)
+Defined in: [graphql/types.ts:189](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/graphql/types.ts#L189)
diff --git a/docs/sdk/typescript/graphql/types/type-aliases/EscrowData.md b/docs/sdk/typescript/graphql/types/type-aliases/EscrowData.md
index 3d26d044e6..59bcce6f27 100644
--- a/docs/sdk/typescript/graphql/types/type-aliases/EscrowData.md
+++ b/docs/sdk/typescript/graphql/types/type-aliases/EscrowData.md
@@ -8,7 +8,7 @@
> **EscrowData** = `object`
-Defined in: [graphql/types.ts:3](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/graphql/types.ts#L3)
+Defined in: [graphql/types.ts:3](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/graphql/types.ts#L3)
## Properties
@@ -16,7 +16,7 @@ Defined in: [graphql/types.ts:3](https://github.com/humanprotocol/human-protocol
> **address**: `string`
-Defined in: [graphql/types.ts:5](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/graphql/types.ts#L5)
+Defined in: [graphql/types.ts:5](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/graphql/types.ts#L5)
***
@@ -24,7 +24,7 @@ Defined in: [graphql/types.ts:5](https://github.com/humanprotocol/human-protocol
> **amountPaid**: `string`
-Defined in: [graphql/types.ts:6](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/graphql/types.ts#L6)
+Defined in: [graphql/types.ts:6](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/graphql/types.ts#L6)
***
@@ -32,7 +32,7 @@ Defined in: [graphql/types.ts:6](https://github.com/humanprotocol/human-protocol
> **balance**: `string`
-Defined in: [graphql/types.ts:7](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/graphql/types.ts#L7)
+Defined in: [graphql/types.ts:7](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/graphql/types.ts#L7)
***
@@ -40,7 +40,7 @@ Defined in: [graphql/types.ts:7](https://github.com/humanprotocol/human-protocol
> **count**: `string`
-Defined in: [graphql/types.ts:8](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/graphql/types.ts#L8)
+Defined in: [graphql/types.ts:8](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/graphql/types.ts#L8)
***
@@ -48,7 +48,7 @@ Defined in: [graphql/types.ts:8](https://github.com/humanprotocol/human-protocol
> **createdAt**: `string`
-Defined in: [graphql/types.ts:27](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/graphql/types.ts#L27)
+Defined in: [graphql/types.ts:27](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/graphql/types.ts#L27)
***
@@ -56,7 +56,7 @@ Defined in: [graphql/types.ts:27](https://github.com/humanprotocol/human-protoco
> **exchangeOracle**: `string` \| `null`
-Defined in: [graphql/types.ts:20](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/graphql/types.ts#L20)
+Defined in: [graphql/types.ts:20](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/graphql/types.ts#L20)
***
@@ -64,7 +64,7 @@ Defined in: [graphql/types.ts:20](https://github.com/humanprotocol/human-protoco
> **exchangeOracleFee**: `string` \| `null`
-Defined in: [graphql/types.ts:23](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/graphql/types.ts#L23)
+Defined in: [graphql/types.ts:23](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/graphql/types.ts#L23)
***
@@ -72,7 +72,7 @@ Defined in: [graphql/types.ts:23](https://github.com/humanprotocol/human-protoco
> **factoryAddress**: `string`
-Defined in: [graphql/types.ts:9](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/graphql/types.ts#L9)
+Defined in: [graphql/types.ts:9](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/graphql/types.ts#L9)
***
@@ -80,7 +80,7 @@ Defined in: [graphql/types.ts:9](https://github.com/humanprotocol/human-protocol
> **finalResultsHash**: `string` \| `null`
-Defined in: [graphql/types.ts:11](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/graphql/types.ts#L11)
+Defined in: [graphql/types.ts:11](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/graphql/types.ts#L11)
***
@@ -88,7 +88,7 @@ Defined in: [graphql/types.ts:11](https://github.com/humanprotocol/human-protoco
> **finalResultsUrl**: `string` \| `null`
-Defined in: [graphql/types.ts:10](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/graphql/types.ts#L10)
+Defined in: [graphql/types.ts:10](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/graphql/types.ts#L10)
***
@@ -96,7 +96,7 @@ Defined in: [graphql/types.ts:10](https://github.com/humanprotocol/human-protoco
> **id**: `string`
-Defined in: [graphql/types.ts:4](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/graphql/types.ts#L4)
+Defined in: [graphql/types.ts:4](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/graphql/types.ts#L4)
***
@@ -104,7 +104,7 @@ Defined in: [graphql/types.ts:4](https://github.com/humanprotocol/human-protocol
> **intermediateResultsHash**: `string` \| `null`
-Defined in: [graphql/types.ts:13](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/graphql/types.ts#L13)
+Defined in: [graphql/types.ts:13](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/graphql/types.ts#L13)
***
@@ -112,7 +112,7 @@ Defined in: [graphql/types.ts:13](https://github.com/humanprotocol/human-protoco
> **intermediateResultsUrl**: `string` \| `null`
-Defined in: [graphql/types.ts:12](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/graphql/types.ts#L12)
+Defined in: [graphql/types.ts:12](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/graphql/types.ts#L12)
***
@@ -120,7 +120,7 @@ Defined in: [graphql/types.ts:12](https://github.com/humanprotocol/human-protoco
> **jobRequesterId**: `string` \| `null`
-Defined in: [graphql/types.ts:15](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/graphql/types.ts#L15)
+Defined in: [graphql/types.ts:15](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/graphql/types.ts#L15)
***
@@ -128,7 +128,7 @@ Defined in: [graphql/types.ts:15](https://github.com/humanprotocol/human-protoco
> **launcher**: `string`
-Defined in: [graphql/types.ts:14](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/graphql/types.ts#L14)
+Defined in: [graphql/types.ts:14](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/graphql/types.ts#L14)
***
@@ -136,7 +136,7 @@ Defined in: [graphql/types.ts:14](https://github.com/humanprotocol/human-protoco
> **manifest**: `string` \| `null`
-Defined in: [graphql/types.ts:17](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/graphql/types.ts#L17)
+Defined in: [graphql/types.ts:17](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/graphql/types.ts#L17)
***
@@ -144,7 +144,7 @@ Defined in: [graphql/types.ts:17](https://github.com/humanprotocol/human-protoco
> **manifestHash**: `string` \| `null`
-Defined in: [graphql/types.ts:16](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/graphql/types.ts#L16)
+Defined in: [graphql/types.ts:16](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/graphql/types.ts#L16)
***
@@ -152,7 +152,7 @@ Defined in: [graphql/types.ts:16](https://github.com/humanprotocol/human-protoco
> **recordingOracle**: `string` \| `null`
-Defined in: [graphql/types.ts:18](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/graphql/types.ts#L18)
+Defined in: [graphql/types.ts:18](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/graphql/types.ts#L18)
***
@@ -160,7 +160,7 @@ Defined in: [graphql/types.ts:18](https://github.com/humanprotocol/human-protoco
> **recordingOracleFee**: `string` \| `null`
-Defined in: [graphql/types.ts:21](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/graphql/types.ts#L21)
+Defined in: [graphql/types.ts:21](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/graphql/types.ts#L21)
***
@@ -168,7 +168,7 @@ Defined in: [graphql/types.ts:21](https://github.com/humanprotocol/human-protoco
> **reputationOracle**: `string` \| `null`
-Defined in: [graphql/types.ts:19](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/graphql/types.ts#L19)
+Defined in: [graphql/types.ts:19](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/graphql/types.ts#L19)
***
@@ -176,7 +176,7 @@ Defined in: [graphql/types.ts:19](https://github.com/humanprotocol/human-protoco
> **reputationOracleFee**: `string` \| `null`
-Defined in: [graphql/types.ts:22](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/graphql/types.ts#L22)
+Defined in: [graphql/types.ts:22](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/graphql/types.ts#L22)
***
@@ -184,7 +184,7 @@ Defined in: [graphql/types.ts:22](https://github.com/humanprotocol/human-protoco
> **status**: `string`
-Defined in: [graphql/types.ts:24](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/graphql/types.ts#L24)
+Defined in: [graphql/types.ts:24](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/graphql/types.ts#L24)
***
@@ -192,7 +192,7 @@ Defined in: [graphql/types.ts:24](https://github.com/humanprotocol/human-protoco
> **token**: `string`
-Defined in: [graphql/types.ts:25](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/graphql/types.ts#L25)
+Defined in: [graphql/types.ts:25](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/graphql/types.ts#L25)
***
@@ -200,4 +200,4 @@ Defined in: [graphql/types.ts:25](https://github.com/humanprotocol/human-protoco
> **totalFundedAmount**: `string`
-Defined in: [graphql/types.ts:26](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/graphql/types.ts#L26)
+Defined in: [graphql/types.ts:26](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/graphql/types.ts#L26)
diff --git a/docs/sdk/typescript/graphql/types/type-aliases/EscrowStatisticsData.md b/docs/sdk/typescript/graphql/types/type-aliases/EscrowStatisticsData.md
index abe19cdf0f..0f40d779cd 100644
--- a/docs/sdk/typescript/graphql/types/type-aliases/EscrowStatisticsData.md
+++ b/docs/sdk/typescript/graphql/types/type-aliases/EscrowStatisticsData.md
@@ -8,7 +8,7 @@
> **EscrowStatisticsData** = `object`
-Defined in: [graphql/types.ts:71](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/graphql/types.ts#L71)
+Defined in: [graphql/types.ts:71](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/graphql/types.ts#L71)
## Properties
@@ -16,7 +16,7 @@ Defined in: [graphql/types.ts:71](https://github.com/humanprotocol/human-protoco
> **bulkPayoutEventCount**: `string`
-Defined in: [graphql/types.ts:74](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/graphql/types.ts#L74)
+Defined in: [graphql/types.ts:74](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/graphql/types.ts#L74)
***
@@ -24,7 +24,7 @@ Defined in: [graphql/types.ts:74](https://github.com/humanprotocol/human-protoco
> **cancelledStatusEventCount**: `string`
-Defined in: [graphql/types.ts:76](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/graphql/types.ts#L76)
+Defined in: [graphql/types.ts:76](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/graphql/types.ts#L76)
***
@@ -32,7 +32,7 @@ Defined in: [graphql/types.ts:76](https://github.com/humanprotocol/human-protoco
> **completedStatusEventCount**: `string`
-Defined in: [graphql/types.ts:79](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/graphql/types.ts#L79)
+Defined in: [graphql/types.ts:79](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/graphql/types.ts#L79)
***
@@ -40,7 +40,7 @@ Defined in: [graphql/types.ts:79](https://github.com/humanprotocol/human-protoco
> **fundEventCount**: `string`
-Defined in: [graphql/types.ts:72](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/graphql/types.ts#L72)
+Defined in: [graphql/types.ts:72](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/graphql/types.ts#L72)
***
@@ -48,7 +48,7 @@ Defined in: [graphql/types.ts:72](https://github.com/humanprotocol/human-protoco
> **paidStatusEventCount**: `string`
-Defined in: [graphql/types.ts:78](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/graphql/types.ts#L78)
+Defined in: [graphql/types.ts:78](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/graphql/types.ts#L78)
***
@@ -56,7 +56,7 @@ Defined in: [graphql/types.ts:78](https://github.com/humanprotocol/human-protoco
> **partialStatusEventCount**: `string`
-Defined in: [graphql/types.ts:77](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/graphql/types.ts#L77)
+Defined in: [graphql/types.ts:77](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/graphql/types.ts#L77)
***
@@ -64,7 +64,7 @@ Defined in: [graphql/types.ts:77](https://github.com/humanprotocol/human-protoco
> **pendingStatusEventCount**: `string`
-Defined in: [graphql/types.ts:75](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/graphql/types.ts#L75)
+Defined in: [graphql/types.ts:75](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/graphql/types.ts#L75)
***
@@ -72,7 +72,7 @@ Defined in: [graphql/types.ts:75](https://github.com/humanprotocol/human-protoco
> **storeResultsEventCount**: `string`
-Defined in: [graphql/types.ts:73](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/graphql/types.ts#L73)
+Defined in: [graphql/types.ts:73](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/graphql/types.ts#L73)
***
@@ -80,7 +80,7 @@ Defined in: [graphql/types.ts:73](https://github.com/humanprotocol/human-protoco
> **totalEscrowCount**: `string`
-Defined in: [graphql/types.ts:81](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/graphql/types.ts#L81)
+Defined in: [graphql/types.ts:81](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/graphql/types.ts#L81)
***
@@ -88,4 +88,4 @@ Defined in: [graphql/types.ts:81](https://github.com/humanprotocol/human-protoco
> **totalEventCount**: `string`
-Defined in: [graphql/types.ts:80](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/graphql/types.ts#L80)
+Defined in: [graphql/types.ts:80](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/graphql/types.ts#L80)
diff --git a/docs/sdk/typescript/graphql/types/type-aliases/EventDayData.md b/docs/sdk/typescript/graphql/types/type-aliases/EventDayData.md
index cf90b95965..7d9021d6d7 100644
--- a/docs/sdk/typescript/graphql/types/type-aliases/EventDayData.md
+++ b/docs/sdk/typescript/graphql/types/type-aliases/EventDayData.md
@@ -8,7 +8,7 @@
> **EventDayData** = `object`
-Defined in: [graphql/types.ts:84](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/graphql/types.ts#L84)
+Defined in: [graphql/types.ts:84](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/graphql/types.ts#L84)
## Properties
@@ -16,7 +16,7 @@ Defined in: [graphql/types.ts:84](https://github.com/humanprotocol/human-protoco
> **dailyBulkPayoutEventCount**: `string`
-Defined in: [graphql/types.ts:88](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/graphql/types.ts#L88)
+Defined in: [graphql/types.ts:88](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/graphql/types.ts#L88)
***
@@ -24,7 +24,7 @@ Defined in: [graphql/types.ts:88](https://github.com/humanprotocol/human-protoco
> **dailyCancelledStatusEventCount**: `string`
-Defined in: [graphql/types.ts:90](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/graphql/types.ts#L90)
+Defined in: [graphql/types.ts:90](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/graphql/types.ts#L90)
***
@@ -32,7 +32,7 @@ Defined in: [graphql/types.ts:90](https://github.com/humanprotocol/human-protoco
> **dailyCompletedStatusEventCount**: `string`
-Defined in: [graphql/types.ts:93](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/graphql/types.ts#L93)
+Defined in: [graphql/types.ts:93](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/graphql/types.ts#L93)
***
@@ -40,7 +40,7 @@ Defined in: [graphql/types.ts:93](https://github.com/humanprotocol/human-protoco
> **dailyEscrowCount**: `string`
-Defined in: [graphql/types.ts:95](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/graphql/types.ts#L95)
+Defined in: [graphql/types.ts:95](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/graphql/types.ts#L95)
***
@@ -48,7 +48,7 @@ Defined in: [graphql/types.ts:95](https://github.com/humanprotocol/human-protoco
> **dailyFundEventCount**: `string`
-Defined in: [graphql/types.ts:86](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/graphql/types.ts#L86)
+Defined in: [graphql/types.ts:86](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/graphql/types.ts#L86)
***
@@ -56,7 +56,7 @@ Defined in: [graphql/types.ts:86](https://github.com/humanprotocol/human-protoco
> **dailyHMTPayoutAmount**: `string`
-Defined in: [graphql/types.ts:98](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/graphql/types.ts#L98)
+Defined in: [graphql/types.ts:98](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/graphql/types.ts#L98)
***
@@ -64,7 +64,7 @@ Defined in: [graphql/types.ts:98](https://github.com/humanprotocol/human-protoco
> **dailyHMTTransferAmount**: `string`
-Defined in: [graphql/types.ts:100](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/graphql/types.ts#L100)
+Defined in: [graphql/types.ts:100](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/graphql/types.ts#L100)
***
@@ -72,7 +72,7 @@ Defined in: [graphql/types.ts:100](https://github.com/humanprotocol/human-protoc
> **dailyHMTTransferCount**: `string`
-Defined in: [graphql/types.ts:99](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/graphql/types.ts#L99)
+Defined in: [graphql/types.ts:99](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/graphql/types.ts#L99)
***
@@ -80,7 +80,7 @@ Defined in: [graphql/types.ts:99](https://github.com/humanprotocol/human-protoco
> **dailyPaidStatusEventCount**: `string`
-Defined in: [graphql/types.ts:92](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/graphql/types.ts#L92)
+Defined in: [graphql/types.ts:92](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/graphql/types.ts#L92)
***
@@ -88,7 +88,7 @@ Defined in: [graphql/types.ts:92](https://github.com/humanprotocol/human-protoco
> **dailyPartialStatusEventCount**: `string`
-Defined in: [graphql/types.ts:91](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/graphql/types.ts#L91)
+Defined in: [graphql/types.ts:91](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/graphql/types.ts#L91)
***
@@ -96,7 +96,7 @@ Defined in: [graphql/types.ts:91](https://github.com/humanprotocol/human-protoco
> **dailyPayoutCount**: `string`
-Defined in: [graphql/types.ts:97](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/graphql/types.ts#L97)
+Defined in: [graphql/types.ts:97](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/graphql/types.ts#L97)
***
@@ -104,7 +104,7 @@ Defined in: [graphql/types.ts:97](https://github.com/humanprotocol/human-protoco
> **dailyPendingStatusEventCount**: `string`
-Defined in: [graphql/types.ts:89](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/graphql/types.ts#L89)
+Defined in: [graphql/types.ts:89](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/graphql/types.ts#L89)
***
@@ -112,7 +112,7 @@ Defined in: [graphql/types.ts:89](https://github.com/humanprotocol/human-protoco
> **dailyStoreResultsEventCount**: `string`
-Defined in: [graphql/types.ts:87](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/graphql/types.ts#L87)
+Defined in: [graphql/types.ts:87](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/graphql/types.ts#L87)
***
@@ -120,7 +120,7 @@ Defined in: [graphql/types.ts:87](https://github.com/humanprotocol/human-protoco
> **dailyTotalEventCount**: `string`
-Defined in: [graphql/types.ts:94](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/graphql/types.ts#L94)
+Defined in: [graphql/types.ts:94](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/graphql/types.ts#L94)
***
@@ -128,7 +128,7 @@ Defined in: [graphql/types.ts:94](https://github.com/humanprotocol/human-protoco
> **dailyUniqueReceivers**: `string`
-Defined in: [graphql/types.ts:102](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/graphql/types.ts#L102)
+Defined in: [graphql/types.ts:102](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/graphql/types.ts#L102)
***
@@ -136,7 +136,7 @@ Defined in: [graphql/types.ts:102](https://github.com/humanprotocol/human-protoc
> **dailyUniqueSenders**: `string`
-Defined in: [graphql/types.ts:101](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/graphql/types.ts#L101)
+Defined in: [graphql/types.ts:101](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/graphql/types.ts#L101)
***
@@ -144,7 +144,7 @@ Defined in: [graphql/types.ts:101](https://github.com/humanprotocol/human-protoc
> **dailyWorkerCount**: `string`
-Defined in: [graphql/types.ts:96](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/graphql/types.ts#L96)
+Defined in: [graphql/types.ts:96](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/graphql/types.ts#L96)
***
@@ -152,4 +152,4 @@ Defined in: [graphql/types.ts:96](https://github.com/humanprotocol/human-protoco
> **timestamp**: `string`
-Defined in: [graphql/types.ts:85](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/graphql/types.ts#L85)
+Defined in: [graphql/types.ts:85](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/graphql/types.ts#L85)
diff --git a/docs/sdk/typescript/graphql/types/type-aliases/HMTHolderData.md b/docs/sdk/typescript/graphql/types/type-aliases/HMTHolderData.md
index 476114f664..c91399eb6e 100644
--- a/docs/sdk/typescript/graphql/types/type-aliases/HMTHolderData.md
+++ b/docs/sdk/typescript/graphql/types/type-aliases/HMTHolderData.md
@@ -8,7 +8,7 @@
> **HMTHolderData** = `object`
-Defined in: [graphql/types.ts:112](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/graphql/types.ts#L112)
+Defined in: [graphql/types.ts:112](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/graphql/types.ts#L112)
## Properties
@@ -16,7 +16,7 @@ Defined in: [graphql/types.ts:112](https://github.com/humanprotocol/human-protoc
> **address**: `string`
-Defined in: [graphql/types.ts:113](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/graphql/types.ts#L113)
+Defined in: [graphql/types.ts:113](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/graphql/types.ts#L113)
***
@@ -24,4 +24,4 @@ Defined in: [graphql/types.ts:113](https://github.com/humanprotocol/human-protoc
> **balance**: `string`
-Defined in: [graphql/types.ts:114](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/graphql/types.ts#L114)
+Defined in: [graphql/types.ts:114](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/graphql/types.ts#L114)
diff --git a/docs/sdk/typescript/graphql/types/type-aliases/HMTStatisticsData.md b/docs/sdk/typescript/graphql/types/type-aliases/HMTStatisticsData.md
index 68b22f6d2d..3fe9a477b8 100644
--- a/docs/sdk/typescript/graphql/types/type-aliases/HMTStatisticsData.md
+++ b/docs/sdk/typescript/graphql/types/type-aliases/HMTStatisticsData.md
@@ -8,7 +8,7 @@
> **HMTStatisticsData** = `object`
-Defined in: [graphql/types.ts:62](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/graphql/types.ts#L62)
+Defined in: [graphql/types.ts:62](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/graphql/types.ts#L62)
## Properties
@@ -16,7 +16,7 @@ Defined in: [graphql/types.ts:62](https://github.com/humanprotocol/human-protoco
> **holders**: `string`
-Defined in: [graphql/types.ts:68](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/graphql/types.ts#L68)
+Defined in: [graphql/types.ts:68](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/graphql/types.ts#L68)
***
@@ -24,7 +24,7 @@ Defined in: [graphql/types.ts:68](https://github.com/humanprotocol/human-protoco
> **totalApprovalEventCount**: `string`
-Defined in: [graphql/types.ts:65](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/graphql/types.ts#L65)
+Defined in: [graphql/types.ts:65](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/graphql/types.ts#L65)
***
@@ -32,7 +32,7 @@ Defined in: [graphql/types.ts:65](https://github.com/humanprotocol/human-protoco
> **totalBulkApprovalEventCount**: `string`
-Defined in: [graphql/types.ts:66](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/graphql/types.ts#L66)
+Defined in: [graphql/types.ts:66](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/graphql/types.ts#L66)
***
@@ -40,7 +40,7 @@ Defined in: [graphql/types.ts:66](https://github.com/humanprotocol/human-protoco
> **totalBulkTransferEventCount**: `string`
-Defined in: [graphql/types.ts:64](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/graphql/types.ts#L64)
+Defined in: [graphql/types.ts:64](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/graphql/types.ts#L64)
***
@@ -48,7 +48,7 @@ Defined in: [graphql/types.ts:64](https://github.com/humanprotocol/human-protoco
> **totalTransferEventCount**: `string`
-Defined in: [graphql/types.ts:63](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/graphql/types.ts#L63)
+Defined in: [graphql/types.ts:63](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/graphql/types.ts#L63)
***
@@ -56,4 +56,4 @@ Defined in: [graphql/types.ts:63](https://github.com/humanprotocol/human-protoco
> **totalValueTransfered**: `string`
-Defined in: [graphql/types.ts:67](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/graphql/types.ts#L67)
+Defined in: [graphql/types.ts:67](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/graphql/types.ts#L67)
diff --git a/docs/sdk/typescript/graphql/types/type-aliases/InternalTransactionData.md b/docs/sdk/typescript/graphql/types/type-aliases/InternalTransactionData.md
index 3ae82cef95..ba5c11d9d9 100644
--- a/docs/sdk/typescript/graphql/types/type-aliases/InternalTransactionData.md
+++ b/docs/sdk/typescript/graphql/types/type-aliases/InternalTransactionData.md
@@ -8,7 +8,7 @@
> **InternalTransactionData** = `object`
-Defined in: [graphql/types.ts:37](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/graphql/types.ts#L37)
+Defined in: [graphql/types.ts:37](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/graphql/types.ts#L37)
## Properties
@@ -16,7 +16,7 @@ Defined in: [graphql/types.ts:37](https://github.com/humanprotocol/human-protoco
> **escrow**: `string` \| `null`
-Defined in: [graphql/types.ts:43](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/graphql/types.ts#L43)
+Defined in: [graphql/types.ts:43](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/graphql/types.ts#L43)
***
@@ -24,7 +24,7 @@ Defined in: [graphql/types.ts:43](https://github.com/humanprotocol/human-protoco
> **from**: `string`
-Defined in: [graphql/types.ts:38](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/graphql/types.ts#L38)
+Defined in: [graphql/types.ts:38](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/graphql/types.ts#L38)
***
@@ -32,7 +32,7 @@ Defined in: [graphql/types.ts:38](https://github.com/humanprotocol/human-protoco
> **id**: `string` \| `null`
-Defined in: [graphql/types.ts:45](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/graphql/types.ts#L45)
+Defined in: [graphql/types.ts:45](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/graphql/types.ts#L45)
***
@@ -40,7 +40,7 @@ Defined in: [graphql/types.ts:45](https://github.com/humanprotocol/human-protoco
> **method**: `string`
-Defined in: [graphql/types.ts:41](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/graphql/types.ts#L41)
+Defined in: [graphql/types.ts:41](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/graphql/types.ts#L41)
***
@@ -48,7 +48,7 @@ Defined in: [graphql/types.ts:41](https://github.com/humanprotocol/human-protoco
> **receiver**: `string` \| `null`
-Defined in: [graphql/types.ts:42](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/graphql/types.ts#L42)
+Defined in: [graphql/types.ts:42](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/graphql/types.ts#L42)
***
@@ -56,7 +56,7 @@ Defined in: [graphql/types.ts:42](https://github.com/humanprotocol/human-protoco
> **to**: `string`
-Defined in: [graphql/types.ts:39](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/graphql/types.ts#L39)
+Defined in: [graphql/types.ts:39](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/graphql/types.ts#L39)
***
@@ -64,7 +64,7 @@ Defined in: [graphql/types.ts:39](https://github.com/humanprotocol/human-protoco
> **token**: `string` \| `null`
-Defined in: [graphql/types.ts:44](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/graphql/types.ts#L44)
+Defined in: [graphql/types.ts:44](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/graphql/types.ts#L44)
***
@@ -72,4 +72,4 @@ Defined in: [graphql/types.ts:44](https://github.com/humanprotocol/human-protoco
> **value**: `string`
-Defined in: [graphql/types.ts:40](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/graphql/types.ts#L40)
+Defined in: [graphql/types.ts:40](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/graphql/types.ts#L40)
diff --git a/docs/sdk/typescript/graphql/types/type-aliases/KVStoreData.md b/docs/sdk/typescript/graphql/types/type-aliases/KVStoreData.md
index ecf4f703df..c9f44939aa 100644
--- a/docs/sdk/typescript/graphql/types/type-aliases/KVStoreData.md
+++ b/docs/sdk/typescript/graphql/types/type-aliases/KVStoreData.md
@@ -8,7 +8,7 @@
> **KVStoreData** = `object`
-Defined in: [graphql/types.ts:123](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/graphql/types.ts#L123)
+Defined in: [graphql/types.ts:123](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/graphql/types.ts#L123)
## Properties
@@ -16,7 +16,7 @@ Defined in: [graphql/types.ts:123](https://github.com/humanprotocol/human-protoc
> **address**: `string`
-Defined in: [graphql/types.ts:125](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/graphql/types.ts#L125)
+Defined in: [graphql/types.ts:125](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/graphql/types.ts#L125)
***
@@ -24,7 +24,7 @@ Defined in: [graphql/types.ts:125](https://github.com/humanprotocol/human-protoc
> **block**: `string`
-Defined in: [graphql/types.ts:129](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/graphql/types.ts#L129)
+Defined in: [graphql/types.ts:129](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/graphql/types.ts#L129)
***
@@ -32,7 +32,7 @@ Defined in: [graphql/types.ts:129](https://github.com/humanprotocol/human-protoc
> **id**: `string`
-Defined in: [graphql/types.ts:124](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/graphql/types.ts#L124)
+Defined in: [graphql/types.ts:124](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/graphql/types.ts#L124)
***
@@ -40,7 +40,7 @@ Defined in: [graphql/types.ts:124](https://github.com/humanprotocol/human-protoc
> **key**: `string`
-Defined in: [graphql/types.ts:126](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/graphql/types.ts#L126)
+Defined in: [graphql/types.ts:126](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/graphql/types.ts#L126)
***
@@ -48,7 +48,7 @@ Defined in: [graphql/types.ts:126](https://github.com/humanprotocol/human-protoc
> **timestamp**: `Date`
-Defined in: [graphql/types.ts:128](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/graphql/types.ts#L128)
+Defined in: [graphql/types.ts:128](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/graphql/types.ts#L128)
***
@@ -56,4 +56,4 @@ Defined in: [graphql/types.ts:128](https://github.com/humanprotocol/human-protoc
> **value**: `string`
-Defined in: [graphql/types.ts:127](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/graphql/types.ts#L127)
+Defined in: [graphql/types.ts:127](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/graphql/types.ts#L127)
diff --git a/docs/sdk/typescript/graphql/types/type-aliases/PayoutData.md b/docs/sdk/typescript/graphql/types/type-aliases/PayoutData.md
index 999e5650bd..59706d5da3 100644
--- a/docs/sdk/typescript/graphql/types/type-aliases/PayoutData.md
+++ b/docs/sdk/typescript/graphql/types/type-aliases/PayoutData.md
@@ -8,7 +8,7 @@
> **PayoutData** = `object`
-Defined in: [graphql/types.ts:174](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/graphql/types.ts#L174)
+Defined in: [graphql/types.ts:174](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/graphql/types.ts#L174)
## Properties
@@ -16,7 +16,7 @@ Defined in: [graphql/types.ts:174](https://github.com/humanprotocol/human-protoc
> **amount**: `string`
-Defined in: [graphql/types.ts:178](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/graphql/types.ts#L178)
+Defined in: [graphql/types.ts:178](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/graphql/types.ts#L178)
***
@@ -24,7 +24,7 @@ Defined in: [graphql/types.ts:178](https://github.com/humanprotocol/human-protoc
> **createdAt**: `string`
-Defined in: [graphql/types.ts:179](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/graphql/types.ts#L179)
+Defined in: [graphql/types.ts:179](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/graphql/types.ts#L179)
***
@@ -32,7 +32,7 @@ Defined in: [graphql/types.ts:179](https://github.com/humanprotocol/human-protoc
> **escrowAddress**: `string`
-Defined in: [graphql/types.ts:176](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/graphql/types.ts#L176)
+Defined in: [graphql/types.ts:176](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/graphql/types.ts#L176)
***
@@ -40,7 +40,7 @@ Defined in: [graphql/types.ts:176](https://github.com/humanprotocol/human-protoc
> **id**: `string`
-Defined in: [graphql/types.ts:175](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/graphql/types.ts#L175)
+Defined in: [graphql/types.ts:175](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/graphql/types.ts#L175)
***
@@ -48,4 +48,4 @@ Defined in: [graphql/types.ts:175](https://github.com/humanprotocol/human-protoc
> **recipient**: `string`
-Defined in: [graphql/types.ts:177](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/graphql/types.ts#L177)
+Defined in: [graphql/types.ts:177](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/graphql/types.ts#L177)
diff --git a/docs/sdk/typescript/graphql/types/type-aliases/RewardAddedEventData.md b/docs/sdk/typescript/graphql/types/type-aliases/RewardAddedEventData.md
index e466b24870..b2e1c660a5 100644
--- a/docs/sdk/typescript/graphql/types/type-aliases/RewardAddedEventData.md
+++ b/docs/sdk/typescript/graphql/types/type-aliases/RewardAddedEventData.md
@@ -8,7 +8,7 @@
> **RewardAddedEventData** = `object`
-Defined in: [graphql/types.ts:105](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/graphql/types.ts#L105)
+Defined in: [graphql/types.ts:105](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/graphql/types.ts#L105)
## Properties
@@ -16,7 +16,7 @@ Defined in: [graphql/types.ts:105](https://github.com/humanprotocol/human-protoc
> **amount**: `string`
-Defined in: [graphql/types.ts:109](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/graphql/types.ts#L109)
+Defined in: [graphql/types.ts:109](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/graphql/types.ts#L109)
***
@@ -24,7 +24,7 @@ Defined in: [graphql/types.ts:109](https://github.com/humanprotocol/human-protoc
> **escrowAddress**: `string`
-Defined in: [graphql/types.ts:106](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/graphql/types.ts#L106)
+Defined in: [graphql/types.ts:106](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/graphql/types.ts#L106)
***
@@ -32,7 +32,7 @@ Defined in: [graphql/types.ts:106](https://github.com/humanprotocol/human-protoc
> **slasher**: `string`
-Defined in: [graphql/types.ts:108](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/graphql/types.ts#L108)
+Defined in: [graphql/types.ts:108](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/graphql/types.ts#L108)
***
@@ -40,4 +40,4 @@ Defined in: [graphql/types.ts:108](https://github.com/humanprotocol/human-protoc
> **staker**: `string`
-Defined in: [graphql/types.ts:107](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/graphql/types.ts#L107)
+Defined in: [graphql/types.ts:107](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/graphql/types.ts#L107)
diff --git a/docs/sdk/typescript/graphql/types/type-aliases/StakerData.md b/docs/sdk/typescript/graphql/types/type-aliases/StakerData.md
index 76c559c5e3..bd2ff925a8 100644
--- a/docs/sdk/typescript/graphql/types/type-aliases/StakerData.md
+++ b/docs/sdk/typescript/graphql/types/type-aliases/StakerData.md
@@ -8,7 +8,7 @@
> **StakerData** = `object`
-Defined in: [graphql/types.ts:132](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/graphql/types.ts#L132)
+Defined in: [graphql/types.ts:132](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/graphql/types.ts#L132)
## Properties
@@ -16,7 +16,7 @@ Defined in: [graphql/types.ts:132](https://github.com/humanprotocol/human-protoc
> **address**: `string`
-Defined in: [graphql/types.ts:134](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/graphql/types.ts#L134)
+Defined in: [graphql/types.ts:134](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/graphql/types.ts#L134)
***
@@ -24,7 +24,7 @@ Defined in: [graphql/types.ts:134](https://github.com/humanprotocol/human-protoc
> **id**: `string`
-Defined in: [graphql/types.ts:133](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/graphql/types.ts#L133)
+Defined in: [graphql/types.ts:133](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/graphql/types.ts#L133)
***
@@ -32,7 +32,7 @@ Defined in: [graphql/types.ts:133](https://github.com/humanprotocol/human-protoc
> **lastDepositTimestamp**: `string`
-Defined in: [graphql/types.ts:140](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/graphql/types.ts#L140)
+Defined in: [graphql/types.ts:140](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/graphql/types.ts#L140)
***
@@ -40,7 +40,7 @@ Defined in: [graphql/types.ts:140](https://github.com/humanprotocol/human-protoc
> **lockedAmount**: `string`
-Defined in: [graphql/types.ts:136](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/graphql/types.ts#L136)
+Defined in: [graphql/types.ts:136](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/graphql/types.ts#L136)
***
@@ -48,7 +48,7 @@ Defined in: [graphql/types.ts:136](https://github.com/humanprotocol/human-protoc
> **lockedUntilTimestamp**: `string`
-Defined in: [graphql/types.ts:139](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/graphql/types.ts#L139)
+Defined in: [graphql/types.ts:139](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/graphql/types.ts#L139)
***
@@ -56,7 +56,7 @@ Defined in: [graphql/types.ts:139](https://github.com/humanprotocol/human-protoc
> **slashedAmount**: `string`
-Defined in: [graphql/types.ts:138](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/graphql/types.ts#L138)
+Defined in: [graphql/types.ts:138](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/graphql/types.ts#L138)
***
@@ -64,7 +64,7 @@ Defined in: [graphql/types.ts:138](https://github.com/humanprotocol/human-protoc
> **stakedAmount**: `string`
-Defined in: [graphql/types.ts:135](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/graphql/types.ts#L135)
+Defined in: [graphql/types.ts:135](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/graphql/types.ts#L135)
***
@@ -72,4 +72,4 @@ Defined in: [graphql/types.ts:135](https://github.com/humanprotocol/human-protoc
> **withdrawnAmount**: `string`
-Defined in: [graphql/types.ts:137](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/graphql/types.ts#L137)
+Defined in: [graphql/types.ts:137](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/graphql/types.ts#L137)
diff --git a/docs/sdk/typescript/graphql/types/type-aliases/StatusEvent.md b/docs/sdk/typescript/graphql/types/type-aliases/StatusEvent.md
index 53758bc237..3548911365 100644
--- a/docs/sdk/typescript/graphql/types/type-aliases/StatusEvent.md
+++ b/docs/sdk/typescript/graphql/types/type-aliases/StatusEvent.md
@@ -8,7 +8,7 @@
> **StatusEvent** = `object`
-Defined in: [graphql/types.ts:117](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/graphql/types.ts#L117)
+Defined in: [graphql/types.ts:117](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/graphql/types.ts#L117)
## Properties
@@ -16,7 +16,7 @@ Defined in: [graphql/types.ts:117](https://github.com/humanprotocol/human-protoc
> **escrowAddress**: `string`
-Defined in: [graphql/types.ts:119](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/graphql/types.ts#L119)
+Defined in: [graphql/types.ts:119](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/graphql/types.ts#L119)
***
@@ -24,7 +24,7 @@ Defined in: [graphql/types.ts:119](https://github.com/humanprotocol/human-protoc
> **status**: `string`
-Defined in: [graphql/types.ts:120](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/graphql/types.ts#L120)
+Defined in: [graphql/types.ts:120](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/graphql/types.ts#L120)
***
@@ -32,4 +32,4 @@ Defined in: [graphql/types.ts:120](https://github.com/humanprotocol/human-protoc
> **timestamp**: `string`
-Defined in: [graphql/types.ts:118](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/graphql/types.ts#L118)
+Defined in: [graphql/types.ts:118](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/graphql/types.ts#L118)
diff --git a/docs/sdk/typescript/graphql/types/type-aliases/TransactionData.md b/docs/sdk/typescript/graphql/types/type-aliases/TransactionData.md
index b8331cbe6a..5977b6f575 100644
--- a/docs/sdk/typescript/graphql/types/type-aliases/TransactionData.md
+++ b/docs/sdk/typescript/graphql/types/type-aliases/TransactionData.md
@@ -8,7 +8,7 @@
> **TransactionData** = `object`
-Defined in: [graphql/types.ts:48](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/graphql/types.ts#L48)
+Defined in: [graphql/types.ts:48](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/graphql/types.ts#L48)
## Properties
@@ -16,7 +16,7 @@ Defined in: [graphql/types.ts:48](https://github.com/humanprotocol/human-protoco
> **block**: `string`
-Defined in: [graphql/types.ts:49](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/graphql/types.ts#L49)
+Defined in: [graphql/types.ts:49](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/graphql/types.ts#L49)
***
@@ -24,7 +24,7 @@ Defined in: [graphql/types.ts:49](https://github.com/humanprotocol/human-protoco
> **escrow**: `string` \| `null`
-Defined in: [graphql/types.ts:57](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/graphql/types.ts#L57)
+Defined in: [graphql/types.ts:57](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/graphql/types.ts#L57)
***
@@ -32,7 +32,7 @@ Defined in: [graphql/types.ts:57](https://github.com/humanprotocol/human-protoco
> **from**: `string`
-Defined in: [graphql/types.ts:51](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/graphql/types.ts#L51)
+Defined in: [graphql/types.ts:51](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/graphql/types.ts#L51)
***
@@ -40,7 +40,7 @@ Defined in: [graphql/types.ts:51](https://github.com/humanprotocol/human-protoco
> **internalTransactions**: [`InternalTransactionData`](InternalTransactionData.md)[]
-Defined in: [graphql/types.ts:59](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/graphql/types.ts#L59)
+Defined in: [graphql/types.ts:59](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/graphql/types.ts#L59)
***
@@ -48,7 +48,7 @@ Defined in: [graphql/types.ts:59](https://github.com/humanprotocol/human-protoco
> **method**: `string`
-Defined in: [graphql/types.ts:55](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/graphql/types.ts#L55)
+Defined in: [graphql/types.ts:55](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/graphql/types.ts#L55)
***
@@ -56,7 +56,7 @@ Defined in: [graphql/types.ts:55](https://github.com/humanprotocol/human-protoco
> **receiver**: `string` \| `null`
-Defined in: [graphql/types.ts:56](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/graphql/types.ts#L56)
+Defined in: [graphql/types.ts:56](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/graphql/types.ts#L56)
***
@@ -64,7 +64,7 @@ Defined in: [graphql/types.ts:56](https://github.com/humanprotocol/human-protoco
> **timestamp**: `string`
-Defined in: [graphql/types.ts:53](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/graphql/types.ts#L53)
+Defined in: [graphql/types.ts:53](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/graphql/types.ts#L53)
***
@@ -72,7 +72,7 @@ Defined in: [graphql/types.ts:53](https://github.com/humanprotocol/human-protoco
> **to**: `string`
-Defined in: [graphql/types.ts:52](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/graphql/types.ts#L52)
+Defined in: [graphql/types.ts:52](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/graphql/types.ts#L52)
***
@@ -80,7 +80,7 @@ Defined in: [graphql/types.ts:52](https://github.com/humanprotocol/human-protoco
> **token**: `string` \| `null`
-Defined in: [graphql/types.ts:58](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/graphql/types.ts#L58)
+Defined in: [graphql/types.ts:58](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/graphql/types.ts#L58)
***
@@ -88,7 +88,7 @@ Defined in: [graphql/types.ts:58](https://github.com/humanprotocol/human-protoco
> **txHash**: `string`
-Defined in: [graphql/types.ts:50](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/graphql/types.ts#L50)
+Defined in: [graphql/types.ts:50](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/graphql/types.ts#L50)
***
@@ -96,4 +96,4 @@ Defined in: [graphql/types.ts:50](https://github.com/humanprotocol/human-protoco
> **value**: `string`
-Defined in: [graphql/types.ts:54](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/graphql/types.ts#L54)
+Defined in: [graphql/types.ts:54](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/graphql/types.ts#L54)
diff --git a/docs/sdk/typescript/graphql/types/type-aliases/WorkerData.md b/docs/sdk/typescript/graphql/types/type-aliases/WorkerData.md
index bf6ff9259a..6ecc58e9a0 100644
--- a/docs/sdk/typescript/graphql/types/type-aliases/WorkerData.md
+++ b/docs/sdk/typescript/graphql/types/type-aliases/WorkerData.md
@@ -8,7 +8,7 @@
> **WorkerData** = `object`
-Defined in: [graphql/types.ts:30](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/graphql/types.ts#L30)
+Defined in: [graphql/types.ts:30](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/graphql/types.ts#L30)
## Properties
@@ -16,7 +16,7 @@ Defined in: [graphql/types.ts:30](https://github.com/humanprotocol/human-protoco
> **address**: `string`
-Defined in: [graphql/types.ts:32](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/graphql/types.ts#L32)
+Defined in: [graphql/types.ts:32](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/graphql/types.ts#L32)
***
@@ -24,7 +24,7 @@ Defined in: [graphql/types.ts:32](https://github.com/humanprotocol/human-protoco
> **id**: `string`
-Defined in: [graphql/types.ts:31](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/graphql/types.ts#L31)
+Defined in: [graphql/types.ts:31](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/graphql/types.ts#L31)
***
@@ -32,7 +32,7 @@ Defined in: [graphql/types.ts:31](https://github.com/humanprotocol/human-protoco
> **payoutCount**: `string`
-Defined in: [graphql/types.ts:34](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/graphql/types.ts#L34)
+Defined in: [graphql/types.ts:34](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/graphql/types.ts#L34)
***
@@ -40,4 +40,4 @@ Defined in: [graphql/types.ts:34](https://github.com/humanprotocol/human-protoco
> **totalHMTAmountReceived**: `string`
-Defined in: [graphql/types.ts:33](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/graphql/types.ts#L33)
+Defined in: [graphql/types.ts:33](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/graphql/types.ts#L33)
diff --git a/docs/sdk/typescript/interfaces/interfaces/ICancellationRefund.md b/docs/sdk/typescript/interfaces/interfaces/ICancellationRefund.md
index 44971c8133..b2d5d3351e 100644
--- a/docs/sdk/typescript/interfaces/interfaces/ICancellationRefund.md
+++ b/docs/sdk/typescript/interfaces/interfaces/ICancellationRefund.md
@@ -6,7 +6,7 @@
# Interface: ICancellationRefund
-Defined in: [interfaces.ts:292](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L292)
+Defined in: [interfaces.ts:292](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L292)
## Properties
@@ -14,7 +14,7 @@ Defined in: [interfaces.ts:292](https://github.com/humanprotocol/human-protocol/
> **amount**: `bigint`
-Defined in: [interfaces.ts:296](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L296)
+Defined in: [interfaces.ts:296](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L296)
***
@@ -22,7 +22,7 @@ Defined in: [interfaces.ts:296](https://github.com/humanprotocol/human-protocol/
> **block**: `number`
-Defined in: [interfaces.ts:297](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L297)
+Defined in: [interfaces.ts:297](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L297)
***
@@ -30,7 +30,7 @@ Defined in: [interfaces.ts:297](https://github.com/humanprotocol/human-protocol/
> **escrowAddress**: `string`
-Defined in: [interfaces.ts:294](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L294)
+Defined in: [interfaces.ts:294](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L294)
***
@@ -38,7 +38,7 @@ Defined in: [interfaces.ts:294](https://github.com/humanprotocol/human-protocol/
> **id**: `string`
-Defined in: [interfaces.ts:293](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L293)
+Defined in: [interfaces.ts:293](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L293)
***
@@ -46,7 +46,7 @@ Defined in: [interfaces.ts:293](https://github.com/humanprotocol/human-protocol/
> **receiver**: `string`
-Defined in: [interfaces.ts:295](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L295)
+Defined in: [interfaces.ts:295](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L295)
***
@@ -54,7 +54,7 @@ Defined in: [interfaces.ts:295](https://github.com/humanprotocol/human-protocol/
> **timestamp**: `number`
-Defined in: [interfaces.ts:298](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L298)
+Defined in: [interfaces.ts:298](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L298)
***
@@ -62,4 +62,4 @@ Defined in: [interfaces.ts:298](https://github.com/humanprotocol/human-protocol/
> **txHash**: `string`
-Defined in: [interfaces.ts:299](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L299)
+Defined in: [interfaces.ts:299](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L299)
diff --git a/docs/sdk/typescript/interfaces/interfaces/ICancellationRefundFilter.md b/docs/sdk/typescript/interfaces/interfaces/ICancellationRefundFilter.md
index fd1d2bd611..e4cc99c668 100644
--- a/docs/sdk/typescript/interfaces/interfaces/ICancellationRefundFilter.md
+++ b/docs/sdk/typescript/interfaces/interfaces/ICancellationRefundFilter.md
@@ -6,7 +6,7 @@
# Interface: ICancellationRefundFilter
-Defined in: [interfaces.ts:224](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L224)
+Defined in: [interfaces.ts:224](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L224)
## Extends
@@ -18,7 +18,7 @@ Defined in: [interfaces.ts:224](https://github.com/humanprotocol/human-protocol/
> **chainId**: [`ChainId`](../../enums/enumerations/ChainId.md)
-Defined in: [interfaces.ts:225](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L225)
+Defined in: [interfaces.ts:225](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L225)
***
@@ -26,7 +26,7 @@ Defined in: [interfaces.ts:225](https://github.com/humanprotocol/human-protocol/
> `optional` **escrowAddress**: `string`
-Defined in: [interfaces.ts:226](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L226)
+Defined in: [interfaces.ts:226](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L226)
***
@@ -34,7 +34,7 @@ Defined in: [interfaces.ts:226](https://github.com/humanprotocol/human-protocol/
> `optional` **first**: `number`
-Defined in: [interfaces.ts:164](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L164)
+Defined in: [interfaces.ts:164](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L164)
#### Inherited from
@@ -46,7 +46,7 @@ Defined in: [interfaces.ts:164](https://github.com/humanprotocol/human-protocol/
> `optional` **from**: `Date`
-Defined in: [interfaces.ts:228](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L228)
+Defined in: [interfaces.ts:228](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L228)
***
@@ -54,7 +54,7 @@ Defined in: [interfaces.ts:228](https://github.com/humanprotocol/human-protocol/
> `optional` **orderDirection**: [`OrderDirection`](../../enums/enumerations/OrderDirection.md)
-Defined in: [interfaces.ts:166](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L166)
+Defined in: [interfaces.ts:166](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L166)
#### Inherited from
@@ -66,7 +66,7 @@ Defined in: [interfaces.ts:166](https://github.com/humanprotocol/human-protocol/
> `optional` **receiver**: `string`
-Defined in: [interfaces.ts:227](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L227)
+Defined in: [interfaces.ts:227](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L227)
***
@@ -74,7 +74,7 @@ Defined in: [interfaces.ts:227](https://github.com/humanprotocol/human-protocol/
> `optional` **skip**: `number`
-Defined in: [interfaces.ts:165](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L165)
+Defined in: [interfaces.ts:165](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L165)
#### Inherited from
@@ -86,4 +86,4 @@ Defined in: [interfaces.ts:165](https://github.com/humanprotocol/human-protocol/
> `optional` **to**: `Date`
-Defined in: [interfaces.ts:229](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L229)
+Defined in: [interfaces.ts:229](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L229)
diff --git a/docs/sdk/typescript/interfaces/interfaces/IDailyEscrow.md b/docs/sdk/typescript/interfaces/interfaces/IDailyEscrow.md
index dcda8852c4..55a4afcd05 100644
--- a/docs/sdk/typescript/interfaces/interfaces/IDailyEscrow.md
+++ b/docs/sdk/typescript/interfaces/interfaces/IDailyEscrow.md
@@ -6,7 +6,7 @@
# Interface: IDailyEscrow
-Defined in: [interfaces.ts:232](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L232)
+Defined in: [interfaces.ts:232](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L232)
## Properties
@@ -14,7 +14,7 @@ Defined in: [interfaces.ts:232](https://github.com/humanprotocol/human-protocol/
> **escrowsCancelled**: `number`
-Defined in: [interfaces.ts:238](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L238)
+Defined in: [interfaces.ts:238](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L238)
***
@@ -22,7 +22,7 @@ Defined in: [interfaces.ts:238](https://github.com/humanprotocol/human-protocol/
> **escrowsPaid**: `number`
-Defined in: [interfaces.ts:237](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L237)
+Defined in: [interfaces.ts:237](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L237)
***
@@ -30,7 +30,7 @@ Defined in: [interfaces.ts:237](https://github.com/humanprotocol/human-protocol/
> **escrowsPending**: `number`
-Defined in: [interfaces.ts:235](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L235)
+Defined in: [interfaces.ts:235](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L235)
***
@@ -38,7 +38,7 @@ Defined in: [interfaces.ts:235](https://github.com/humanprotocol/human-protocol/
> **escrowsSolved**: `number`
-Defined in: [interfaces.ts:236](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L236)
+Defined in: [interfaces.ts:236](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L236)
***
@@ -46,7 +46,7 @@ Defined in: [interfaces.ts:236](https://github.com/humanprotocol/human-protocol/
> **escrowsTotal**: `number`
-Defined in: [interfaces.ts:234](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L234)
+Defined in: [interfaces.ts:234](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L234)
***
@@ -54,4 +54,4 @@ Defined in: [interfaces.ts:234](https://github.com/humanprotocol/human-protocol/
> **timestamp**: `number`
-Defined in: [interfaces.ts:233](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L233)
+Defined in: [interfaces.ts:233](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L233)
diff --git a/docs/sdk/typescript/interfaces/interfaces/IDailyHMT.md b/docs/sdk/typescript/interfaces/interfaces/IDailyHMT.md
index 5c125110f2..9822fb2712 100644
--- a/docs/sdk/typescript/interfaces/interfaces/IDailyHMT.md
+++ b/docs/sdk/typescript/interfaces/interfaces/IDailyHMT.md
@@ -6,7 +6,7 @@
# Interface: IDailyHMT
-Defined in: [interfaces.ts:277](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L277)
+Defined in: [interfaces.ts:277](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L277)
## Properties
@@ -14,7 +14,7 @@ Defined in: [interfaces.ts:277](https://github.com/humanprotocol/human-protocol/
> **dailyUniqueReceivers**: `number`
-Defined in: [interfaces.ts:282](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L282)
+Defined in: [interfaces.ts:282](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L282)
***
@@ -22,7 +22,7 @@ Defined in: [interfaces.ts:282](https://github.com/humanprotocol/human-protocol/
> **dailyUniqueSenders**: `number`
-Defined in: [interfaces.ts:281](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L281)
+Defined in: [interfaces.ts:281](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L281)
***
@@ -30,7 +30,7 @@ Defined in: [interfaces.ts:281](https://github.com/humanprotocol/human-protocol/
> **timestamp**: `number`
-Defined in: [interfaces.ts:278](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L278)
+Defined in: [interfaces.ts:278](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L278)
***
@@ -38,7 +38,7 @@ Defined in: [interfaces.ts:278](https://github.com/humanprotocol/human-protocol/
> **totalTransactionAmount**: `bigint`
-Defined in: [interfaces.ts:279](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L279)
+Defined in: [interfaces.ts:279](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L279)
***
@@ -46,4 +46,4 @@ Defined in: [interfaces.ts:279](https://github.com/humanprotocol/human-protocol/
> **totalTransactionCount**: `number`
-Defined in: [interfaces.ts:280](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L280)
+Defined in: [interfaces.ts:280](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L280)
diff --git a/docs/sdk/typescript/interfaces/interfaces/IDailyPayment.md b/docs/sdk/typescript/interfaces/interfaces/IDailyPayment.md
index 3f2af70d23..940fb1c6fa 100644
--- a/docs/sdk/typescript/interfaces/interfaces/IDailyPayment.md
+++ b/docs/sdk/typescript/interfaces/interfaces/IDailyPayment.md
@@ -6,7 +6,7 @@
# Interface: IDailyPayment
-Defined in: [interfaces.ts:255](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L255)
+Defined in: [interfaces.ts:255](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L255)
## Properties
@@ -14,7 +14,7 @@ Defined in: [interfaces.ts:255](https://github.com/humanprotocol/human-protocol/
> **averageAmountPerWorker**: `bigint`
-Defined in: [interfaces.ts:259](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L259)
+Defined in: [interfaces.ts:259](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L259)
***
@@ -22,7 +22,7 @@ Defined in: [interfaces.ts:259](https://github.com/humanprotocol/human-protocol/
> **timestamp**: `number`
-Defined in: [interfaces.ts:256](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L256)
+Defined in: [interfaces.ts:256](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L256)
***
@@ -30,7 +30,7 @@ Defined in: [interfaces.ts:256](https://github.com/humanprotocol/human-protocol/
> **totalAmountPaid**: `bigint`
-Defined in: [interfaces.ts:257](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L257)
+Defined in: [interfaces.ts:257](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L257)
***
@@ -38,4 +38,4 @@ Defined in: [interfaces.ts:257](https://github.com/humanprotocol/human-protocol/
> **totalCount**: `number`
-Defined in: [interfaces.ts:258](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L258)
+Defined in: [interfaces.ts:258](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L258)
diff --git a/docs/sdk/typescript/interfaces/interfaces/IDailyWorker.md b/docs/sdk/typescript/interfaces/interfaces/IDailyWorker.md
index f4981957c9..240090aea0 100644
--- a/docs/sdk/typescript/interfaces/interfaces/IDailyWorker.md
+++ b/docs/sdk/typescript/interfaces/interfaces/IDailyWorker.md
@@ -6,7 +6,7 @@
# Interface: IDailyWorker
-Defined in: [interfaces.ts:246](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L246)
+Defined in: [interfaces.ts:246](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L246)
## Properties
@@ -14,7 +14,7 @@ Defined in: [interfaces.ts:246](https://github.com/humanprotocol/human-protocol/
> **activeWorkers**: `number`
-Defined in: [interfaces.ts:248](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L248)
+Defined in: [interfaces.ts:248](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L248)
***
@@ -22,4 +22,4 @@ Defined in: [interfaces.ts:248](https://github.com/humanprotocol/human-protocol/
> **timestamp**: `number`
-Defined in: [interfaces.ts:247](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L247)
+Defined in: [interfaces.ts:247](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L247)
diff --git a/docs/sdk/typescript/interfaces/interfaces/IEscrow.md b/docs/sdk/typescript/interfaces/interfaces/IEscrow.md
index d3db23b9f9..751be00b4d 100644
--- a/docs/sdk/typescript/interfaces/interfaces/IEscrow.md
+++ b/docs/sdk/typescript/interfaces/interfaces/IEscrow.md
@@ -6,7 +6,7 @@
# Interface: IEscrow
-Defined in: [interfaces.ts:46](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L46)
+Defined in: [interfaces.ts:46](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L46)
## Properties
@@ -14,7 +14,7 @@ Defined in: [interfaces.ts:46](https://github.com/humanprotocol/human-protocol/b
> **address**: `string`
-Defined in: [interfaces.ts:48](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L48)
+Defined in: [interfaces.ts:48](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L48)
***
@@ -22,7 +22,7 @@ Defined in: [interfaces.ts:48](https://github.com/humanprotocol/human-protocol/b
> **amountPaid**: `bigint`
-Defined in: [interfaces.ts:49](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L49)
+Defined in: [interfaces.ts:49](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L49)
***
@@ -30,7 +30,7 @@ Defined in: [interfaces.ts:49](https://github.com/humanprotocol/human-protocol/b
> **balance**: `bigint`
-Defined in: [interfaces.ts:50](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L50)
+Defined in: [interfaces.ts:50](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L50)
***
@@ -38,7 +38,7 @@ Defined in: [interfaces.ts:50](https://github.com/humanprotocol/human-protocol/b
> **chainId**: `number`
-Defined in: [interfaces.ts:71](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L71)
+Defined in: [interfaces.ts:71](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L71)
***
@@ -46,7 +46,7 @@ Defined in: [interfaces.ts:71](https://github.com/humanprotocol/human-protocol/b
> **count**: `number`
-Defined in: [interfaces.ts:51](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L51)
+Defined in: [interfaces.ts:51](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L51)
***
@@ -54,7 +54,7 @@ Defined in: [interfaces.ts:51](https://github.com/humanprotocol/human-protocol/b
> **createdAt**: `number`
-Defined in: [interfaces.ts:70](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L70)
+Defined in: [interfaces.ts:70](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L70)
***
@@ -62,7 +62,7 @@ Defined in: [interfaces.ts:70](https://github.com/humanprotocol/human-protocol/b
> **exchangeOracle**: `string` \| `null`
-Defined in: [interfaces.ts:63](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L63)
+Defined in: [interfaces.ts:63](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L63)
***
@@ -70,7 +70,7 @@ Defined in: [interfaces.ts:63](https://github.com/humanprotocol/human-protocol/b
> **exchangeOracleFee**: `number` \| `null`
-Defined in: [interfaces.ts:66](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L66)
+Defined in: [interfaces.ts:66](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L66)
***
@@ -78,7 +78,7 @@ Defined in: [interfaces.ts:66](https://github.com/humanprotocol/human-protocol/b
> **factoryAddress**: `string`
-Defined in: [interfaces.ts:52](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L52)
+Defined in: [interfaces.ts:52](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L52)
***
@@ -86,7 +86,7 @@ Defined in: [interfaces.ts:52](https://github.com/humanprotocol/human-protocol/b
> **finalResultsHash**: `string` \| `null`
-Defined in: [interfaces.ts:54](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L54)
+Defined in: [interfaces.ts:54](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L54)
***
@@ -94,7 +94,7 @@ Defined in: [interfaces.ts:54](https://github.com/humanprotocol/human-protocol/b
> **finalResultsUrl**: `string` \| `null`
-Defined in: [interfaces.ts:53](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L53)
+Defined in: [interfaces.ts:53](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L53)
***
@@ -102,7 +102,7 @@ Defined in: [interfaces.ts:53](https://github.com/humanprotocol/human-protocol/b
> **id**: `string`
-Defined in: [interfaces.ts:47](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L47)
+Defined in: [interfaces.ts:47](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L47)
***
@@ -110,7 +110,7 @@ Defined in: [interfaces.ts:47](https://github.com/humanprotocol/human-protocol/b
> **intermediateResultsHash**: `string` \| `null`
-Defined in: [interfaces.ts:56](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L56)
+Defined in: [interfaces.ts:56](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L56)
***
@@ -118,7 +118,7 @@ Defined in: [interfaces.ts:56](https://github.com/humanprotocol/human-protocol/b
> **intermediateResultsUrl**: `string` \| `null`
-Defined in: [interfaces.ts:55](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L55)
+Defined in: [interfaces.ts:55](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L55)
***
@@ -126,7 +126,7 @@ Defined in: [interfaces.ts:55](https://github.com/humanprotocol/human-protocol/b
> **jobRequesterId**: `string` \| `null`
-Defined in: [interfaces.ts:58](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L58)
+Defined in: [interfaces.ts:58](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L58)
***
@@ -134,7 +134,7 @@ Defined in: [interfaces.ts:58](https://github.com/humanprotocol/human-protocol/b
> **launcher**: `string`
-Defined in: [interfaces.ts:57](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L57)
+Defined in: [interfaces.ts:57](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L57)
***
@@ -142,7 +142,7 @@ Defined in: [interfaces.ts:57](https://github.com/humanprotocol/human-protocol/b
> **manifest**: `string` \| `null`
-Defined in: [interfaces.ts:60](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L60)
+Defined in: [interfaces.ts:60](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L60)
***
@@ -150,7 +150,7 @@ Defined in: [interfaces.ts:60](https://github.com/humanprotocol/human-protocol/b
> **manifestHash**: `string` \| `null`
-Defined in: [interfaces.ts:59](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L59)
+Defined in: [interfaces.ts:59](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L59)
***
@@ -158,7 +158,7 @@ Defined in: [interfaces.ts:59](https://github.com/humanprotocol/human-protocol/b
> **recordingOracle**: `string` \| `null`
-Defined in: [interfaces.ts:61](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L61)
+Defined in: [interfaces.ts:61](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L61)
***
@@ -166,7 +166,7 @@ Defined in: [interfaces.ts:61](https://github.com/humanprotocol/human-protocol/b
> **recordingOracleFee**: `number` \| `null`
-Defined in: [interfaces.ts:64](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L64)
+Defined in: [interfaces.ts:64](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L64)
***
@@ -174,7 +174,7 @@ Defined in: [interfaces.ts:64](https://github.com/humanprotocol/human-protocol/b
> **reputationOracle**: `string` \| `null`
-Defined in: [interfaces.ts:62](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L62)
+Defined in: [interfaces.ts:62](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L62)
***
@@ -182,7 +182,7 @@ Defined in: [interfaces.ts:62](https://github.com/humanprotocol/human-protocol/b
> **reputationOracleFee**: `number` \| `null`
-Defined in: [interfaces.ts:65](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L65)
+Defined in: [interfaces.ts:65](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L65)
***
@@ -190,7 +190,7 @@ Defined in: [interfaces.ts:65](https://github.com/humanprotocol/human-protocol/b
> **status**: `string`
-Defined in: [interfaces.ts:67](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L67)
+Defined in: [interfaces.ts:67](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L67)
***
@@ -198,7 +198,7 @@ Defined in: [interfaces.ts:67](https://github.com/humanprotocol/human-protocol/b
> **token**: `string`
-Defined in: [interfaces.ts:68](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L68)
+Defined in: [interfaces.ts:68](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L68)
***
@@ -206,4 +206,4 @@ Defined in: [interfaces.ts:68](https://github.com/humanprotocol/human-protocol/b
> **totalFundedAmount**: `bigint`
-Defined in: [interfaces.ts:69](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L69)
+Defined in: [interfaces.ts:69](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L69)
diff --git a/docs/sdk/typescript/interfaces/interfaces/IEscrowConfig.md b/docs/sdk/typescript/interfaces/interfaces/IEscrowConfig.md
index e0fdf94ab9..195135a8ef 100644
--- a/docs/sdk/typescript/interfaces/interfaces/IEscrowConfig.md
+++ b/docs/sdk/typescript/interfaces/interfaces/IEscrowConfig.md
@@ -6,7 +6,7 @@
# Interface: IEscrowConfig
-Defined in: [interfaces.ts:86](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L86)
+Defined in: [interfaces.ts:86](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L86)
## Properties
@@ -14,7 +14,7 @@ Defined in: [interfaces.ts:86](https://github.com/humanprotocol/human-protocol/b
> **exchangeOracle**: `string`
-Defined in: [interfaces.ts:89](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L89)
+Defined in: [interfaces.ts:89](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L89)
***
@@ -22,7 +22,7 @@ Defined in: [interfaces.ts:89](https://github.com/humanprotocol/human-protocol/b
> **exchangeOracleFee**: `bigint`
-Defined in: [interfaces.ts:92](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L92)
+Defined in: [interfaces.ts:92](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L92)
***
@@ -30,7 +30,7 @@ Defined in: [interfaces.ts:92](https://github.com/humanprotocol/human-protocol/b
> **manifest**: `string`
-Defined in: [interfaces.ts:93](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L93)
+Defined in: [interfaces.ts:93](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L93)
***
@@ -38,7 +38,7 @@ Defined in: [interfaces.ts:93](https://github.com/humanprotocol/human-protocol/b
> **manifestHash**: `string`
-Defined in: [interfaces.ts:94](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L94)
+Defined in: [interfaces.ts:94](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L94)
***
@@ -46,7 +46,7 @@ Defined in: [interfaces.ts:94](https://github.com/humanprotocol/human-protocol/b
> **recordingOracle**: `string`
-Defined in: [interfaces.ts:87](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L87)
+Defined in: [interfaces.ts:87](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L87)
***
@@ -54,7 +54,7 @@ Defined in: [interfaces.ts:87](https://github.com/humanprotocol/human-protocol/b
> **recordingOracleFee**: `bigint`
-Defined in: [interfaces.ts:90](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L90)
+Defined in: [interfaces.ts:90](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L90)
***
@@ -62,7 +62,7 @@ Defined in: [interfaces.ts:90](https://github.com/humanprotocol/human-protocol/b
> **reputationOracle**: `string`
-Defined in: [interfaces.ts:88](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L88)
+Defined in: [interfaces.ts:88](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L88)
***
@@ -70,4 +70,4 @@ Defined in: [interfaces.ts:88](https://github.com/humanprotocol/human-protocol/b
> **reputationOracleFee**: `bigint`
-Defined in: [interfaces.ts:91](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L91)
+Defined in: [interfaces.ts:91](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L91)
diff --git a/docs/sdk/typescript/interfaces/interfaces/IEscrowStatistics.md b/docs/sdk/typescript/interfaces/interfaces/IEscrowStatistics.md
index 18ce79ddaf..8cf72764f1 100644
--- a/docs/sdk/typescript/interfaces/interfaces/IEscrowStatistics.md
+++ b/docs/sdk/typescript/interfaces/interfaces/IEscrowStatistics.md
@@ -6,7 +6,7 @@
# Interface: IEscrowStatistics
-Defined in: [interfaces.ts:241](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L241)
+Defined in: [interfaces.ts:241](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L241)
## Properties
@@ -14,7 +14,7 @@ Defined in: [interfaces.ts:241](https://github.com/humanprotocol/human-protocol/
> **dailyEscrowsData**: [`IDailyEscrow`](IDailyEscrow.md)[]
-Defined in: [interfaces.ts:243](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L243)
+Defined in: [interfaces.ts:243](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L243)
***
@@ -22,4 +22,4 @@ Defined in: [interfaces.ts:243](https://github.com/humanprotocol/human-protocol/
> **totalEscrows**: `number`
-Defined in: [interfaces.ts:242](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L242)
+Defined in: [interfaces.ts:242](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L242)
diff --git a/docs/sdk/typescript/interfaces/interfaces/IEscrowWithdraw.md b/docs/sdk/typescript/interfaces/interfaces/IEscrowWithdraw.md
index e0a8b68cf6..b30d119514 100644
--- a/docs/sdk/typescript/interfaces/interfaces/IEscrowWithdraw.md
+++ b/docs/sdk/typescript/interfaces/interfaces/IEscrowWithdraw.md
@@ -6,7 +6,7 @@
# Interface: IEscrowWithdraw
-Defined in: [interfaces.ts:310](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L310)
+Defined in: [interfaces.ts:310](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L310)
## Properties
@@ -14,7 +14,7 @@ Defined in: [interfaces.ts:310](https://github.com/humanprotocol/human-protocol/
> **tokenAddress**: `string`
-Defined in: [interfaces.ts:312](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L312)
+Defined in: [interfaces.ts:312](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L312)
***
@@ -22,7 +22,7 @@ Defined in: [interfaces.ts:312](https://github.com/humanprotocol/human-protocol/
> **txHash**: `string`
-Defined in: [interfaces.ts:311](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L311)
+Defined in: [interfaces.ts:311](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L311)
***
@@ -30,4 +30,4 @@ Defined in: [interfaces.ts:311](https://github.com/humanprotocol/human-protocol/
> **withdrawnAmount**: `bigint`
-Defined in: [interfaces.ts:313](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L313)
+Defined in: [interfaces.ts:313](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L313)
diff --git a/docs/sdk/typescript/interfaces/interfaces/IEscrowsFilter.md b/docs/sdk/typescript/interfaces/interfaces/IEscrowsFilter.md
index 1e6b2c2576..584f3b20da 100644
--- a/docs/sdk/typescript/interfaces/interfaces/IEscrowsFilter.md
+++ b/docs/sdk/typescript/interfaces/interfaces/IEscrowsFilter.md
@@ -6,7 +6,7 @@
# Interface: IEscrowsFilter
-Defined in: [interfaces.ts:74](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L74)
+Defined in: [interfaces.ts:74](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L74)
## Extends
@@ -18,7 +18,7 @@ Defined in: [interfaces.ts:74](https://github.com/humanprotocol/human-protocol/b
> **chainId**: [`ChainId`](../../enums/enumerations/ChainId.md)
-Defined in: [interfaces.ts:83](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L83)
+Defined in: [interfaces.ts:83](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L83)
***
@@ -26,7 +26,7 @@ Defined in: [interfaces.ts:83](https://github.com/humanprotocol/human-protocol/b
> `optional` **exchangeOracle**: `string`
-Defined in: [interfaces.ts:78](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L78)
+Defined in: [interfaces.ts:78](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L78)
***
@@ -34,7 +34,7 @@ Defined in: [interfaces.ts:78](https://github.com/humanprotocol/human-protocol/b
> `optional` **first**: `number`
-Defined in: [interfaces.ts:164](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L164)
+Defined in: [interfaces.ts:164](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L164)
#### Inherited from
@@ -46,7 +46,7 @@ Defined in: [interfaces.ts:164](https://github.com/humanprotocol/human-protocol/
> `optional` **from**: `Date`
-Defined in: [interfaces.ts:81](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L81)
+Defined in: [interfaces.ts:81](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L81)
***
@@ -54,7 +54,7 @@ Defined in: [interfaces.ts:81](https://github.com/humanprotocol/human-protocol/b
> `optional` **jobRequesterId**: `string`
-Defined in: [interfaces.ts:79](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L79)
+Defined in: [interfaces.ts:79](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L79)
***
@@ -62,7 +62,7 @@ Defined in: [interfaces.ts:79](https://github.com/humanprotocol/human-protocol/b
> `optional` **launcher**: `string`
-Defined in: [interfaces.ts:75](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L75)
+Defined in: [interfaces.ts:75](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L75)
***
@@ -70,7 +70,7 @@ Defined in: [interfaces.ts:75](https://github.com/humanprotocol/human-protocol/b
> `optional` **orderDirection**: [`OrderDirection`](../../enums/enumerations/OrderDirection.md)
-Defined in: [interfaces.ts:166](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L166)
+Defined in: [interfaces.ts:166](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L166)
#### Inherited from
@@ -82,7 +82,7 @@ Defined in: [interfaces.ts:166](https://github.com/humanprotocol/human-protocol/
> `optional` **recordingOracle**: `string`
-Defined in: [interfaces.ts:77](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L77)
+Defined in: [interfaces.ts:77](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L77)
***
@@ -90,7 +90,7 @@ Defined in: [interfaces.ts:77](https://github.com/humanprotocol/human-protocol/b
> `optional` **reputationOracle**: `string`
-Defined in: [interfaces.ts:76](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L76)
+Defined in: [interfaces.ts:76](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L76)
***
@@ -98,7 +98,7 @@ Defined in: [interfaces.ts:76](https://github.com/humanprotocol/human-protocol/b
> `optional` **skip**: `number`
-Defined in: [interfaces.ts:165](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L165)
+Defined in: [interfaces.ts:165](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L165)
#### Inherited from
@@ -110,7 +110,7 @@ Defined in: [interfaces.ts:165](https://github.com/humanprotocol/human-protocol/
> `optional` **status**: [`EscrowStatus`](../../types/enumerations/EscrowStatus.md) \| [`EscrowStatus`](../../types/enumerations/EscrowStatus.md)[]
-Defined in: [interfaces.ts:80](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L80)
+Defined in: [interfaces.ts:80](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L80)
***
@@ -118,4 +118,4 @@ Defined in: [interfaces.ts:80](https://github.com/humanprotocol/human-protocol/b
> `optional` **to**: `Date`
-Defined in: [interfaces.ts:82](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L82)
+Defined in: [interfaces.ts:82](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L82)
diff --git a/docs/sdk/typescript/interfaces/interfaces/IHMTHolder.md b/docs/sdk/typescript/interfaces/interfaces/IHMTHolder.md
index d2fe8cc7bf..766e505f02 100644
--- a/docs/sdk/typescript/interfaces/interfaces/IHMTHolder.md
+++ b/docs/sdk/typescript/interfaces/interfaces/IHMTHolder.md
@@ -6,7 +6,7 @@
# Interface: IHMTHolder
-Defined in: [interfaces.ts:272](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L272)
+Defined in: [interfaces.ts:272](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L272)
## Properties
@@ -14,7 +14,7 @@ Defined in: [interfaces.ts:272](https://github.com/humanprotocol/human-protocol/
> **address**: `string`
-Defined in: [interfaces.ts:273](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L273)
+Defined in: [interfaces.ts:273](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L273)
***
@@ -22,4 +22,4 @@ Defined in: [interfaces.ts:273](https://github.com/humanprotocol/human-protocol/
> **balance**: `bigint`
-Defined in: [interfaces.ts:274](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L274)
+Defined in: [interfaces.ts:274](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L274)
diff --git a/docs/sdk/typescript/interfaces/interfaces/IHMTHoldersParams.md b/docs/sdk/typescript/interfaces/interfaces/IHMTHoldersParams.md
index 39e65be252..963e907ee5 100644
--- a/docs/sdk/typescript/interfaces/interfaces/IHMTHoldersParams.md
+++ b/docs/sdk/typescript/interfaces/interfaces/IHMTHoldersParams.md
@@ -6,7 +6,7 @@
# Interface: IHMTHoldersParams
-Defined in: [interfaces.ts:109](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L109)
+Defined in: [interfaces.ts:109](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L109)
## Extends
@@ -18,7 +18,7 @@ Defined in: [interfaces.ts:109](https://github.com/humanprotocol/human-protocol/
> `optional` **address**: `string`
-Defined in: [interfaces.ts:110](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L110)
+Defined in: [interfaces.ts:110](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L110)
***
@@ -26,7 +26,7 @@ Defined in: [interfaces.ts:110](https://github.com/humanprotocol/human-protocol/
> `optional` **first**: `number`
-Defined in: [interfaces.ts:164](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L164)
+Defined in: [interfaces.ts:164](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L164)
#### Inherited from
@@ -38,7 +38,7 @@ Defined in: [interfaces.ts:164](https://github.com/humanprotocol/human-protocol/
> `optional` **orderDirection**: [`OrderDirection`](../../enums/enumerations/OrderDirection.md)
-Defined in: [interfaces.ts:166](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L166)
+Defined in: [interfaces.ts:166](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L166)
#### Inherited from
@@ -50,7 +50,7 @@ Defined in: [interfaces.ts:166](https://github.com/humanprotocol/human-protocol/
> `optional` **skip**: `number`
-Defined in: [interfaces.ts:165](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L165)
+Defined in: [interfaces.ts:165](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L165)
#### Inherited from
diff --git a/docs/sdk/typescript/interfaces/interfaces/IHMTStatistics.md b/docs/sdk/typescript/interfaces/interfaces/IHMTStatistics.md
index a31d550230..04ed19e75b 100644
--- a/docs/sdk/typescript/interfaces/interfaces/IHMTStatistics.md
+++ b/docs/sdk/typescript/interfaces/interfaces/IHMTStatistics.md
@@ -6,7 +6,7 @@
# Interface: IHMTStatistics
-Defined in: [interfaces.ts:266](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L266)
+Defined in: [interfaces.ts:266](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L266)
## Properties
@@ -14,7 +14,7 @@ Defined in: [interfaces.ts:266](https://github.com/humanprotocol/human-protocol/
> **totalHolders**: `number`
-Defined in: [interfaces.ts:269](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L269)
+Defined in: [interfaces.ts:269](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L269)
***
@@ -22,7 +22,7 @@ Defined in: [interfaces.ts:269](https://github.com/humanprotocol/human-protocol/
> **totalTransferAmount**: `bigint`
-Defined in: [interfaces.ts:267](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L267)
+Defined in: [interfaces.ts:267](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L267)
***
@@ -30,4 +30,4 @@ Defined in: [interfaces.ts:267](https://github.com/humanprotocol/human-protocol/
> **totalTransferCount**: `number`
-Defined in: [interfaces.ts:268](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L268)
+Defined in: [interfaces.ts:268](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L268)
diff --git a/docs/sdk/typescript/interfaces/interfaces/IKVStore.md b/docs/sdk/typescript/interfaces/interfaces/IKVStore.md
index f26cbcbeae..d43315bb6e 100644
--- a/docs/sdk/typescript/interfaces/interfaces/IKVStore.md
+++ b/docs/sdk/typescript/interfaces/interfaces/IKVStore.md
@@ -6,7 +6,7 @@
# Interface: IKVStore
-Defined in: [interfaces.ts:121](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L121)
+Defined in: [interfaces.ts:121](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L121)
## Properties
@@ -14,7 +14,7 @@ Defined in: [interfaces.ts:121](https://github.com/humanprotocol/human-protocol/
> **key**: `string`
-Defined in: [interfaces.ts:122](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L122)
+Defined in: [interfaces.ts:122](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L122)
***
@@ -22,4 +22,4 @@ Defined in: [interfaces.ts:122](https://github.com/humanprotocol/human-protocol/
> **value**: `string`
-Defined in: [interfaces.ts:123](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L123)
+Defined in: [interfaces.ts:123](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L123)
diff --git a/docs/sdk/typescript/interfaces/interfaces/IKeyPair.md b/docs/sdk/typescript/interfaces/interfaces/IKeyPair.md
index 798676dcef..e5a76c6cbf 100644
--- a/docs/sdk/typescript/interfaces/interfaces/IKeyPair.md
+++ b/docs/sdk/typescript/interfaces/interfaces/IKeyPair.md
@@ -6,7 +6,7 @@
# Interface: IKeyPair
-Defined in: [interfaces.ts:97](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L97)
+Defined in: [interfaces.ts:97](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L97)
## Properties
@@ -14,7 +14,7 @@ Defined in: [interfaces.ts:97](https://github.com/humanprotocol/human-protocol/b
> **passphrase**: `string`
-Defined in: [interfaces.ts:100](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L100)
+Defined in: [interfaces.ts:100](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L100)
***
@@ -22,7 +22,7 @@ Defined in: [interfaces.ts:100](https://github.com/humanprotocol/human-protocol/
> **privateKey**: `string`
-Defined in: [interfaces.ts:98](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L98)
+Defined in: [interfaces.ts:98](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L98)
***
@@ -30,7 +30,7 @@ Defined in: [interfaces.ts:98](https://github.com/humanprotocol/human-protocol/b
> **publicKey**: `string`
-Defined in: [interfaces.ts:99](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L99)
+Defined in: [interfaces.ts:99](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L99)
***
@@ -38,4 +38,4 @@ Defined in: [interfaces.ts:99](https://github.com/humanprotocol/human-protocol/b
> `optional` **revocationCertificate**: `string`
-Defined in: [interfaces.ts:101](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L101)
+Defined in: [interfaces.ts:101](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L101)
diff --git a/docs/sdk/typescript/interfaces/interfaces/IOperator.md b/docs/sdk/typescript/interfaces/interfaces/IOperator.md
index b154652cef..2b1350f9ce 100644
--- a/docs/sdk/typescript/interfaces/interfaces/IOperator.md
+++ b/docs/sdk/typescript/interfaces/interfaces/IOperator.md
@@ -6,7 +6,7 @@
# Interface: IOperator
-Defined in: [interfaces.ts:9](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L9)
+Defined in: [interfaces.ts:9](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L9)
## Properties
@@ -14,7 +14,7 @@ Defined in: [interfaces.ts:9](https://github.com/humanprotocol/human-protocol/bl
> **address**: `string`
-Defined in: [interfaces.ts:12](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L12)
+Defined in: [interfaces.ts:12](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L12)
***
@@ -22,7 +22,7 @@ Defined in: [interfaces.ts:12](https://github.com/humanprotocol/human-protocol/b
> **amountJobsProcessed**: `bigint` \| `null`
-Defined in: [interfaces.ts:18](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L18)
+Defined in: [interfaces.ts:18](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L18)
***
@@ -30,7 +30,7 @@ Defined in: [interfaces.ts:18](https://github.com/humanprotocol/human-protocol/b
> **category**: `string` \| `null`
-Defined in: [interfaces.ts:30](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L30)
+Defined in: [interfaces.ts:30](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L30)
***
@@ -38,7 +38,7 @@ Defined in: [interfaces.ts:30](https://github.com/humanprotocol/human-protocol/b
> **chainId**: [`ChainId`](../../enums/enumerations/ChainId.md)
-Defined in: [interfaces.ts:11](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L11)
+Defined in: [interfaces.ts:11](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L11)
***
@@ -46,7 +46,7 @@ Defined in: [interfaces.ts:11](https://github.com/humanprotocol/human-protocol/b
> **fee**: `bigint` \| `null`
-Defined in: [interfaces.ts:20](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L20)
+Defined in: [interfaces.ts:20](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L20)
***
@@ -54,7 +54,7 @@ Defined in: [interfaces.ts:20](https://github.com/humanprotocol/human-protocol/b
> **id**: `string`
-Defined in: [interfaces.ts:10](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L10)
+Defined in: [interfaces.ts:10](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L10)
***
@@ -62,7 +62,7 @@ Defined in: [interfaces.ts:10](https://github.com/humanprotocol/human-protocol/b
> **jobTypes**: `string`[] \| `null`
-Defined in: [interfaces.ts:25](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L25)
+Defined in: [interfaces.ts:25](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L25)
***
@@ -70,7 +70,7 @@ Defined in: [interfaces.ts:25](https://github.com/humanprotocol/human-protocol/b
> **lockedAmount**: `bigint` \| `null`
-Defined in: [interfaces.ts:14](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L14)
+Defined in: [interfaces.ts:14](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L14)
***
@@ -78,7 +78,7 @@ Defined in: [interfaces.ts:14](https://github.com/humanprotocol/human-protocol/b
> **lockedUntilTimestamp**: `number` \| `null`
-Defined in: [interfaces.ts:15](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L15)
+Defined in: [interfaces.ts:15](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L15)
***
@@ -86,7 +86,7 @@ Defined in: [interfaces.ts:15](https://github.com/humanprotocol/human-protocol/b
> **name**: `string` \| `null`
-Defined in: [interfaces.ts:29](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L29)
+Defined in: [interfaces.ts:29](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L29)
***
@@ -94,7 +94,7 @@ Defined in: [interfaces.ts:29](https://github.com/humanprotocol/human-protocol/b
> **publicKey**: `string` \| `null`
-Defined in: [interfaces.ts:21](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L21)
+Defined in: [interfaces.ts:21](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L21)
***
@@ -102,7 +102,7 @@ Defined in: [interfaces.ts:21](https://github.com/humanprotocol/human-protocol/b
> **registrationInstructions**: `string` \| `null`
-Defined in: [interfaces.ts:27](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L27)
+Defined in: [interfaces.ts:27](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L27)
***
@@ -110,7 +110,7 @@ Defined in: [interfaces.ts:27](https://github.com/humanprotocol/human-protocol/b
> **registrationNeeded**: `boolean` \| `null`
-Defined in: [interfaces.ts:26](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L26)
+Defined in: [interfaces.ts:26](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L26)
***
@@ -118,7 +118,7 @@ Defined in: [interfaces.ts:26](https://github.com/humanprotocol/human-protocol/b
> **reputationNetworks**: `string`[]
-Defined in: [interfaces.ts:28](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L28)
+Defined in: [interfaces.ts:28](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L28)
***
@@ -126,7 +126,7 @@ Defined in: [interfaces.ts:28](https://github.com/humanprotocol/human-protocol/b
> **role**: `string` \| `null`
-Defined in: [interfaces.ts:19](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L19)
+Defined in: [interfaces.ts:19](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L19)
***
@@ -134,7 +134,7 @@ Defined in: [interfaces.ts:19](https://github.com/humanprotocol/human-protocol/b
> **slashedAmount**: `bigint` \| `null`
-Defined in: [interfaces.ts:17](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L17)
+Defined in: [interfaces.ts:17](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L17)
***
@@ -142,7 +142,7 @@ Defined in: [interfaces.ts:17](https://github.com/humanprotocol/human-protocol/b
> **stakedAmount**: `bigint` \| `null`
-Defined in: [interfaces.ts:13](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L13)
+Defined in: [interfaces.ts:13](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L13)
***
@@ -150,7 +150,7 @@ Defined in: [interfaces.ts:13](https://github.com/humanprotocol/human-protocol/b
> **url**: `string` \| `null`
-Defined in: [interfaces.ts:24](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L24)
+Defined in: [interfaces.ts:24](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L24)
***
@@ -158,7 +158,7 @@ Defined in: [interfaces.ts:24](https://github.com/humanprotocol/human-protocol/b
> **webhookUrl**: `string` \| `null`
-Defined in: [interfaces.ts:22](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L22)
+Defined in: [interfaces.ts:22](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L22)
***
@@ -166,7 +166,7 @@ Defined in: [interfaces.ts:22](https://github.com/humanprotocol/human-protocol/b
> **website**: `string` \| `null`
-Defined in: [interfaces.ts:23](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L23)
+Defined in: [interfaces.ts:23](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L23)
***
@@ -174,4 +174,4 @@ Defined in: [interfaces.ts:23](https://github.com/humanprotocol/human-protocol/b
> **withdrawnAmount**: `bigint` \| `null`
-Defined in: [interfaces.ts:16](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L16)
+Defined in: [interfaces.ts:16](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L16)
diff --git a/docs/sdk/typescript/interfaces/interfaces/IOperatorsFilter.md b/docs/sdk/typescript/interfaces/interfaces/IOperatorsFilter.md
index 1ebd49db07..c00e91d606 100644
--- a/docs/sdk/typescript/interfaces/interfaces/IOperatorsFilter.md
+++ b/docs/sdk/typescript/interfaces/interfaces/IOperatorsFilter.md
@@ -6,7 +6,7 @@
# Interface: IOperatorsFilter
-Defined in: [interfaces.ts:33](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L33)
+Defined in: [interfaces.ts:33](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L33)
## Extends
@@ -18,7 +18,7 @@ Defined in: [interfaces.ts:33](https://github.com/humanprotocol/human-protocol/b
> **chainId**: [`ChainId`](../../enums/enumerations/ChainId.md)
-Defined in: [interfaces.ts:34](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L34)
+Defined in: [interfaces.ts:34](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L34)
***
@@ -26,7 +26,7 @@ Defined in: [interfaces.ts:34](https://github.com/humanprotocol/human-protocol/b
> `optional` **first**: `number`
-Defined in: [interfaces.ts:164](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L164)
+Defined in: [interfaces.ts:164](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L164)
#### Inherited from
@@ -38,7 +38,7 @@ Defined in: [interfaces.ts:164](https://github.com/humanprotocol/human-protocol/
> `optional` **minStakedAmount**: `number`
-Defined in: [interfaces.ts:36](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L36)
+Defined in: [interfaces.ts:36](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L36)
***
@@ -46,7 +46,7 @@ Defined in: [interfaces.ts:36](https://github.com/humanprotocol/human-protocol/b
> `optional` **orderBy**: `string`
-Defined in: [interfaces.ts:37](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L37)
+Defined in: [interfaces.ts:37](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L37)
***
@@ -54,7 +54,7 @@ Defined in: [interfaces.ts:37](https://github.com/humanprotocol/human-protocol/b
> `optional` **orderDirection**: [`OrderDirection`](../../enums/enumerations/OrderDirection.md)
-Defined in: [interfaces.ts:166](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L166)
+Defined in: [interfaces.ts:166](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L166)
#### Inherited from
@@ -66,7 +66,7 @@ Defined in: [interfaces.ts:166](https://github.com/humanprotocol/human-protocol/
> `optional` **roles**: `string`[]
-Defined in: [interfaces.ts:35](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L35)
+Defined in: [interfaces.ts:35](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L35)
***
@@ -74,7 +74,7 @@ Defined in: [interfaces.ts:35](https://github.com/humanprotocol/human-protocol/b
> `optional` **skip**: `number`
-Defined in: [interfaces.ts:165](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L165)
+Defined in: [interfaces.ts:165](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L165)
#### Inherited from
diff --git a/docs/sdk/typescript/interfaces/interfaces/IPagination.md b/docs/sdk/typescript/interfaces/interfaces/IPagination.md
index bf2012173f..96c747c2cd 100644
--- a/docs/sdk/typescript/interfaces/interfaces/IPagination.md
+++ b/docs/sdk/typescript/interfaces/interfaces/IPagination.md
@@ -6,7 +6,7 @@
# Interface: IPagination
-Defined in: [interfaces.ts:163](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L163)
+Defined in: [interfaces.ts:163](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L163)
## Extended by
@@ -27,7 +27,7 @@ Defined in: [interfaces.ts:163](https://github.com/humanprotocol/human-protocol/
> `optional` **first**: `number`
-Defined in: [interfaces.ts:164](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L164)
+Defined in: [interfaces.ts:164](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L164)
***
@@ -35,7 +35,7 @@ Defined in: [interfaces.ts:164](https://github.com/humanprotocol/human-protocol/
> `optional` **orderDirection**: [`OrderDirection`](../../enums/enumerations/OrderDirection.md)
-Defined in: [interfaces.ts:166](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L166)
+Defined in: [interfaces.ts:166](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L166)
***
@@ -43,4 +43,4 @@ Defined in: [interfaces.ts:166](https://github.com/humanprotocol/human-protocol/
> `optional` **skip**: `number`
-Defined in: [interfaces.ts:165](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L165)
+Defined in: [interfaces.ts:165](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L165)
diff --git a/docs/sdk/typescript/interfaces/interfaces/IPaymentStatistics.md b/docs/sdk/typescript/interfaces/interfaces/IPaymentStatistics.md
index 53cf54804c..afff9a5b84 100644
--- a/docs/sdk/typescript/interfaces/interfaces/IPaymentStatistics.md
+++ b/docs/sdk/typescript/interfaces/interfaces/IPaymentStatistics.md
@@ -6,7 +6,7 @@
# Interface: IPaymentStatistics
-Defined in: [interfaces.ts:262](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L262)
+Defined in: [interfaces.ts:262](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L262)
## Properties
@@ -14,4 +14,4 @@ Defined in: [interfaces.ts:262](https://github.com/humanprotocol/human-protocol/
> **dailyPaymentsData**: [`IDailyPayment`](IDailyPayment.md)[]
-Defined in: [interfaces.ts:263](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L263)
+Defined in: [interfaces.ts:263](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L263)
diff --git a/docs/sdk/typescript/interfaces/interfaces/IPayout.md b/docs/sdk/typescript/interfaces/interfaces/IPayout.md
index 04ba83ede5..60c7f7bb5a 100644
--- a/docs/sdk/typescript/interfaces/interfaces/IPayout.md
+++ b/docs/sdk/typescript/interfaces/interfaces/IPayout.md
@@ -6,7 +6,7 @@
# Interface: IPayout
-Defined in: [interfaces.ts:302](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L302)
+Defined in: [interfaces.ts:302](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L302)
## Properties
@@ -14,7 +14,7 @@ Defined in: [interfaces.ts:302](https://github.com/humanprotocol/human-protocol/
> **amount**: `bigint`
-Defined in: [interfaces.ts:306](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L306)
+Defined in: [interfaces.ts:306](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L306)
***
@@ -22,7 +22,7 @@ Defined in: [interfaces.ts:306](https://github.com/humanprotocol/human-protocol/
> **createdAt**: `number`
-Defined in: [interfaces.ts:307](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L307)
+Defined in: [interfaces.ts:307](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L307)
***
@@ -30,7 +30,7 @@ Defined in: [interfaces.ts:307](https://github.com/humanprotocol/human-protocol/
> **escrowAddress**: `string`
-Defined in: [interfaces.ts:304](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L304)
+Defined in: [interfaces.ts:304](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L304)
***
@@ -38,7 +38,7 @@ Defined in: [interfaces.ts:304](https://github.com/humanprotocol/human-protocol/
> **id**: `string`
-Defined in: [interfaces.ts:303](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L303)
+Defined in: [interfaces.ts:303](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L303)
***
@@ -46,4 +46,4 @@ Defined in: [interfaces.ts:303](https://github.com/humanprotocol/human-protocol/
> **recipient**: `string`
-Defined in: [interfaces.ts:305](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L305)
+Defined in: [interfaces.ts:305](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L305)
diff --git a/docs/sdk/typescript/interfaces/interfaces/IPayoutFilter.md b/docs/sdk/typescript/interfaces/interfaces/IPayoutFilter.md
index 04a7657d55..e9512e58c0 100644
--- a/docs/sdk/typescript/interfaces/interfaces/IPayoutFilter.md
+++ b/docs/sdk/typescript/interfaces/interfaces/IPayoutFilter.md
@@ -6,7 +6,7 @@
# Interface: IPayoutFilter
-Defined in: [interfaces.ts:113](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L113)
+Defined in: [interfaces.ts:113](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L113)
## Extends
@@ -18,7 +18,7 @@ Defined in: [interfaces.ts:113](https://github.com/humanprotocol/human-protocol/
> **chainId**: [`ChainId`](../../enums/enumerations/ChainId.md)
-Defined in: [interfaces.ts:114](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L114)
+Defined in: [interfaces.ts:114](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L114)
***
@@ -26,7 +26,7 @@ Defined in: [interfaces.ts:114](https://github.com/humanprotocol/human-protocol/
> `optional` **escrowAddress**: `string`
-Defined in: [interfaces.ts:115](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L115)
+Defined in: [interfaces.ts:115](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L115)
***
@@ -34,7 +34,7 @@ Defined in: [interfaces.ts:115](https://github.com/humanprotocol/human-protocol/
> `optional` **first**: `number`
-Defined in: [interfaces.ts:164](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L164)
+Defined in: [interfaces.ts:164](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L164)
#### Inherited from
@@ -46,7 +46,7 @@ Defined in: [interfaces.ts:164](https://github.com/humanprotocol/human-protocol/
> `optional` **from**: `Date`
-Defined in: [interfaces.ts:117](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L117)
+Defined in: [interfaces.ts:117](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L117)
***
@@ -54,7 +54,7 @@ Defined in: [interfaces.ts:117](https://github.com/humanprotocol/human-protocol/
> `optional` **orderDirection**: [`OrderDirection`](../../enums/enumerations/OrderDirection.md)
-Defined in: [interfaces.ts:166](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L166)
+Defined in: [interfaces.ts:166](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L166)
#### Inherited from
@@ -66,7 +66,7 @@ Defined in: [interfaces.ts:166](https://github.com/humanprotocol/human-protocol/
> `optional` **recipient**: `string`
-Defined in: [interfaces.ts:116](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L116)
+Defined in: [interfaces.ts:116](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L116)
***
@@ -74,7 +74,7 @@ Defined in: [interfaces.ts:116](https://github.com/humanprotocol/human-protocol/
> `optional` **skip**: `number`
-Defined in: [interfaces.ts:165](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L165)
+Defined in: [interfaces.ts:165](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L165)
#### Inherited from
@@ -86,4 +86,4 @@ Defined in: [interfaces.ts:165](https://github.com/humanprotocol/human-protocol/
> `optional` **to**: `Date`
-Defined in: [interfaces.ts:118](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L118)
+Defined in: [interfaces.ts:118](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L118)
diff --git a/docs/sdk/typescript/interfaces/interfaces/IReputationNetwork.md b/docs/sdk/typescript/interfaces/interfaces/IReputationNetwork.md
index b8b4fbb22a..295f9a5689 100644
--- a/docs/sdk/typescript/interfaces/interfaces/IReputationNetwork.md
+++ b/docs/sdk/typescript/interfaces/interfaces/IReputationNetwork.md
@@ -6,7 +6,7 @@
# Interface: IReputationNetwork
-Defined in: [interfaces.ts:40](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L40)
+Defined in: [interfaces.ts:40](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L40)
## Properties
@@ -14,7 +14,7 @@ Defined in: [interfaces.ts:40](https://github.com/humanprotocol/human-protocol/b
> **address**: `string`
-Defined in: [interfaces.ts:42](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L42)
+Defined in: [interfaces.ts:42](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L42)
***
@@ -22,7 +22,7 @@ Defined in: [interfaces.ts:42](https://github.com/humanprotocol/human-protocol/b
> **id**: `string`
-Defined in: [interfaces.ts:41](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L41)
+Defined in: [interfaces.ts:41](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L41)
***
@@ -30,4 +30,4 @@ Defined in: [interfaces.ts:41](https://github.com/humanprotocol/human-protocol/b
> **operators**: [`IOperator`](IOperator.md)[]
-Defined in: [interfaces.ts:43](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L43)
+Defined in: [interfaces.ts:43](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L43)
diff --git a/docs/sdk/typescript/interfaces/interfaces/IReward.md b/docs/sdk/typescript/interfaces/interfaces/IReward.md
index 22d125b592..a9084a901b 100644
--- a/docs/sdk/typescript/interfaces/interfaces/IReward.md
+++ b/docs/sdk/typescript/interfaces/interfaces/IReward.md
@@ -6,7 +6,7 @@
# Interface: IReward
-Defined in: [interfaces.ts:4](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L4)
+Defined in: [interfaces.ts:4](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L4)
## Properties
@@ -14,7 +14,7 @@ Defined in: [interfaces.ts:4](https://github.com/humanprotocol/human-protocol/bl
> **amount**: `bigint`
-Defined in: [interfaces.ts:6](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L6)
+Defined in: [interfaces.ts:6](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L6)
***
@@ -22,4 +22,4 @@ Defined in: [interfaces.ts:6](https://github.com/humanprotocol/human-protocol/bl
> **escrowAddress**: `string`
-Defined in: [interfaces.ts:5](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L5)
+Defined in: [interfaces.ts:5](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L5)
diff --git a/docs/sdk/typescript/interfaces/interfaces/IStaker.md b/docs/sdk/typescript/interfaces/interfaces/IStaker.md
index b4ebe10fe5..2c2c907145 100644
--- a/docs/sdk/typescript/interfaces/interfaces/IStaker.md
+++ b/docs/sdk/typescript/interfaces/interfaces/IStaker.md
@@ -6,7 +6,7 @@
# Interface: IStaker
-Defined in: [interfaces.ts:197](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L197)
+Defined in: [interfaces.ts:197](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L197)
## Properties
@@ -14,7 +14,7 @@ Defined in: [interfaces.ts:197](https://github.com/humanprotocol/human-protocol/
> **address**: `string`
-Defined in: [interfaces.ts:198](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L198)
+Defined in: [interfaces.ts:198](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L198)
***
@@ -22,7 +22,7 @@ Defined in: [interfaces.ts:198](https://github.com/humanprotocol/human-protocol/
> **lastDepositTimestamp**: `number`
-Defined in: [interfaces.ts:204](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L204)
+Defined in: [interfaces.ts:204](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L204)
***
@@ -30,7 +30,7 @@ Defined in: [interfaces.ts:204](https://github.com/humanprotocol/human-protocol/
> **lockedAmount**: `bigint`
-Defined in: [interfaces.ts:200](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L200)
+Defined in: [interfaces.ts:200](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L200)
***
@@ -38,7 +38,7 @@ Defined in: [interfaces.ts:200](https://github.com/humanprotocol/human-protocol/
> **lockedUntil**: `number`
-Defined in: [interfaces.ts:203](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L203)
+Defined in: [interfaces.ts:203](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L203)
***
@@ -46,7 +46,7 @@ Defined in: [interfaces.ts:203](https://github.com/humanprotocol/human-protocol/
> **slashedAmount**: `bigint`
-Defined in: [interfaces.ts:202](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L202)
+Defined in: [interfaces.ts:202](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L202)
***
@@ -54,7 +54,7 @@ Defined in: [interfaces.ts:202](https://github.com/humanprotocol/human-protocol/
> **stakedAmount**: `bigint`
-Defined in: [interfaces.ts:199](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L199)
+Defined in: [interfaces.ts:199](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L199)
***
@@ -62,4 +62,4 @@ Defined in: [interfaces.ts:199](https://github.com/humanprotocol/human-protocol/
> **withdrawableAmount**: `bigint`
-Defined in: [interfaces.ts:201](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L201)
+Defined in: [interfaces.ts:201](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L201)
diff --git a/docs/sdk/typescript/interfaces/interfaces/IStakersFilter.md b/docs/sdk/typescript/interfaces/interfaces/IStakersFilter.md
index 394e4967db..91bcbd8873 100644
--- a/docs/sdk/typescript/interfaces/interfaces/IStakersFilter.md
+++ b/docs/sdk/typescript/interfaces/interfaces/IStakersFilter.md
@@ -6,7 +6,7 @@
# Interface: IStakersFilter
-Defined in: [interfaces.ts:207](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L207)
+Defined in: [interfaces.ts:207](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L207)
## Extends
@@ -18,7 +18,7 @@ Defined in: [interfaces.ts:207](https://github.com/humanprotocol/human-protocol/
> **chainId**: [`ChainId`](../../enums/enumerations/ChainId.md)
-Defined in: [interfaces.ts:208](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L208)
+Defined in: [interfaces.ts:208](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L208)
***
@@ -26,7 +26,7 @@ Defined in: [interfaces.ts:208](https://github.com/humanprotocol/human-protocol/
> `optional` **first**: `number`
-Defined in: [interfaces.ts:164](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L164)
+Defined in: [interfaces.ts:164](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L164)
#### Inherited from
@@ -38,7 +38,7 @@ Defined in: [interfaces.ts:164](https://github.com/humanprotocol/human-protocol/
> `optional` **maxLockedAmount**: `string`
-Defined in: [interfaces.ts:212](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L212)
+Defined in: [interfaces.ts:212](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L212)
***
@@ -46,7 +46,7 @@ Defined in: [interfaces.ts:212](https://github.com/humanprotocol/human-protocol/
> `optional` **maxSlashedAmount**: `string`
-Defined in: [interfaces.ts:216](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L216)
+Defined in: [interfaces.ts:216](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L216)
***
@@ -54,7 +54,7 @@ Defined in: [interfaces.ts:216](https://github.com/humanprotocol/human-protocol/
> `optional` **maxStakedAmount**: `string`
-Defined in: [interfaces.ts:210](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L210)
+Defined in: [interfaces.ts:210](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L210)
***
@@ -62,7 +62,7 @@ Defined in: [interfaces.ts:210](https://github.com/humanprotocol/human-protocol/
> `optional` **maxWithdrawnAmount**: `string`
-Defined in: [interfaces.ts:214](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L214)
+Defined in: [interfaces.ts:214](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L214)
***
@@ -70,7 +70,7 @@ Defined in: [interfaces.ts:214](https://github.com/humanprotocol/human-protocol/
> `optional` **minLockedAmount**: `string`
-Defined in: [interfaces.ts:211](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L211)
+Defined in: [interfaces.ts:211](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L211)
***
@@ -78,7 +78,7 @@ Defined in: [interfaces.ts:211](https://github.com/humanprotocol/human-protocol/
> `optional` **minSlashedAmount**: `string`
-Defined in: [interfaces.ts:215](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L215)
+Defined in: [interfaces.ts:215](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L215)
***
@@ -86,7 +86,7 @@ Defined in: [interfaces.ts:215](https://github.com/humanprotocol/human-protocol/
> `optional` **minStakedAmount**: `string`
-Defined in: [interfaces.ts:209](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L209)
+Defined in: [interfaces.ts:209](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L209)
***
@@ -94,7 +94,7 @@ Defined in: [interfaces.ts:209](https://github.com/humanprotocol/human-protocol/
> `optional` **minWithdrawnAmount**: `string`
-Defined in: [interfaces.ts:213](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L213)
+Defined in: [interfaces.ts:213](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L213)
***
@@ -102,7 +102,7 @@ Defined in: [interfaces.ts:213](https://github.com/humanprotocol/human-protocol/
> `optional` **orderBy**: `"stakedAmount"` \| `"lockedAmount"` \| `"withdrawnAmount"` \| `"slashedAmount"` \| `"lastDepositTimestamp"`
-Defined in: [interfaces.ts:217](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L217)
+Defined in: [interfaces.ts:217](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L217)
***
@@ -110,7 +110,7 @@ Defined in: [interfaces.ts:217](https://github.com/humanprotocol/human-protocol/
> `optional` **orderDirection**: [`OrderDirection`](../../enums/enumerations/OrderDirection.md)
-Defined in: [interfaces.ts:166](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L166)
+Defined in: [interfaces.ts:166](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L166)
#### Inherited from
@@ -122,7 +122,7 @@ Defined in: [interfaces.ts:166](https://github.com/humanprotocol/human-protocol/
> `optional` **skip**: `number`
-Defined in: [interfaces.ts:165](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L165)
+Defined in: [interfaces.ts:165](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L165)
#### Inherited from
diff --git a/docs/sdk/typescript/interfaces/interfaces/IStatisticsFilter.md b/docs/sdk/typescript/interfaces/interfaces/IStatisticsFilter.md
index 7253bcc8d4..27fe68d89b 100644
--- a/docs/sdk/typescript/interfaces/interfaces/IStatisticsFilter.md
+++ b/docs/sdk/typescript/interfaces/interfaces/IStatisticsFilter.md
@@ -6,7 +6,7 @@
# Interface: IStatisticsFilter
-Defined in: [interfaces.ts:104](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L104)
+Defined in: [interfaces.ts:104](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L104)
## Extends
@@ -18,7 +18,7 @@ Defined in: [interfaces.ts:104](https://github.com/humanprotocol/human-protocol/
> `optional` **first**: `number`
-Defined in: [interfaces.ts:164](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L164)
+Defined in: [interfaces.ts:164](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L164)
#### Inherited from
@@ -30,7 +30,7 @@ Defined in: [interfaces.ts:164](https://github.com/humanprotocol/human-protocol/
> `optional` **from**: `Date`
-Defined in: [interfaces.ts:105](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L105)
+Defined in: [interfaces.ts:105](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L105)
***
@@ -38,7 +38,7 @@ Defined in: [interfaces.ts:105](https://github.com/humanprotocol/human-protocol/
> `optional` **orderDirection**: [`OrderDirection`](../../enums/enumerations/OrderDirection.md)
-Defined in: [interfaces.ts:166](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L166)
+Defined in: [interfaces.ts:166](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L166)
#### Inherited from
@@ -50,7 +50,7 @@ Defined in: [interfaces.ts:166](https://github.com/humanprotocol/human-protocol/
> `optional` **skip**: `number`
-Defined in: [interfaces.ts:165](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L165)
+Defined in: [interfaces.ts:165](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L165)
#### Inherited from
@@ -62,4 +62,4 @@ Defined in: [interfaces.ts:165](https://github.com/humanprotocol/human-protocol/
> `optional` **to**: `Date`
-Defined in: [interfaces.ts:106](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L106)
+Defined in: [interfaces.ts:106](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L106)
diff --git a/docs/sdk/typescript/interfaces/interfaces/IStatusEvent.md b/docs/sdk/typescript/interfaces/interfaces/IStatusEvent.md
index e366c651e4..f577513e47 100644
--- a/docs/sdk/typescript/interfaces/interfaces/IStatusEvent.md
+++ b/docs/sdk/typescript/interfaces/interfaces/IStatusEvent.md
@@ -6,7 +6,7 @@
# Interface: IStatusEvent
-Defined in: [interfaces.ts:285](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L285)
+Defined in: [interfaces.ts:285](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L285)
## Properties
@@ -14,7 +14,7 @@ Defined in: [interfaces.ts:285](https://github.com/humanprotocol/human-protocol/
> **chainId**: [`ChainId`](../../enums/enumerations/ChainId.md)
-Defined in: [interfaces.ts:289](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L289)
+Defined in: [interfaces.ts:289](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L289)
***
@@ -22,7 +22,7 @@ Defined in: [interfaces.ts:289](https://github.com/humanprotocol/human-protocol/
> **escrowAddress**: `string`
-Defined in: [interfaces.ts:287](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L287)
+Defined in: [interfaces.ts:287](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L287)
***
@@ -30,7 +30,7 @@ Defined in: [interfaces.ts:287](https://github.com/humanprotocol/human-protocol/
> **status**: [`EscrowStatus`](../../types/enumerations/EscrowStatus.md)
-Defined in: [interfaces.ts:288](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L288)
+Defined in: [interfaces.ts:288](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L288)
***
@@ -38,4 +38,4 @@ Defined in: [interfaces.ts:288](https://github.com/humanprotocol/human-protocol/
> **timestamp**: `number`
-Defined in: [interfaces.ts:286](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L286)
+Defined in: [interfaces.ts:286](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L286)
diff --git a/docs/sdk/typescript/interfaces/interfaces/IStatusEventFilter.md b/docs/sdk/typescript/interfaces/interfaces/IStatusEventFilter.md
index ebef115728..a98e743db7 100644
--- a/docs/sdk/typescript/interfaces/interfaces/IStatusEventFilter.md
+++ b/docs/sdk/typescript/interfaces/interfaces/IStatusEventFilter.md
@@ -6,7 +6,7 @@
# Interface: IStatusEventFilter
-Defined in: [interfaces.ts:176](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L176)
+Defined in: [interfaces.ts:176](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L176)
## Extends
@@ -18,7 +18,7 @@ Defined in: [interfaces.ts:176](https://github.com/humanprotocol/human-protocol/
> **chainId**: [`ChainId`](../../enums/enumerations/ChainId.md)
-Defined in: [interfaces.ts:177](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L177)
+Defined in: [interfaces.ts:177](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L177)
***
@@ -26,7 +26,7 @@ Defined in: [interfaces.ts:177](https://github.com/humanprotocol/human-protocol/
> `optional` **first**: `number`
-Defined in: [interfaces.ts:164](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L164)
+Defined in: [interfaces.ts:164](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L164)
#### Inherited from
@@ -38,7 +38,7 @@ Defined in: [interfaces.ts:164](https://github.com/humanprotocol/human-protocol/
> `optional` **from**: `Date`
-Defined in: [interfaces.ts:179](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L179)
+Defined in: [interfaces.ts:179](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L179)
***
@@ -46,7 +46,7 @@ Defined in: [interfaces.ts:179](https://github.com/humanprotocol/human-protocol/
> `optional` **launcher**: `string`
-Defined in: [interfaces.ts:181](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L181)
+Defined in: [interfaces.ts:181](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L181)
***
@@ -54,7 +54,7 @@ Defined in: [interfaces.ts:181](https://github.com/humanprotocol/human-protocol/
> `optional` **orderDirection**: [`OrderDirection`](../../enums/enumerations/OrderDirection.md)
-Defined in: [interfaces.ts:166](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L166)
+Defined in: [interfaces.ts:166](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L166)
#### Inherited from
@@ -66,7 +66,7 @@ Defined in: [interfaces.ts:166](https://github.com/humanprotocol/human-protocol/
> `optional` **skip**: `number`
-Defined in: [interfaces.ts:165](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L165)
+Defined in: [interfaces.ts:165](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L165)
#### Inherited from
@@ -78,7 +78,7 @@ Defined in: [interfaces.ts:165](https://github.com/humanprotocol/human-protocol/
> `optional` **statuses**: [`EscrowStatus`](../../types/enumerations/EscrowStatus.md)[]
-Defined in: [interfaces.ts:178](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L178)
+Defined in: [interfaces.ts:178](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L178)
***
@@ -86,4 +86,4 @@ Defined in: [interfaces.ts:178](https://github.com/humanprotocol/human-protocol/
> `optional` **to**: `Date`
-Defined in: [interfaces.ts:180](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L180)
+Defined in: [interfaces.ts:180](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L180)
diff --git a/docs/sdk/typescript/interfaces/interfaces/ITransaction.md b/docs/sdk/typescript/interfaces/interfaces/ITransaction.md
index 25648db9b3..e88974ec68 100644
--- a/docs/sdk/typescript/interfaces/interfaces/ITransaction.md
+++ b/docs/sdk/typescript/interfaces/interfaces/ITransaction.md
@@ -6,7 +6,7 @@
# Interface: ITransaction
-Defined in: [interfaces.ts:136](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L136)
+Defined in: [interfaces.ts:136](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L136)
## Properties
@@ -14,7 +14,7 @@ Defined in: [interfaces.ts:136](https://github.com/humanprotocol/human-protocol/
> **block**: `bigint`
-Defined in: [interfaces.ts:137](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L137)
+Defined in: [interfaces.ts:137](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L137)
***
@@ -22,7 +22,7 @@ Defined in: [interfaces.ts:137](https://github.com/humanprotocol/human-protocol/
> **escrow**: `string` \| `null`
-Defined in: [interfaces.ts:145](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L145)
+Defined in: [interfaces.ts:145](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L145)
***
@@ -30,7 +30,7 @@ Defined in: [interfaces.ts:145](https://github.com/humanprotocol/human-protocol/
> **from**: `string`
-Defined in: [interfaces.ts:139](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L139)
+Defined in: [interfaces.ts:139](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L139)
***
@@ -38,7 +38,7 @@ Defined in: [interfaces.ts:139](https://github.com/humanprotocol/human-protocol/
> **internalTransactions**: [`InternalTransaction`](InternalTransaction.md)[]
-Defined in: [interfaces.ts:147](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L147)
+Defined in: [interfaces.ts:147](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L147)
***
@@ -46,7 +46,7 @@ Defined in: [interfaces.ts:147](https://github.com/humanprotocol/human-protocol/
> **method**: `string`
-Defined in: [interfaces.ts:143](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L143)
+Defined in: [interfaces.ts:143](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L143)
***
@@ -54,7 +54,7 @@ Defined in: [interfaces.ts:143](https://github.com/humanprotocol/human-protocol/
> **receiver**: `string` \| `null`
-Defined in: [interfaces.ts:144](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L144)
+Defined in: [interfaces.ts:144](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L144)
***
@@ -62,7 +62,7 @@ Defined in: [interfaces.ts:144](https://github.com/humanprotocol/human-protocol/
> **timestamp**: `number`
-Defined in: [interfaces.ts:141](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L141)
+Defined in: [interfaces.ts:141](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L141)
***
@@ -70,7 +70,7 @@ Defined in: [interfaces.ts:141](https://github.com/humanprotocol/human-protocol/
> **to**: `string`
-Defined in: [interfaces.ts:140](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L140)
+Defined in: [interfaces.ts:140](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L140)
***
@@ -78,7 +78,7 @@ Defined in: [interfaces.ts:140](https://github.com/humanprotocol/human-protocol/
> **token**: `string` \| `null`
-Defined in: [interfaces.ts:146](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L146)
+Defined in: [interfaces.ts:146](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L146)
***
@@ -86,7 +86,7 @@ Defined in: [interfaces.ts:146](https://github.com/humanprotocol/human-protocol/
> **txHash**: `string`
-Defined in: [interfaces.ts:138](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L138)
+Defined in: [interfaces.ts:138](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L138)
***
@@ -94,4 +94,4 @@ Defined in: [interfaces.ts:138](https://github.com/humanprotocol/human-protocol/
> **value**: `bigint`
-Defined in: [interfaces.ts:142](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L142)
+Defined in: [interfaces.ts:142](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L142)
diff --git a/docs/sdk/typescript/interfaces/interfaces/ITransactionsFilter.md b/docs/sdk/typescript/interfaces/interfaces/ITransactionsFilter.md
index 8e41780e5b..5123c9b67f 100644
--- a/docs/sdk/typescript/interfaces/interfaces/ITransactionsFilter.md
+++ b/docs/sdk/typescript/interfaces/interfaces/ITransactionsFilter.md
@@ -6,7 +6,7 @@
# Interface: ITransactionsFilter
-Defined in: [interfaces.ts:150](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L150)
+Defined in: [interfaces.ts:150](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L150)
## Extends
@@ -18,7 +18,7 @@ Defined in: [interfaces.ts:150](https://github.com/humanprotocol/human-protocol/
> **chainId**: [`ChainId`](../../enums/enumerations/ChainId.md)
-Defined in: [interfaces.ts:151](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L151)
+Defined in: [interfaces.ts:151](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L151)
***
@@ -26,7 +26,7 @@ Defined in: [interfaces.ts:151](https://github.com/humanprotocol/human-protocol/
> `optional` **endBlock**: `number`
-Defined in: [interfaces.ts:153](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L153)
+Defined in: [interfaces.ts:153](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L153)
***
@@ -34,7 +34,7 @@ Defined in: [interfaces.ts:153](https://github.com/humanprotocol/human-protocol/
> `optional` **endDate**: `Date`
-Defined in: [interfaces.ts:155](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L155)
+Defined in: [interfaces.ts:155](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L155)
***
@@ -42,7 +42,7 @@ Defined in: [interfaces.ts:155](https://github.com/humanprotocol/human-protocol/
> `optional` **escrow**: `string`
-Defined in: [interfaces.ts:159](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L159)
+Defined in: [interfaces.ts:159](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L159)
***
@@ -50,7 +50,7 @@ Defined in: [interfaces.ts:159](https://github.com/humanprotocol/human-protocol/
> `optional` **first**: `number`
-Defined in: [interfaces.ts:164](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L164)
+Defined in: [interfaces.ts:164](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L164)
#### Inherited from
@@ -62,7 +62,7 @@ Defined in: [interfaces.ts:164](https://github.com/humanprotocol/human-protocol/
> `optional` **fromAddress**: `string`
-Defined in: [interfaces.ts:156](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L156)
+Defined in: [interfaces.ts:156](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L156)
***
@@ -70,7 +70,7 @@ Defined in: [interfaces.ts:156](https://github.com/humanprotocol/human-protocol/
> `optional` **method**: `string`
-Defined in: [interfaces.ts:158](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L158)
+Defined in: [interfaces.ts:158](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L158)
***
@@ -78,7 +78,7 @@ Defined in: [interfaces.ts:158](https://github.com/humanprotocol/human-protocol/
> `optional` **orderDirection**: [`OrderDirection`](../../enums/enumerations/OrderDirection.md)
-Defined in: [interfaces.ts:166](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L166)
+Defined in: [interfaces.ts:166](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L166)
#### Inherited from
@@ -90,7 +90,7 @@ Defined in: [interfaces.ts:166](https://github.com/humanprotocol/human-protocol/
> `optional` **skip**: `number`
-Defined in: [interfaces.ts:165](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L165)
+Defined in: [interfaces.ts:165](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L165)
#### Inherited from
@@ -102,7 +102,7 @@ Defined in: [interfaces.ts:165](https://github.com/humanprotocol/human-protocol/
> `optional` **startBlock**: `number`
-Defined in: [interfaces.ts:152](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L152)
+Defined in: [interfaces.ts:152](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L152)
***
@@ -110,7 +110,7 @@ Defined in: [interfaces.ts:152](https://github.com/humanprotocol/human-protocol/
> `optional` **startDate**: `Date`
-Defined in: [interfaces.ts:154](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L154)
+Defined in: [interfaces.ts:154](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L154)
***
@@ -118,7 +118,7 @@ Defined in: [interfaces.ts:154](https://github.com/humanprotocol/human-protocol/
> `optional` **toAddress**: `string`
-Defined in: [interfaces.ts:157](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L157)
+Defined in: [interfaces.ts:157](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L157)
***
@@ -126,4 +126,4 @@ Defined in: [interfaces.ts:157](https://github.com/humanprotocol/human-protocol/
> `optional` **token**: `string`
-Defined in: [interfaces.ts:160](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L160)
+Defined in: [interfaces.ts:160](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L160)
diff --git a/docs/sdk/typescript/interfaces/interfaces/IWorker.md b/docs/sdk/typescript/interfaces/interfaces/IWorker.md
index 029b9ba6cc..c3d777b095 100644
--- a/docs/sdk/typescript/interfaces/interfaces/IWorker.md
+++ b/docs/sdk/typescript/interfaces/interfaces/IWorker.md
@@ -6,7 +6,7 @@
# Interface: IWorker
-Defined in: [interfaces.ts:184](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L184)
+Defined in: [interfaces.ts:184](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L184)
## Properties
@@ -14,7 +14,7 @@ Defined in: [interfaces.ts:184](https://github.com/humanprotocol/human-protocol/
> **address**: `string`
-Defined in: [interfaces.ts:186](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L186)
+Defined in: [interfaces.ts:186](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L186)
***
@@ -22,7 +22,7 @@ Defined in: [interfaces.ts:186](https://github.com/humanprotocol/human-protocol/
> **id**: `string`
-Defined in: [interfaces.ts:185](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L185)
+Defined in: [interfaces.ts:185](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L185)
***
@@ -30,7 +30,7 @@ Defined in: [interfaces.ts:185](https://github.com/humanprotocol/human-protocol/
> **payoutCount**: `number`
-Defined in: [interfaces.ts:188](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L188)
+Defined in: [interfaces.ts:188](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L188)
***
@@ -38,4 +38,4 @@ Defined in: [interfaces.ts:188](https://github.com/humanprotocol/human-protocol/
> **totalHMTAmountReceived**: `bigint`
-Defined in: [interfaces.ts:187](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L187)
+Defined in: [interfaces.ts:187](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L187)
diff --git a/docs/sdk/typescript/interfaces/interfaces/IWorkerStatistics.md b/docs/sdk/typescript/interfaces/interfaces/IWorkerStatistics.md
index 78586de8ae..1e33d4d353 100644
--- a/docs/sdk/typescript/interfaces/interfaces/IWorkerStatistics.md
+++ b/docs/sdk/typescript/interfaces/interfaces/IWorkerStatistics.md
@@ -6,7 +6,7 @@
# Interface: IWorkerStatistics
-Defined in: [interfaces.ts:251](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L251)
+Defined in: [interfaces.ts:251](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L251)
## Properties
@@ -14,4 +14,4 @@ Defined in: [interfaces.ts:251](https://github.com/humanprotocol/human-protocol/
> **dailyWorkersData**: [`IDailyWorker`](IDailyWorker.md)[]
-Defined in: [interfaces.ts:252](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L252)
+Defined in: [interfaces.ts:252](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L252)
diff --git a/docs/sdk/typescript/interfaces/interfaces/IWorkersFilter.md b/docs/sdk/typescript/interfaces/interfaces/IWorkersFilter.md
index 1163afe5ab..5c5f3849a8 100644
--- a/docs/sdk/typescript/interfaces/interfaces/IWorkersFilter.md
+++ b/docs/sdk/typescript/interfaces/interfaces/IWorkersFilter.md
@@ -6,7 +6,7 @@
# Interface: IWorkersFilter
-Defined in: [interfaces.ts:191](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L191)
+Defined in: [interfaces.ts:191](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L191)
## Extends
@@ -18,7 +18,7 @@ Defined in: [interfaces.ts:191](https://github.com/humanprotocol/human-protocol/
> `optional` **address**: `string`
-Defined in: [interfaces.ts:193](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L193)
+Defined in: [interfaces.ts:193](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L193)
***
@@ -26,7 +26,7 @@ Defined in: [interfaces.ts:193](https://github.com/humanprotocol/human-protocol/
> **chainId**: [`ChainId`](../../enums/enumerations/ChainId.md)
-Defined in: [interfaces.ts:192](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L192)
+Defined in: [interfaces.ts:192](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L192)
***
@@ -34,7 +34,7 @@ Defined in: [interfaces.ts:192](https://github.com/humanprotocol/human-protocol/
> `optional` **first**: `number`
-Defined in: [interfaces.ts:164](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L164)
+Defined in: [interfaces.ts:164](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L164)
#### Inherited from
@@ -46,7 +46,7 @@ Defined in: [interfaces.ts:164](https://github.com/humanprotocol/human-protocol/
> `optional` **orderBy**: `string`
-Defined in: [interfaces.ts:194](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L194)
+Defined in: [interfaces.ts:194](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L194)
***
@@ -54,7 +54,7 @@ Defined in: [interfaces.ts:194](https://github.com/humanprotocol/human-protocol/
> `optional` **orderDirection**: [`OrderDirection`](../../enums/enumerations/OrderDirection.md)
-Defined in: [interfaces.ts:166](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L166)
+Defined in: [interfaces.ts:166](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L166)
#### Inherited from
@@ -66,7 +66,7 @@ Defined in: [interfaces.ts:166](https://github.com/humanprotocol/human-protocol/
> `optional` **skip**: `number`
-Defined in: [interfaces.ts:165](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L165)
+Defined in: [interfaces.ts:165](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L165)
#### Inherited from
diff --git a/docs/sdk/typescript/interfaces/interfaces/InternalTransaction.md b/docs/sdk/typescript/interfaces/interfaces/InternalTransaction.md
index 5b6c5c3d6d..f7b64eb07e 100644
--- a/docs/sdk/typescript/interfaces/interfaces/InternalTransaction.md
+++ b/docs/sdk/typescript/interfaces/interfaces/InternalTransaction.md
@@ -6,7 +6,7 @@
# Interface: InternalTransaction
-Defined in: [interfaces.ts:126](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L126)
+Defined in: [interfaces.ts:126](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L126)
## Properties
@@ -14,7 +14,7 @@ Defined in: [interfaces.ts:126](https://github.com/humanprotocol/human-protocol/
> **escrow**: `string` \| `null`
-Defined in: [interfaces.ts:132](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L132)
+Defined in: [interfaces.ts:132](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L132)
***
@@ -22,7 +22,7 @@ Defined in: [interfaces.ts:132](https://github.com/humanprotocol/human-protocol/
> **from**: `string`
-Defined in: [interfaces.ts:127](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L127)
+Defined in: [interfaces.ts:127](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L127)
***
@@ -30,7 +30,7 @@ Defined in: [interfaces.ts:127](https://github.com/humanprotocol/human-protocol/
> **method**: `string`
-Defined in: [interfaces.ts:130](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L130)
+Defined in: [interfaces.ts:130](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L130)
***
@@ -38,7 +38,7 @@ Defined in: [interfaces.ts:130](https://github.com/humanprotocol/human-protocol/
> **receiver**: `string` \| `null`
-Defined in: [interfaces.ts:131](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L131)
+Defined in: [interfaces.ts:131](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L131)
***
@@ -46,7 +46,7 @@ Defined in: [interfaces.ts:131](https://github.com/humanprotocol/human-protocol/
> **to**: `string`
-Defined in: [interfaces.ts:128](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L128)
+Defined in: [interfaces.ts:128](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L128)
***
@@ -54,7 +54,7 @@ Defined in: [interfaces.ts:128](https://github.com/humanprotocol/human-protocol/
> **token**: `string` \| `null`
-Defined in: [interfaces.ts:133](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L133)
+Defined in: [interfaces.ts:133](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L133)
***
@@ -62,4 +62,4 @@ Defined in: [interfaces.ts:133](https://github.com/humanprotocol/human-protocol/
> **value**: `bigint`
-Defined in: [interfaces.ts:129](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L129)
+Defined in: [interfaces.ts:129](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L129)
diff --git a/docs/sdk/typescript/interfaces/interfaces/StakerInfo.md b/docs/sdk/typescript/interfaces/interfaces/StakerInfo.md
index 8d8b5a6535..37bd6b0c99 100644
--- a/docs/sdk/typescript/interfaces/interfaces/StakerInfo.md
+++ b/docs/sdk/typescript/interfaces/interfaces/StakerInfo.md
@@ -6,7 +6,7 @@
# Interface: StakerInfo
-Defined in: [interfaces.ts:169](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L169)
+Defined in: [interfaces.ts:169](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L169)
## Properties
@@ -14,7 +14,7 @@ Defined in: [interfaces.ts:169](https://github.com/humanprotocol/human-protocol/
> **lockedAmount**: `bigint`
-Defined in: [interfaces.ts:171](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L171)
+Defined in: [interfaces.ts:171](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L171)
***
@@ -22,7 +22,7 @@ Defined in: [interfaces.ts:171](https://github.com/humanprotocol/human-protocol/
> **lockedUntil**: `bigint`
-Defined in: [interfaces.ts:172](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L172)
+Defined in: [interfaces.ts:172](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L172)
***
@@ -30,7 +30,7 @@ Defined in: [interfaces.ts:172](https://github.com/humanprotocol/human-protocol/
> **stakedAmount**: `bigint`
-Defined in: [interfaces.ts:170](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L170)
+Defined in: [interfaces.ts:170](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L170)
***
@@ -38,4 +38,4 @@ Defined in: [interfaces.ts:170](https://github.com/humanprotocol/human-protocol/
> **withdrawableAmount**: `bigint`
-Defined in: [interfaces.ts:173](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L173)
+Defined in: [interfaces.ts:173](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L173)
diff --git a/docs/sdk/typescript/interfaces/interfaces/SubgraphOptions.md b/docs/sdk/typescript/interfaces/interfaces/SubgraphOptions.md
index 0bacbbc291..841e50b8cf 100644
--- a/docs/sdk/typescript/interfaces/interfaces/SubgraphOptions.md
+++ b/docs/sdk/typescript/interfaces/interfaces/SubgraphOptions.md
@@ -6,7 +6,7 @@
# Interface: SubgraphOptions
-Defined in: [interfaces.ts:319](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L319)
+Defined in: [interfaces.ts:319](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L319)
Configuration options for subgraph requests with retry logic.
@@ -16,7 +16,7 @@ Configuration options for subgraph requests with retry logic.
> `optional` **baseDelay**: `number`
-Defined in: [interfaces.ts:323](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L323)
+Defined in: [interfaces.ts:323](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L323)
Base delay between retries in milliseconds
@@ -26,6 +26,6 @@ Base delay between retries in milliseconds
> `optional` **maxRetries**: `number`
-Defined in: [interfaces.ts:321](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L321)
+Defined in: [interfaces.ts:321](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/interfaces.ts#L321)
Maximum number of retry attempts
diff --git a/docs/sdk/typescript/kvstore/classes/KVStoreClient.md b/docs/sdk/typescript/kvstore/classes/KVStoreClient.md
index 33879db3df..5e9f0a5bb4 100644
--- a/docs/sdk/typescript/kvstore/classes/KVStoreClient.md
+++ b/docs/sdk/typescript/kvstore/classes/KVStoreClient.md
@@ -6,7 +6,7 @@
# Class: KVStoreClient
-Defined in: [kvstore.ts:98](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/kvstore.ts#L98)
+Defined in: [kvstore.ts:98](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/kvstore.ts#L98)
## Introduction
@@ -86,7 +86,7 @@ const kvstoreClient = await KVStoreClient.build(provider);
> **new KVStoreClient**(`runner`, `networkData`): `KVStoreClient`
-Defined in: [kvstore.ts:107](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/kvstore.ts#L107)
+Defined in: [kvstore.ts:107](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/kvstore.ts#L107)
**KVStoreClient constructor**
@@ -118,7 +118,7 @@ The network information required to connect to the KVStore contract
> **networkData**: [`NetworkData`](../../types/type-aliases/NetworkData.md)
-Defined in: [base.ts:14](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/base.ts#L14)
+Defined in: [base.ts:12](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/base.ts#L12)
#### Inherited from
@@ -130,7 +130,7 @@ Defined in: [base.ts:14](https://github.com/humanprotocol/human-protocol/blob/fa
> `protected` **runner**: `ContractRunner`
-Defined in: [base.ts:13](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/base.ts#L13)
+Defined in: [base.ts:11](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/base.ts#L11)
#### Inherited from
@@ -138,40 +138,11 @@ Defined in: [base.ts:13](https://github.com/humanprotocol/human-protocol/blob/fa
## Methods
-### applyTxDefaults()
-
-> `protected` **applyTxDefaults**(`txOptions`): `Overrides`
-
-Defined in: [base.ts:35](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/base.ts#L35)
-
-Internal helper to enrich transaction overrides with network specific defaults.
-
-Aurora networks use a fixed gas price. We always override any user provided
-gasPrice with the canonical DEFAULT_AURORA_GAS_PRICE to avoid mismatches
-or tx failures due to an unexpected value. For other networks the user
-supplied fee parameters are left untouched.
-
-#### Parameters
-
-##### txOptions
-
-`Overrides` = `{}`
-
-#### Returns
-
-`Overrides`
-
-#### Inherited from
-
-[`BaseEthersClient`](../../base/classes/BaseEthersClient.md).[`applyTxDefaults`](../../base/classes/BaseEthersClient.md#applytxdefaults)
-
-***
-
### get()
> **get**(`address`, `key`): `Promise`\<`string`\>
-Defined in: [kvstore.ts:316](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/kvstore.ts#L316)
+Defined in: [kvstore.ts:308](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/kvstore.ts#L308)
Gets the value of a key-value pair in the contract.
@@ -217,7 +188,7 @@ const value = await kvstoreClient.get('0xf39Fd6e51aad88F6F4ce6aB8827279cffFb9226
> **set**(`key`, `value`, `txOptions?`): `Promise`\<`void`\>
-Defined in: [kvstore.ts:170](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/kvstore.ts#L170)
+Defined in: [kvstore.ts:170](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/kvstore.ts#L170)
This function sets a key-value pair associated with the address that submits the transaction.
@@ -271,7 +242,7 @@ await kvstoreClient.set('Role', 'RecordingOracle');
> **setBulk**(`keys`, `values`, `txOptions?`): `Promise`\<`void`\>
-Defined in: [kvstore.ts:215](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/kvstore.ts#L215)
+Defined in: [kvstore.ts:213](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/kvstore.ts#L213)
This function sets key-value pairs in bulk associated with the address that submits the transaction.
@@ -327,7 +298,7 @@ await kvstoreClient.setBulk(keys, values);
> **setFileUrlAndHash**(`url`, `urlKey`, `txOptions?`): `Promise`\<`void`\>
-Defined in: [kvstore.ts:264](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/kvstore.ts#L264)
+Defined in: [kvstore.ts:256](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/kvstore.ts#L256)
Sets a URL value for the address that submits the transaction, and its hash.
@@ -380,7 +351,7 @@ await kvstoreClient.setFileUrlAndHash('linkedin.com/example', 'linkedin_url');
> `static` **build**(`runner`): `Promise`\<`KVStoreClient`\>
-Defined in: [kvstore.ts:125](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/kvstore.ts#L125)
+Defined in: [kvstore.ts:125](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/kvstore.ts#L125)
Creates an instance of KVStoreClient from a runner.
diff --git a/docs/sdk/typescript/kvstore/classes/KVStoreUtils.md b/docs/sdk/typescript/kvstore/classes/KVStoreUtils.md
index dfd4c0aa7d..ef3b59967b 100644
--- a/docs/sdk/typescript/kvstore/classes/KVStoreUtils.md
+++ b/docs/sdk/typescript/kvstore/classes/KVStoreUtils.md
@@ -6,7 +6,7 @@
# Class: KVStoreUtils
-Defined in: [kvstore.ts:362](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/kvstore.ts#L362)
+Defined in: [kvstore.ts:354](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/kvstore.ts#L354)
## Introduction
@@ -55,7 +55,7 @@ const KVStoreAddresses = await KVStoreUtils.getKVStoreData(
> `static` **get**(`chainId`, `address`, `key`, `options?`): `Promise`\<`string`\>
-Defined in: [kvstore.ts:437](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/kvstore.ts#L437)
+Defined in: [kvstore.ts:429](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/kvstore.ts#L429)
Gets the value of a key-value pair in the KVStore using the subgraph.
@@ -122,7 +122,7 @@ console.log(value);
> `static` **getFileUrlAndVerifyHash**(`chainId`, `address`, `urlKey`, `options?`): `Promise`\<`string`\>
-Defined in: [kvstore.ts:487](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/kvstore.ts#L487)
+Defined in: [kvstore.ts:479](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/kvstore.ts#L479)
Gets the URL value of the given entity, and verifies its hash.
@@ -176,7 +176,7 @@ console.log(url);
> `static` **getKVStoreData**(`chainId`, `address`, `options?`): `Promise`\<[`IKVStore`](../../interfaces/interfaces/IKVStore.md)[]\>
-Defined in: [kvstore.ts:382](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/kvstore.ts#L382)
+Defined in: [kvstore.ts:374](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/kvstore.ts#L374)
This function returns the KVStore data for a given address.
@@ -229,7 +229,7 @@ console.log(kvStoreData);
> `static` **getPublicKey**(`chainId`, `address`, `options?`): `Promise`\<`string`\>
-Defined in: [kvstore.ts:548](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/kvstore.ts#L548)
+Defined in: [kvstore.ts:540](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/kvstore.ts#L540)
Gets the public key of the given entity, and verifies its hash.
diff --git a/docs/sdk/typescript/operator/classes/OperatorUtils.md b/docs/sdk/typescript/operator/classes/OperatorUtils.md
index e2a6a8c00e..1558ef88d9 100644
--- a/docs/sdk/typescript/operator/classes/OperatorUtils.md
+++ b/docs/sdk/typescript/operator/classes/OperatorUtils.md
@@ -6,7 +6,7 @@
# Class: OperatorUtils
-Defined in: [operator.ts:29](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/operator.ts#L29)
+Defined in: [operator.ts:29](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/operator.ts#L29)
## Constructors
@@ -24,7 +24,7 @@ Defined in: [operator.ts:29](https://github.com/humanprotocol/human-protocol/blo
> `static` **getOperator**(`chainId`, `address`, `options?`): `Promise`\<[`IOperator`](../../interfaces/interfaces/IOperator.md) \| `null`\>
-Defined in: [operator.ts:46](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/operator.ts#L46)
+Defined in: [operator.ts:46](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/operator.ts#L46)
This function returns the operator data for the given address.
@@ -68,7 +68,7 @@ const operator = await OperatorUtils.getOperator(ChainId.POLYGON_AMOY, '0x62dD51
> `static` **getOperators**(`filter`, `options?`): `Promise`\<[`IOperator`](../../interfaces/interfaces/IOperator.md)[]\>
-Defined in: [operator.ts:92](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/operator.ts#L92)
+Defined in: [operator.ts:92](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/operator.ts#L92)
This function returns all the operator details of the protocol.
@@ -109,7 +109,7 @@ const operators = await OperatorUtils.getOperators(filter);
> `static` **getReputationNetworkOperators**(`chainId`, `address`, `role?`, `options?`): `Promise`\<[`IOperator`](../../interfaces/interfaces/IOperator.md)[]\>
-Defined in: [operator.ts:159](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/operator.ts#L159)
+Defined in: [operator.ts:159](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/operator.ts#L159)
Retrieves the reputation network operators of the specified address.
@@ -159,7 +159,7 @@ const operators = await OperatorUtils.getReputationNetworkOperators(ChainId.POLY
> `static` **getRewards**(`chainId`, `slasherAddress`, `options?`): `Promise`\<[`IReward`](../../interfaces/interfaces/IReward.md)[]\>
-Defined in: [operator.ts:205](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/operator.ts#L205)
+Defined in: [operator.ts:205](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/operator.ts#L205)
This function returns information about the rewards for a given slasher address.
diff --git a/docs/sdk/typescript/staking/classes/StakingClient.md b/docs/sdk/typescript/staking/classes/StakingClient.md
index 98387f99ad..23f67459ea 100644
--- a/docs/sdk/typescript/staking/classes/StakingClient.md
+++ b/docs/sdk/typescript/staking/classes/StakingClient.md
@@ -6,7 +6,7 @@
# Class: StakingClient
-Defined in: [staking.ts:108](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/staking.ts#L108)
+Defined in: [staking.ts:108](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/staking.ts#L108)
## Introduction
@@ -86,7 +86,7 @@ const stakingClient = await StakingClient.build(provider);
> **new StakingClient**(`runner`, `networkData`): `StakingClient`
-Defined in: [staking.ts:119](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/staking.ts#L119)
+Defined in: [staking.ts:119](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/staking.ts#L119)
**StakingClient constructor**
@@ -118,7 +118,7 @@ The network information required to connect to the Staking contract
> **escrowFactoryContract**: `EscrowFactory`
-Defined in: [staking.ts:111](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/staking.ts#L111)
+Defined in: [staking.ts:111](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/staking.ts#L111)
***
@@ -126,7 +126,7 @@ Defined in: [staking.ts:111](https://github.com/humanprotocol/human-protocol/blo
> **networkData**: [`NetworkData`](../../types/type-aliases/NetworkData.md)
-Defined in: [base.ts:14](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/base.ts#L14)
+Defined in: [base.ts:12](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/base.ts#L12)
#### Inherited from
@@ -138,7 +138,7 @@ Defined in: [base.ts:14](https://github.com/humanprotocol/human-protocol/blob/fa
> `protected` **runner**: `ContractRunner`
-Defined in: [base.ts:13](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/base.ts#L13)
+Defined in: [base.ts:11](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/base.ts#L11)
#### Inherited from
@@ -150,7 +150,7 @@ Defined in: [base.ts:13](https://github.com/humanprotocol/human-protocol/blob/fa
> **stakingContract**: `Staking`
-Defined in: [staking.ts:110](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/staking.ts#L110)
+Defined in: [staking.ts:110](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/staking.ts#L110)
***
@@ -158,44 +158,15 @@ Defined in: [staking.ts:110](https://github.com/humanprotocol/human-protocol/blo
> **tokenContract**: `HMToken`
-Defined in: [staking.ts:109](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/staking.ts#L109)
+Defined in: [staking.ts:109](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/staking.ts#L109)
## Methods
-### applyTxDefaults()
-
-> `protected` **applyTxDefaults**(`txOptions`): `Overrides`
-
-Defined in: [base.ts:35](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/base.ts#L35)
-
-Internal helper to enrich transaction overrides with network specific defaults.
-
-Aurora networks use a fixed gas price. We always override any user provided
-gasPrice with the canonical DEFAULT_AURORA_GAS_PRICE to avoid mismatches
-or tx failures due to an unexpected value. For other networks the user
-supplied fee parameters are left untouched.
-
-#### Parameters
-
-##### txOptions
-
-`Overrides` = `{}`
-
-#### Returns
-
-`Overrides`
-
-#### Inherited from
-
-[`BaseEthersClient`](../../base/classes/BaseEthersClient.md).[`applyTxDefaults`](../../base/classes/BaseEthersClient.md#applytxdefaults)
-
-***
-
### approveStake()
> **approveStake**(`amount`, `txOptions?`): `Promise`\<`void`\>
-Defined in: [staking.ts:204](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/staking.ts#L204)
+Defined in: [staking.ts:204](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/staking.ts#L204)
This function approves the staking contract to transfer a specified amount of tokens when the user stakes. It increases the allowance for the staking contract.
@@ -242,7 +213,7 @@ await stakingClient.approveStake(amount);
> **getStakerInfo**(`stakerAddress`): `Promise`\<[`StakerInfo`](../../interfaces/interfaces/StakerInfo.md)\>
-Defined in: [staking.ts:458](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/staking.ts#L458)
+Defined in: [staking.ts:446](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/staking.ts#L446)
Retrieves comprehensive staking information for a staker.
@@ -278,7 +249,7 @@ console.log(stakingInfo.tokensStaked);
> **slash**(`slasher`, `staker`, `escrowAddress`, `amount`, `txOptions?`): `Promise`\<`void`\>
-Defined in: [staking.ts:396](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/staking.ts#L396)
+Defined in: [staking.ts:384](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/staking.ts#L384)
This function reduces the allocated amount by a staker in an escrow and transfers those tokens to the reward pool. This allows the slasher to claim them later.
@@ -343,7 +314,7 @@ await stakingClient.slash('0xf39Fd6e51aad88F6F4ce6aB8827279cffFb92266', '0xf39Fd
> **stake**(`amount`, `txOptions?`): `Promise`\<`void`\>
-Defined in: [staking.ts:258](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/staking.ts#L258)
+Defined in: [staking.ts:258](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/staking.ts#L258)
This function stakes a specified amount of tokens on a specific network.
@@ -393,7 +364,7 @@ await stakingClient.stake(amount);
> **unstake**(`amount`, `txOptions?`): `Promise`\<`void`\>
-Defined in: [staking.ts:307](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/staking.ts#L307)
+Defined in: [staking.ts:302](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/staking.ts#L302)
This function unstakes tokens from staking contract. The unstaked tokens stay locked for a period of time.
@@ -442,7 +413,7 @@ await stakingClient.unstake(amount);
> **withdraw**(`txOptions?`): `Promise`\<`void`\>
-Defined in: [staking.ts:357](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/staking.ts#L357)
+Defined in: [staking.ts:347](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/staking.ts#L347)
This function withdraws unstaked and non-locked tokens from staking contract to the user wallet.
@@ -484,7 +455,7 @@ await stakingClient.withdraw();
> `static` **build**(`runner`): `Promise`\<`StakingClient`\>
-Defined in: [staking.ts:147](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/staking.ts#L147)
+Defined in: [staking.ts:147](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/staking.ts#L147)
Creates an instance of StakingClient from a Runner.
diff --git a/docs/sdk/typescript/staking/classes/StakingUtils.md b/docs/sdk/typescript/staking/classes/StakingUtils.md
index 4cc3d049d9..2fe8961d5a 100644
--- a/docs/sdk/typescript/staking/classes/StakingUtils.md
+++ b/docs/sdk/typescript/staking/classes/StakingUtils.md
@@ -6,7 +6,7 @@
# Class: StakingUtils
-Defined in: [staking.ts:496](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/staking.ts#L496)
+Defined in: [staking.ts:484](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/staking.ts#L484)
Utility class for Staking-related subgraph queries.
@@ -26,7 +26,7 @@ Utility class for Staking-related subgraph queries.
> `static` **getStaker**(`chainId`, `stakerAddress`, `options?`): `Promise`\<[`IStaker`](../../interfaces/interfaces/IStaker.md)\>
-Defined in: [staking.ts:505](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/staking.ts#L505)
+Defined in: [staking.ts:493](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/staking.ts#L493)
Gets staking info for a staker from the subgraph.
@@ -62,7 +62,7 @@ Staker info from subgraph
> `static` **getStakers**(`filter`, `options?`): `Promise`\<[`IStaker`](../../interfaces/interfaces/IStaker.md)[]\>
-Defined in: [staking.ts:540](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/staking.ts#L540)
+Defined in: [staking.ts:528](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/staking.ts#L528)
Gets all stakers from the subgraph with filters, pagination and ordering.
diff --git a/docs/sdk/typescript/statistics/classes/StatisticsClient.md b/docs/sdk/typescript/statistics/classes/StatisticsClient.md
index eace92d60a..ebc2034720 100644
--- a/docs/sdk/typescript/statistics/classes/StatisticsClient.md
+++ b/docs/sdk/typescript/statistics/classes/StatisticsClient.md
@@ -6,7 +6,7 @@
# Class: StatisticsClient
-Defined in: [statistics.ts:64](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/statistics.ts#L64)
+Defined in: [statistics.ts:64](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/statistics.ts#L64)
## Introduction
@@ -45,7 +45,7 @@ const statisticsClient = new StatisticsClient(NETWORKS[ChainId.POLYGON_AMOY]);
> **new StatisticsClient**(`networkData`): `StatisticsClient`
-Defined in: [statistics.ts:73](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/statistics.ts#L73)
+Defined in: [statistics.ts:73](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/statistics.ts#L73)
**StatisticsClient constructor**
@@ -67,7 +67,7 @@ The network information required to connect to the Statistics contract
> **networkData**: [`NetworkData`](../../types/type-aliases/NetworkData.md)
-Defined in: [statistics.ts:65](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/statistics.ts#L65)
+Defined in: [statistics.ts:65](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/statistics.ts#L65)
***
@@ -75,7 +75,7 @@ Defined in: [statistics.ts:65](https://github.com/humanprotocol/human-protocol/b
> **subgraphUrl**: `string`
-Defined in: [statistics.ts:66](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/statistics.ts#L66)
+Defined in: [statistics.ts:66](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/statistics.ts#L66)
## Methods
@@ -83,7 +83,7 @@ Defined in: [statistics.ts:66](https://github.com/humanprotocol/human-protocol/b
> **getEscrowStatistics**(`filter`, `options?`): `Promise`\<[`IEscrowStatistics`](../../interfaces/interfaces/IEscrowStatistics.md)\>
-Defined in: [statistics.ts:127](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/statistics.ts#L127)
+Defined in: [statistics.ts:127](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/statistics.ts#L127)
This function returns the statistical data of escrows.
@@ -155,7 +155,7 @@ const escrowStatisticsApril = await statisticsClient.getEscrowStatistics({
> **getHMTDailyData**(`filter`, `options?`): `Promise`\<[`IDailyHMT`](../../interfaces/interfaces/IDailyHMT.md)[]\>
-Defined in: [statistics.ts:510](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/statistics.ts#L510)
+Defined in: [statistics.ts:510](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/statistics.ts#L510)
This function returns the statistical data of HMToken day by day.
@@ -226,7 +226,7 @@ console.log('HMT statistics from 5/8 - 6/8:', hmtStatisticsRange);
> **getHMTHolders**(`params`, `options?`): `Promise`\<[`IHMTHolder`](../../interfaces/interfaces/IHMTHolder.md)[]\>
-Defined in: [statistics.ts:434](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/statistics.ts#L434)
+Defined in: [statistics.ts:434](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/statistics.ts#L434)
This function returns the holders of the HMToken with optional filters and ordering.
@@ -275,7 +275,7 @@ console.log('HMT holders:', hmtHolders.map((h) => ({
> **getHMTStatistics**(`options?`): `Promise`\<[`IHMTStatistics`](../../interfaces/interfaces/IHMTStatistics.md)\>
-Defined in: [statistics.ts:392](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/statistics.ts#L392)
+Defined in: [statistics.ts:392](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/statistics.ts#L392)
This function returns the statistical data of HMToken.
@@ -322,7 +322,7 @@ console.log('HMT statistics:', {
> **getPaymentStatistics**(`filter`, `options?`): `Promise`\<[`IPaymentStatistics`](../../interfaces/interfaces/IPaymentStatistics.md)\>
-Defined in: [statistics.ts:321](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/statistics.ts#L321)
+Defined in: [statistics.ts:321](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/statistics.ts#L321)
This function returns the statistical data of payments.
@@ -412,7 +412,7 @@ console.log(
> **getWorkerStatistics**(`filter`, `options?`): `Promise`\<[`IWorkerStatistics`](../../interfaces/interfaces/IWorkerStatistics.md)\>
-Defined in: [statistics.ts:218](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/statistics.ts#L218)
+Defined in: [statistics.ts:218](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/statistics.ts#L218)
This function returns the statistical data of workers.
diff --git a/docs/sdk/typescript/storage/classes/StorageClient.md b/docs/sdk/typescript/storage/classes/StorageClient.md
index 991c7eee5e..2cd637a09b 100644
--- a/docs/sdk/typescript/storage/classes/StorageClient.md
+++ b/docs/sdk/typescript/storage/classes/StorageClient.md
@@ -6,7 +6,7 @@
# ~~Class: StorageClient~~
-Defined in: [storage.ts:63](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/storage.ts#L63)
+Defined in: [storage.ts:63](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/storage.ts#L63)
## Deprecated
@@ -61,7 +61,7 @@ const storageClient = new StorageClient(params, credentials);
> **new StorageClient**(`params`, `credentials?`): `StorageClient`
-Defined in: [storage.ts:73](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/storage.ts#L73)
+Defined in: [storage.ts:73](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/storage.ts#L73)
**Storage client constructor**
@@ -89,7 +89,7 @@ Optional. Cloud storage access data. If credentials are not provided - use anony
> **bucketExists**(`bucket`): `Promise`\<`boolean`\>
-Defined in: [storage.ts:262](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/storage.ts#L262)
+Defined in: [storage.ts:262](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/storage.ts#L262)
This function checks if a bucket exists.
@@ -133,7 +133,7 @@ const exists = await storageClient.bucketExists('bucket-name');
> **downloadFiles**(`keys`, `bucket`): `Promise`\<`any`[]\>
-Defined in: [storage.ts:112](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/storage.ts#L112)
+Defined in: [storage.ts:112](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/storage.ts#L112)
This function downloads files from a bucket.
@@ -181,7 +181,7 @@ const files = await storageClient.downloadFiles(keys, 'bucket-name');
> **listObjects**(`bucket`): `Promise`\<`string`[]\>
-Defined in: [storage.ts:292](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/storage.ts#L292)
+Defined in: [storage.ts:292](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/storage.ts#L292)
This function lists all file names contained in the bucket.
@@ -225,7 +225,7 @@ const fileNames = await storageClient.listObjects('bucket-name');
> **uploadFiles**(`files`, `bucket`): `Promise`\<[`UploadFile`](../../types/type-aliases/UploadFile.md)[]\>
-Defined in: [storage.ts:198](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/storage.ts#L198)
+Defined in: [storage.ts:198](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/storage.ts#L198)
This function uploads files to a bucket.
@@ -278,7 +278,7 @@ const uploadedFiles = await storageClient.uploadFiles(files, 'bucket-name');
> `static` **downloadFileFromUrl**(`url`): `Promise`\<`any`\>
-Defined in: [storage.ts:146](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/storage.ts#L146)
+Defined in: [storage.ts:146](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/storage.ts#L146)
This function downloads files from a URL.
diff --git a/docs/sdk/typescript/transaction/classes/TransactionUtils.md b/docs/sdk/typescript/transaction/classes/TransactionUtils.md
index fc0ddb4fe5..4d418a54bb 100644
--- a/docs/sdk/typescript/transaction/classes/TransactionUtils.md
+++ b/docs/sdk/typescript/transaction/classes/TransactionUtils.md
@@ -6,7 +6,7 @@
# Class: TransactionUtils
-Defined in: [transaction.ts:23](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/transaction.ts#L23)
+Defined in: [transaction.ts:23](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/transaction.ts#L23)
## Constructors
@@ -24,7 +24,7 @@ Defined in: [transaction.ts:23](https://github.com/humanprotocol/human-protocol/
> `static` **getTransaction**(`chainId`, `hash`, `options?`): `Promise`\<[`ITransaction`](../../interfaces/interfaces/ITransaction.md) \| `null`\>
-Defined in: [transaction.ts:68](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/transaction.ts#L68)
+Defined in: [transaction.ts:68](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/transaction.ts#L68)
This function returns the transaction data for the given hash.
@@ -96,7 +96,7 @@ const transaction = await TransactionUtils.getTransaction(ChainId.POLYGON, '0x62
> `static` **getTransactions**(`filter`, `options?`): `Promise`\<[`ITransaction`](../../interfaces/interfaces/ITransaction.md)[]\>
-Defined in: [transaction.ts:170](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/transaction.ts#L170)
+Defined in: [transaction.ts:170](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/transaction.ts#L170)
This function returns all transaction details based on the provided filter.
diff --git a/docs/sdk/typescript/types/enumerations/EscrowStatus.md b/docs/sdk/typescript/types/enumerations/EscrowStatus.md
index 21d3176407..2edaa0c575 100644
--- a/docs/sdk/typescript/types/enumerations/EscrowStatus.md
+++ b/docs/sdk/typescript/types/enumerations/EscrowStatus.md
@@ -6,7 +6,7 @@
# Enumeration: EscrowStatus
-Defined in: [types.ts:8](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/types.ts#L8)
+Defined in: [types.ts:8](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/types.ts#L8)
Enum for escrow statuses.
@@ -16,7 +16,7 @@ Enum for escrow statuses.
> **Cancelled**: `5`
-Defined in: [types.ts:32](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/types.ts#L32)
+Defined in: [types.ts:32](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/types.ts#L32)
Escrow is cancelled.
@@ -26,7 +26,7 @@ Escrow is cancelled.
> **Complete**: `4`
-Defined in: [types.ts:28](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/types.ts#L28)
+Defined in: [types.ts:28](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/types.ts#L28)
Escrow is finished.
@@ -36,7 +36,7 @@ Escrow is finished.
> **Launched**: `0`
-Defined in: [types.ts:12](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/types.ts#L12)
+Defined in: [types.ts:12](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/types.ts#L12)
Escrow is launched.
@@ -46,7 +46,7 @@ Escrow is launched.
> **Paid**: `3`
-Defined in: [types.ts:24](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/types.ts#L24)
+Defined in: [types.ts:24](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/types.ts#L24)
Escrow is fully paid.
@@ -56,7 +56,7 @@ Escrow is fully paid.
> **Partial**: `2`
-Defined in: [types.ts:20](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/types.ts#L20)
+Defined in: [types.ts:20](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/types.ts#L20)
Escrow is partially paid out.
@@ -66,7 +66,7 @@ Escrow is partially paid out.
> **Pending**: `1`
-Defined in: [types.ts:16](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/types.ts#L16)
+Defined in: [types.ts:16](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/types.ts#L16)
Escrow is funded, and waiting for the results to be submitted.
@@ -76,6 +76,6 @@ Escrow is funded, and waiting for the results to be submitted.
> **ToCancel**: `6`
-Defined in: [types.ts:36](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/types.ts#L36)
+Defined in: [types.ts:36](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/types.ts#L36)
Escrow is cancelled.
diff --git a/docs/sdk/typescript/types/type-aliases/NetworkData.md b/docs/sdk/typescript/types/type-aliases/NetworkData.md
index 22f27dc80f..bc32ba3450 100644
--- a/docs/sdk/typescript/types/type-aliases/NetworkData.md
+++ b/docs/sdk/typescript/types/type-aliases/NetworkData.md
@@ -8,7 +8,7 @@
> **NetworkData** = `object`
-Defined in: [types.ts:99](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/types.ts#L99)
+Defined in: [types.ts:99](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/types.ts#L99)
Network data
@@ -18,7 +18,7 @@ Network data
> **chainId**: `number`
-Defined in: [types.ts:103](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/types.ts#L103)
+Defined in: [types.ts:103](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/types.ts#L103)
Network chain id
@@ -28,7 +28,7 @@ Network chain id
> **factoryAddress**: `string`
-Defined in: [types.ts:119](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/types.ts#L119)
+Defined in: [types.ts:119](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/types.ts#L119)
Escrow Factory contract address
@@ -38,7 +38,7 @@ Escrow Factory contract address
> **hmtAddress**: `string`
-Defined in: [types.ts:115](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/types.ts#L115)
+Defined in: [types.ts:115](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/types.ts#L115)
HMT Token contract address
@@ -48,7 +48,7 @@ HMT Token contract address
> **kvstoreAddress**: `string`
-Defined in: [types.ts:127](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/types.ts#L127)
+Defined in: [types.ts:127](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/types.ts#L127)
KVStore contract address
@@ -58,7 +58,7 @@ KVStore contract address
> **oldFactoryAddress**: `string`
-Defined in: [types.ts:143](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/types.ts#L143)
+Defined in: [types.ts:143](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/types.ts#L143)
Old Escrow Factory contract address
@@ -68,7 +68,7 @@ Old Escrow Factory contract address
> **oldSubgraphUrl**: `string`
-Defined in: [types.ts:139](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/types.ts#L139)
+Defined in: [types.ts:139](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/types.ts#L139)
Old subgraph URL
@@ -78,7 +78,7 @@ Old subgraph URL
> **scanUrl**: `string`
-Defined in: [types.ts:111](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/types.ts#L111)
+Defined in: [types.ts:111](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/types.ts#L111)
Network scanner URL
@@ -88,7 +88,7 @@ Network scanner URL
> **stakingAddress**: `string`
-Defined in: [types.ts:123](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/types.ts#L123)
+Defined in: [types.ts:123](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/types.ts#L123)
Staking contract address
@@ -98,7 +98,7 @@ Staking contract address
> **subgraphUrl**: `string`
-Defined in: [types.ts:131](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/types.ts#L131)
+Defined in: [types.ts:131](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/types.ts#L131)
Subgraph URL
@@ -108,7 +108,7 @@ Subgraph URL
> **subgraphUrlApiKey**: `string`
-Defined in: [types.ts:135](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/types.ts#L135)
+Defined in: [types.ts:135](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/types.ts#L135)
Subgraph URL API key
@@ -118,6 +118,6 @@ Subgraph URL API key
> **title**: `string`
-Defined in: [types.ts:107](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/types.ts#L107)
+Defined in: [types.ts:107](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/types.ts#L107)
Network title
diff --git a/docs/sdk/typescript/types/type-aliases/StorageCredentials.md b/docs/sdk/typescript/types/type-aliases/StorageCredentials.md
index 7809fe85dd..7e9fdb3b1a 100644
--- a/docs/sdk/typescript/types/type-aliases/StorageCredentials.md
+++ b/docs/sdk/typescript/types/type-aliases/StorageCredentials.md
@@ -8,7 +8,7 @@
> `readonly` **StorageCredentials** = `object`
-Defined in: [types.ts:44](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/types.ts#L44)
+Defined in: [types.ts:44](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/types.ts#L44)
AWS/GCP cloud storage access data
@@ -22,7 +22,7 @@ StorageClient is deprecated. Use Minio.Client directly.
> **accessKey**: `string`
-Defined in: [types.ts:48](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/types.ts#L48)
+Defined in: [types.ts:48](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/types.ts#L48)
Access Key
@@ -32,6 +32,6 @@ Access Key
> **secretKey**: `string`
-Defined in: [types.ts:52](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/types.ts#L52)
+Defined in: [types.ts:52](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/types.ts#L52)
Secret Key
diff --git a/docs/sdk/typescript/types/type-aliases/StorageParams.md b/docs/sdk/typescript/types/type-aliases/StorageParams.md
index b16f859f68..d3407c10c8 100644
--- a/docs/sdk/typescript/types/type-aliases/StorageParams.md
+++ b/docs/sdk/typescript/types/type-aliases/StorageParams.md
@@ -8,7 +8,7 @@
> **StorageParams** = `object`
-Defined in: [types.ts:58](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/types.ts#L58)
+Defined in: [types.ts:58](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/types.ts#L58)
## Deprecated
@@ -20,7 +20,7 @@ StorageClient is deprecated. Use Minio.Client directly.
> **endPoint**: `string`
-Defined in: [types.ts:62](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/types.ts#L62)
+Defined in: [types.ts:62](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/types.ts#L62)
Request endPoint
@@ -30,7 +30,7 @@ Request endPoint
> `optional` **port**: `number`
-Defined in: [types.ts:74](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/types.ts#L74)
+Defined in: [types.ts:74](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/types.ts#L74)
TCP/IP port number. Default value set to 80 for HTTP and 443 for HTTPs
@@ -40,7 +40,7 @@ TCP/IP port number. Default value set to 80 for HTTP and 443 for HTTPs
> `optional` **region**: `string`
-Defined in: [types.ts:70](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/types.ts#L70)
+Defined in: [types.ts:70](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/types.ts#L70)
Region
@@ -50,6 +50,6 @@ Region
> **useSSL**: `boolean`
-Defined in: [types.ts:66](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/types.ts#L66)
+Defined in: [types.ts:66](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/types.ts#L66)
Enable secure (HTTPS) access. Default value set to false
diff --git a/docs/sdk/typescript/types/type-aliases/TransactionLikeWithNonce.md b/docs/sdk/typescript/types/type-aliases/TransactionLikeWithNonce.md
index e318088cf4..3d75569501 100644
--- a/docs/sdk/typescript/types/type-aliases/TransactionLikeWithNonce.md
+++ b/docs/sdk/typescript/types/type-aliases/TransactionLikeWithNonce.md
@@ -8,7 +8,7 @@
> **TransactionLikeWithNonce** = `TransactionLike` & `object`
-Defined in: [types.ts:146](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/types.ts#L146)
+Defined in: [types.ts:146](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/types.ts#L146)
## Type Declaration
diff --git a/docs/sdk/typescript/types/type-aliases/UploadFile.md b/docs/sdk/typescript/types/type-aliases/UploadFile.md
index 80960c3378..a5ee434fef 100644
--- a/docs/sdk/typescript/types/type-aliases/UploadFile.md
+++ b/docs/sdk/typescript/types/type-aliases/UploadFile.md
@@ -8,7 +8,7 @@
> `readonly` **UploadFile** = `object`
-Defined in: [types.ts:81](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/types.ts#L81)
+Defined in: [types.ts:81](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/types.ts#L81)
Upload file data
@@ -18,7 +18,7 @@ Upload file data
> **hash**: `string`
-Defined in: [types.ts:93](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/types.ts#L93)
+Defined in: [types.ts:93](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/types.ts#L93)
Hash of uploaded object key
@@ -28,7 +28,7 @@ Hash of uploaded object key
> **key**: `string`
-Defined in: [types.ts:85](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/types.ts#L85)
+Defined in: [types.ts:85](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/types.ts#L85)
Uploaded object key
@@ -38,6 +38,6 @@ Uploaded object key
> **url**: `string`
-Defined in: [types.ts:89](https://github.com/humanprotocol/human-protocol/blob/faeb610cb2eb1159ae2a32eb5ba27f30a6f24913/packages/sdk/typescript/human-protocol-sdk/src/types.ts#L89)
+Defined in: [types.ts:89](https://github.com/humanprotocol/human-protocol/blob/61aec7f941934ccbea233e5338eb9fedacd0b20e/packages/sdk/typescript/human-protocol-sdk/src/types.ts#L89)
Uploaded object URL
diff --git a/packages/apps/dashboard/client/src/shared/ui/NetworkIcon/index.tsx b/packages/apps/dashboard/client/src/shared/ui/NetworkIcon/index.tsx
index ac2999cccd..ec953056ea 100644
--- a/packages/apps/dashboard/client/src/shared/ui/NetworkIcon/index.tsx
+++ b/packages/apps/dashboard/client/src/shared/ui/NetworkIcon/index.tsx
@@ -1,6 +1,5 @@
import type { ChainId } from '@human-protocol/sdk/src/enums';
-import AuroraIcon from '@/shared/ui/icons/AuroraIcon';
import BinanceSmartChainIcon from '@/shared/ui/icons/BinanceSmartChainIcon';
import EthereumIcon from '@/shared/ui/icons/EthereumIcon';
import HumanIcon from '@/shared/ui/icons/HumanIcon';
@@ -18,8 +17,6 @@ export const NetworkIcon = ({ chainId }: { chainId: ChainId }) => {
case 137:
case 80002:
return ;
- case 1313161555:
- return ;
default:
return ;
}
diff --git a/packages/apps/dashboard/client/src/shared/ui/icons/AuroraIcon.tsx b/packages/apps/dashboard/client/src/shared/ui/icons/AuroraIcon.tsx
deleted file mode 100644
index 1e8cf89d87..0000000000
--- a/packages/apps/dashboard/client/src/shared/ui/icons/AuroraIcon.tsx
+++ /dev/null
@@ -1,16 +0,0 @@
-import type { FC } from 'react';
-
-import SvgIcon, { type SvgIconProps } from '@mui/material/SvgIcon';
-
-const AuroraIcon: FC = (props) => {
- return (
-
-
-
- );
-};
-
-export default AuroraIcon;
diff --git a/packages/apps/dashboard/server/src/common/config/network-config.service.ts b/packages/apps/dashboard/server/src/common/config/network-config.service.ts
index f9b0ab3f08..82805f0fb8 100644
--- a/packages/apps/dashboard/server/src/common/config/network-config.service.ts
+++ b/packages/apps/dashboard/server/src/common/config/network-config.service.ts
@@ -62,12 +62,6 @@ export class NetworkConfigService {
rpcUrl: this.configService.get('RPC_URL_BSC_TESTNET'),
},
}),
- ...(this.configService.get('RPC_URL_AURORA_TESTNET') && {
- auroratest: {
- chainId: ChainId.AURORA_TESTNET,
- rpcUrl: this.configService.get('RPC_URL_AURORA_TESTNET'),
- },
- }),
...(this.configService.get('RPC_URL_LOCALHOST') && {
localhost: {
chainId: ChainId.LOCALHOST,
diff --git a/packages/apps/dashboard/server/src/common/utils/constants.ts b/packages/apps/dashboard/server/src/common/utils/constants.ts
index 9bdd75a836..71594d0819 100644
--- a/packages/apps/dashboard/server/src/common/utils/constants.ts
+++ b/packages/apps/dashboard/server/src/common/utils/constants.ts
@@ -6,7 +6,6 @@ export const TESTNET_CHAIN_IDS = [
ChainId.BSC_TESTNET,
ChainId.POLYGON_AMOY,
ChainId.SEPOLIA,
- ChainId.AURORA_TESTNET,
];
export const MAINNET_CHAIN_IDS = [
ChainId.MAINNET,
diff --git a/packages/apps/dashboard/server/src/modules/networks/network.service.spec.ts b/packages/apps/dashboard/server/src/modules/networks/network.service.spec.ts
index bc3f04e0cd..166370dd98 100644
--- a/packages/apps/dashboard/server/src/modules/networks/network.service.spec.ts
+++ b/packages/apps/dashboard/server/src/modules/networks/network.service.spec.ts
@@ -22,7 +22,6 @@ describe('NetworksService', () => {
process.env.RPC_URL_POLYGON = 'https://testrpc.com';
process.env.RPC_URL_BSC_MAINNET = 'https://testrpc.com';
process.env.RPC_URL_ETHEREUM = 'https://testrpc.com';
- process.env.RPC_URL_AURORA_TESTNET = 'https://testrpc.com';
process.env.WEB3_ENV = 'mainnet';
});
diff --git a/packages/apps/faucet/client/src/constants/index.ts b/packages/apps/faucet/client/src/constants/index.ts
index 07ba08e013..60ad7fbdfb 100644
--- a/packages/apps/faucet/client/src/constants/index.ts
+++ b/packages/apps/faucet/client/src/constants/index.ts
@@ -4,5 +4,4 @@ export const FAUCET_CHAIN_IDS = [
ChainId.SEPOLIA,
ChainId.BSC_TESTNET,
ChainId.POLYGON_AMOY,
- ChainId.AURORA_TESTNET,
];
diff --git a/packages/apps/faucet/server/.env.example b/packages/apps/faucet/server/.env.example
index c7c4b2a028..d8a6758a97 100644
--- a/packages/apps/faucet/server/.env.example
+++ b/packages/apps/faucet/server/.env.example
@@ -13,7 +13,6 @@ ADDRESS_WAITING_TIME=3600
RPC_URL_SEPOLIA=""
RPC_URL_BSC_TESTNET=""
RPC_URL_POLYGON_AMOY=""
-RPC_URL_AURORA_TESTNET=""
# Balance threshold
FAUCET_MIN_BALANCE=
diff --git a/packages/apps/faucet/server/src/constants/networks.ts b/packages/apps/faucet/server/src/constants/networks.ts
index ac5a70a976..e79f7ddb62 100644
--- a/packages/apps/faucet/server/src/constants/networks.ts
+++ b/packages/apps/faucet/server/src/constants/networks.ts
@@ -16,9 +16,6 @@ export const FAUCET_NETWORKS: {
[ChainId.POLYGON_AMOY]: {
rpcUrl: process.env.RPC_URL_POLYGON_AMOY || '',
},
- [ChainId.AURORA_TESTNET]: {
- rpcUrl: process.env.RPC_URL_AURORA_TESTNET || '',
- },
[ChainId.LOCALHOST]: {
rpcUrl: process.env.RPC_PORT
? `http://127.0.0.1:${process.env.RPC_PORT}`
diff --git a/packages/apps/fortune/exchange-oracle/server/src/common/config/env-schema.ts b/packages/apps/fortune/exchange-oracle/server/src/common/config/env-schema.ts
index 6365d1357a..04641ead7f 100644
--- a/packages/apps/fortune/exchange-oracle/server/src/common/config/env-schema.ts
+++ b/packages/apps/fortune/exchange-oracle/server/src/common/config/env-schema.ts
@@ -22,7 +22,6 @@ export const envValidator = Joi.object({
RPC_URL_POLYGON_AMOY: Joi.string(),
RPC_URL_SEPOLIA: Joi.string(),
RPC_URL_BSC_TESTNET: Joi.string(),
- RPC_URL_AURORA_TESTNET: Joi.string(),
RPC_URL_LOCALHOST: Joi.string(),
// S3
S3_ENDPOINT: Joi.string(),
diff --git a/packages/apps/fortune/exchange-oracle/server/src/common/config/network-config.service.ts b/packages/apps/fortune/exchange-oracle/server/src/common/config/network-config.service.ts
index ead16f03c4..416f8f1a67 100644
--- a/packages/apps/fortune/exchange-oracle/server/src/common/config/network-config.service.ts
+++ b/packages/apps/fortune/exchange-oracle/server/src/common/config/network-config.service.ts
@@ -62,15 +62,6 @@ export class NetworkConfigService {
rpcUrl: this.configService.get('RPC_URL_BSC_TESTNET'),
},
}),
- ...(this.configService.get('RPC_URL_AURORA_TESTNET') && {
- auroratest: {
- chainId: ChainId.AURORA_TESTNET,
- /**
- * The RPC URL for the AURORA Testnet network.
- */
- rpcUrl: this.configService.get('RPC_URL_AURORA_TESTNET'),
- },
- }),
...(this.configService.get('RPC_URL_LOCALHOST') && {
localhost: {
chainId: ChainId.LOCALHOST,
diff --git a/packages/apps/fortune/exchange-oracle/server/src/common/constant/index.ts b/packages/apps/fortune/exchange-oracle/server/src/common/constant/index.ts
index 509aca7a57..f68848e847 100644
--- a/packages/apps/fortune/exchange-oracle/server/src/common/constant/index.ts
+++ b/packages/apps/fortune/exchange-oracle/server/src/common/constant/index.ts
@@ -10,7 +10,6 @@ export const TESTNET_CHAIN_IDS = [
ChainId.POLYGON_AMOY,
ChainId.BSC_TESTNET,
ChainId.SEPOLIA,
- ChainId.AURORA_TESTNET,
];
export const MAINNET_CHAIN_IDS = [ChainId.POLYGON, ChainId.BSC_MAINNET];
diff --git a/packages/apps/fortune/recording-oracle/src/common/config/env-schema.ts b/packages/apps/fortune/recording-oracle/src/common/config/env-schema.ts
index 66bea4e59b..7a1a4d6144 100644
--- a/packages/apps/fortune/recording-oracle/src/common/config/env-schema.ts
+++ b/packages/apps/fortune/recording-oracle/src/common/config/env-schema.ts
@@ -12,7 +12,6 @@ export const envValidator = Joi.object({
RPC_URL_SEPOLIA: Joi.string(),
RPC_URL_MOONBEAM: Joi.string(),
RPC_URL_BSC_TESTNET: Joi.string(),
- RPC_URL_AURORA_TESTNET: Joi.string(),
RPC_URL_LOCALHOST: Joi.string(),
// S3
S3_ENDPOINT: Joi.string(),
diff --git a/packages/apps/fortune/recording-oracle/src/common/config/network-config.service.ts b/packages/apps/fortune/recording-oracle/src/common/config/network-config.service.ts
index ca9d322456..a2571f7619 100644
--- a/packages/apps/fortune/recording-oracle/src/common/config/network-config.service.ts
+++ b/packages/apps/fortune/recording-oracle/src/common/config/network-config.service.ts
@@ -62,15 +62,6 @@ export class NetworkConfigService {
rpcUrl: this.configService.get('RPC_URL_BSC_TESTNET'),
},
}),
- ...(this.configService.get('RPC_URL_AURORA_TESTNET') && {
- auroratest: {
- chainId: ChainId.AURORA_TESTNET,
- /**
- * The RPC URL for the AURORA Testnet network.
- */
- rpcUrl: this.configService.get('RPC_URL_AURORA_TESTNET'),
- },
- }),
...(this.configService.get('RPC_URL_LOCALHOST') && {
localhost: {
chainId: ChainId.LOCALHOST,
diff --git a/packages/apps/human-app/frontend/src/modules/smart-contracts/chains.ts b/packages/apps/human-app/frontend/src/modules/smart-contracts/chains.ts
index 445fbf86f7..7666fcd23d 100644
--- a/packages/apps/human-app/frontend/src/modules/smart-contracts/chains.ts
+++ b/packages/apps/human-app/frontend/src/modules/smart-contracts/chains.ts
@@ -27,7 +27,6 @@ export const TestnetChainsIds = [
ChainId.POLYGON_AMOY,
ChainId.SEPOLIA,
ChainId.BSC_TESTNET,
- ChainId.AURORA_TESTNET,
ChainId.LOCALHOST,
] as const;
diff --git a/packages/apps/job-launcher/client/src/components/Icons/AuroraIcon.tsx b/packages/apps/job-launcher/client/src/components/Icons/AuroraIcon.tsx
deleted file mode 100644
index 130d43133e..0000000000
--- a/packages/apps/job-launcher/client/src/components/Icons/AuroraIcon.tsx
+++ /dev/null
@@ -1,13 +0,0 @@
-import SvgIcon, { type SvgIconProps } from '@mui/material/SvgIcon';
-import type { FC } from 'react';
-
-export const AuroraIcon: FC = (props) => {
- return (
-
-
-
- );
-};
diff --git a/packages/apps/job-launcher/client/src/components/Icons/chains.tsx b/packages/apps/job-launcher/client/src/components/Icons/chains.tsx
index 56749e0047..2ba4d50f5a 100644
--- a/packages/apps/job-launcher/client/src/components/Icons/chains.tsx
+++ b/packages/apps/job-launcher/client/src/components/Icons/chains.tsx
@@ -1,7 +1,6 @@
import { ChainId } from '@human-protocol/sdk';
import { ReactElement } from 'react';
-import { AuroraIcon } from './AuroraIcon';
import { BinanceSmartChainIcon } from './BinanceSmartChainIcon';
import { DollarSignIcon } from './DollarSignIcon';
import { EthereumIcon } from './EthereumIcon';
@@ -16,7 +15,6 @@ export const CHAIN_ICONS: { [chainId in ChainId]?: ReactElement } = {
[ChainId.POLYGON_AMOY]: ,
[ChainId.BSC_MAINNET]: ,
[ChainId.BSC_TESTNET]: ,
- [ChainId.AURORA_TESTNET]: ,
};
export const TOKEN_ICONS: Record = {
diff --git a/packages/apps/job-launcher/client/src/constants/chains.ts b/packages/apps/job-launcher/client/src/constants/chains.ts
index 67e9f9bda1..9d65dd4929 100644
--- a/packages/apps/job-launcher/client/src/constants/chains.ts
+++ b/packages/apps/job-launcher/client/src/constants/chains.ts
@@ -15,7 +15,6 @@ switch (import.meta.env.VITE_APP_ENVIRONMENT.toLowerCase()) {
ChainId.BSC_TESTNET,
ChainId.POLYGON_AMOY,
ChainId.SEPOLIA,
- ChainId.AURORA_TESTNET,
];
break;
case 'localhost':
diff --git a/packages/apps/job-launcher/client/src/providers/WagmiProvider.tsx b/packages/apps/job-launcher/client/src/providers/WagmiProvider.tsx
index 9a53e3602b..ad9308ed9e 100644
--- a/packages/apps/job-launcher/client/src/providers/WagmiProvider.tsx
+++ b/packages/apps/job-launcher/client/src/providers/WagmiProvider.tsx
@@ -27,7 +27,6 @@ export const wagmiConfig = createConfig({
wagmiChains.avalanche,
wagmiChains.xLayer,
wagmiChains.xLayerTestnet,
- wagmiChains.auroraTestnet,
LOCALHOST,
],
connectors: [
@@ -71,10 +70,6 @@ export const wagmiConfig = createConfig({
unstable_connector(metaMask),
http(),
]),
- [wagmiChains.auroraTestnet.id]: fallback([
- unstable_connector(metaMask),
- http(),
- ]),
[LOCALHOST.id]: fallback([
unstable_connector(metaMask),
http(LOCALHOST.rpcUrls.default.http[0]),
diff --git a/packages/apps/job-launcher/server/src/common/config/env-schema.ts b/packages/apps/job-launcher/server/src/common/config/env-schema.ts
index 74445aba16..e7fd7cbc95 100644
--- a/packages/apps/job-launcher/server/src/common/config/env-schema.ts
+++ b/packages/apps/job-launcher/server/src/common/config/env-schema.ts
@@ -46,7 +46,6 @@ export const envValidator = Joi.object({
RPC_URL_POLYGON_AMOY: Joi.string(),
RPC_URL_BSC_MAINNET: Joi.string(),
RPC_URL_BSC_TESTNET: Joi.string(),
- RPC_URL_AURORA_TESTNET: Joi.string(),
RPC_URL_MOONBEAM: Joi.string(),
RPC_URL_XLAYER_TESTNET: Joi.string(),
RPC_URL_XLAYER: Joi.string(),
diff --git a/packages/apps/job-launcher/server/src/common/config/network-config.service.ts b/packages/apps/job-launcher/server/src/common/config/network-config.service.ts
index 24edba9de6..df563652f1 100644
--- a/packages/apps/job-launcher/server/src/common/config/network-config.service.ts
+++ b/packages/apps/job-launcher/server/src/common/config/network-config.service.ts
@@ -68,15 +68,6 @@ export class NetworkConfigService {
rpcUrl: this.configService.get('RPC_URL_BSC_TESTNET'),
},
}),
- ...(this.configService.get('RPC_URL_AURORA_TESTNET') && {
- auroratest: {
- chainId: ChainId.AURORA_TESTNET,
- /**
- * The RPC URL for the AURORA Testnet network.
- */
- rpcUrl: this.configService.get('RPC_URL_AURORA_TESTNET'),
- },
- }),
...(this.configService.get('RPC_URL_LOCALHOST') && {
localhost: {
chainId: ChainId.LOCALHOST,
diff --git a/packages/apps/job-launcher/server/src/common/constants/index.ts b/packages/apps/job-launcher/server/src/common/constants/index.ts
index a335b1be3c..3518b69d51 100644
--- a/packages/apps/job-launcher/server/src/common/constants/index.ts
+++ b/packages/apps/job-launcher/server/src/common/constants/index.ts
@@ -16,7 +16,6 @@ export const TESTNET_CHAIN_IDS = [
ChainId.BSC_TESTNET,
ChainId.POLYGON_AMOY,
ChainId.SEPOLIA,
- ChainId.AURORA_TESTNET,
];
export const MAINNET_CHAIN_IDS = [ChainId.BSC_MAINNET, ChainId.POLYGON];
diff --git a/packages/apps/job-launcher/server/src/common/constants/tokens.ts b/packages/apps/job-launcher/server/src/common/constants/tokens.ts
index 9e0468b3f5..34f3f1ccfb 100644
--- a/packages/apps/job-launcher/server/src/common/constants/tokens.ts
+++ b/packages/apps/job-launcher/server/src/common/constants/tokens.ts
@@ -69,12 +69,6 @@ export const TOKEN_ADDRESSES: {
decimals: 6,
},
},
- [ChainId.AURORA_TESTNET]: {
- [EscrowFundToken.HMT]: {
- address: NETWORKS[ChainId.AURORA_TESTNET]!.hmtAddress,
- decimals: 18,
- },
- },
[ChainId.LOCALHOST]: {
[EscrowFundToken.HMT]: {
address: NETWORKS[ChainId.LOCALHOST]!.hmtAddress,
diff --git a/packages/apps/reputation-oracle/server/src/config/env-schema.ts b/packages/apps/reputation-oracle/server/src/config/env-schema.ts
index 0df0b9fd1f..98dc73b932 100644
--- a/packages/apps/reputation-oracle/server/src/config/env-schema.ts
+++ b/packages/apps/reputation-oracle/server/src/config/env-schema.ts
@@ -53,7 +53,6 @@ export const envValidator = Joi.object({
RPC_URL_POLYGON_AMOY: Joi.string().uri({ scheme: ['http', 'https'] }),
RPC_URL_BSC_MAINNET: Joi.string().uri({ scheme: ['http', 'https'] }),
RPC_URL_BSC_TESTNET: Joi.string().uri({ scheme: ['http', 'https'] }),
- RPC_URL_AURORA_TESTNET: Joi.string().uri({ scheme: ['http', 'https'] }),
RPC_URL_MOONBEAM: Joi.string().uri({ scheme: ['http', 'https'] }),
RPC_URL_XLAYER_TESTNET: Joi.string().uri({ scheme: ['http', 'https'] }),
RPC_URL_XLAYER: Joi.string().uri({ scheme: ['http', 'https'] }),
diff --git a/packages/apps/reputation-oracle/server/src/config/web3-config.service.ts b/packages/apps/reputation-oracle/server/src/config/web3-config.service.ts
index edce855c26..dbb40d55f4 100644
--- a/packages/apps/reputation-oracle/server/src/config/web3-config.service.ts
+++ b/packages/apps/reputation-oracle/server/src/config/web3-config.service.ts
@@ -62,9 +62,6 @@ export class Web3ConfigService {
[ChainId.POLYGON_AMOY]: this.configService.get('RPC_URL_POLYGON_AMOY'),
[ChainId.BSC_MAINNET]: this.configService.get('RPC_URL_BSC_MAINNET'),
[ChainId.BSC_TESTNET]: this.configService.get('RPC_URL_BSC_TESTNET'),
- [ChainId.AURORA_TESTNET]: this.configService.get(
- 'RPC_URL_AURORA_TESTNET',
- ),
[ChainId.SEPOLIA]: this.configService.get('RPC_URL_SEPOLIA'),
[ChainId.LOCALHOST]: this.configService.get('RPC_URL_LOCALHOST'),
};
diff --git a/packages/apps/reputation-oracle/server/src/modules/web3/web3.service.ts b/packages/apps/reputation-oracle/server/src/modules/web3/web3.service.ts
index e1bc6b34ae..baa5f64a5f 100644
--- a/packages/apps/reputation-oracle/server/src/modules/web3/web3.service.ts
+++ b/packages/apps/reputation-oracle/server/src/modules/web3/web3.service.ts
@@ -13,7 +13,6 @@ export const supportedChainIdsByNetwork = {
ChainId.POLYGON_AMOY,
ChainId.BSC_TESTNET,
ChainId.SEPOLIA,
- ChainId.AURORA_TESTNET,
],
[Web3Network.LOCAL]: [ChainId.LOCALHOST],
} as const;
diff --git a/packages/apps/staking/src/components/NetworkStatus/NetworkIcon/Icons/AuroraIcon.tsx b/packages/apps/staking/src/components/NetworkStatus/NetworkIcon/Icons/AuroraIcon.tsx
deleted file mode 100644
index 1e8cf89d87..0000000000
--- a/packages/apps/staking/src/components/NetworkStatus/NetworkIcon/Icons/AuroraIcon.tsx
+++ /dev/null
@@ -1,16 +0,0 @@
-import type { FC } from 'react';
-
-import SvgIcon, { type SvgIconProps } from '@mui/material/SvgIcon';
-
-const AuroraIcon: FC = (props) => {
- return (
-
-
-
- );
-};
-
-export default AuroraIcon;
diff --git a/packages/apps/staking/src/components/NetworkStatus/NetworkIcon/index.tsx b/packages/apps/staking/src/components/NetworkStatus/NetworkIcon/index.tsx
index 559e895b2e..43f918ef9a 100644
--- a/packages/apps/staking/src/components/NetworkStatus/NetworkIcon/index.tsx
+++ b/packages/apps/staking/src/components/NetworkStatus/NetworkIcon/index.tsx
@@ -1,11 +1,10 @@
-import EthereumIcon from './Icons/EthereumIcon';
-import BinanceSmartChainIcon from './Icons/BinanceSmartChainIcon';
-import PolygonIcon from './Icons/PolygonIcon';
-import MoonbeamIcon from './Icons/MoonbeamIcon';
-import MoonbaseAlphaIcon from './Icons/MoonbaseAlphaIcon';
-import { XLayerIcon } from './Icons/XLayerIcon';
-import { AvalancheIcon } from './Icons/AvalancheIcon';
-import AuroraIcon from './Icons/AuroraIcon';
+import EthereumIcon from "./Icons/EthereumIcon";
+import BinanceSmartChainIcon from "./Icons/BinanceSmartChainIcon";
+import PolygonIcon from "./Icons/PolygonIcon";
+import MoonbeamIcon from "./Icons/MoonbeamIcon";
+import MoonbaseAlphaIcon from "./Icons/MoonbaseAlphaIcon";
+import { XLayerIcon } from "./Icons/XLayerIcon";
+import { AvalancheIcon } from "./Icons/AvalancheIcon";
export const NetworkIcon = ({ chainId }: { chainId?: number }) => {
const icon = (() => {
@@ -32,8 +31,6 @@ export const NetworkIcon = ({ chainId }: { chainId?: number }) => {
case 43113:
case 43114:
return ;
- case 1313161555:
- return ;
default:
return ;
}
diff --git a/packages/apps/staking/src/constants/chains.ts b/packages/apps/staking/src/constants/chains.ts
index 799732dc8f..3d64dd6866 100644
--- a/packages/apps/staking/src/constants/chains.ts
+++ b/packages/apps/staking/src/constants/chains.ts
@@ -1,60 +1,59 @@
-import { ChainId } from '@human-protocol/sdk';
+import { ChainId } from "@human-protocol/sdk";
export const IS_MAINNET =
- import.meta.env.VITE_APP_ENVIRONMENT.toLowerCase() === 'mainnet';
+ import.meta.env.VITE_APP_ENVIRONMENT.toLowerCase() === "mainnet";
export const IS_TESTNET = !IS_MAINNET;
let initialSupportedChainIds: ChainId[];
switch (import.meta.env.VITE_APP_ENVIRONMENT.toLowerCase()) {
- case 'mainnet':
+ case "mainnet":
initialSupportedChainIds = [
ChainId.POLYGON,
ChainId.MAINNET,
ChainId.BSC_MAINNET,
];
break;
- case 'testnet':
+ case "testnet":
initialSupportedChainIds = [
ChainId.BSC_TESTNET,
ChainId.POLYGON_AMOY,
ChainId.SEPOLIA,
- ChainId.AURORA_TESTNET,
];
break;
- case 'localhost':
+ case "localhost":
default:
initialSupportedChainIds = [ChainId.LOCALHOST];
break;
}
const supportedChains =
- import.meta.env.VITE_APP_SUPPORTED_CHAINS?.split(',') || [];
+ import.meta.env.VITE_APP_SUPPORTED_CHAINS?.split(",") || [];
export const SUPPORTED_CHAIN_IDS: ChainId[] = initialSupportedChainIds.filter(
- (chainId) => supportedChains.includes(chainId.toString())
+ (chainId) => supportedChains.includes(chainId.toString()),
);
if (SUPPORTED_CHAIN_IDS.length === 0) {
throw new Error(
- 'No valid RPC URL provided for the supported blockchain environment'
+ "No valid RPC URL provided for the supported blockchain environment",
);
}
export const LOCALHOST = {
id: 1338,
- name: 'Localhost',
- network: 'localhost',
+ name: "Localhost",
+ network: "localhost",
nativeCurrency: {
decimals: 18,
- name: 'Ether',
- symbol: 'ETH',
+ name: "Ether",
+ symbol: "ETH",
},
rpcUrls: {
default: {
- http: ['http://127.0.0.1:8545'],
+ http: ["http://127.0.0.1:8545"],
},
public: {
- http: ['http://127.0.0.1:8545'],
+ http: ["http://127.0.0.1:8545"],
},
},
};
diff --git a/packages/apps/staking/src/providers/WagmiProvider.tsx b/packages/apps/staking/src/providers/WagmiProvider.tsx
index 426d32f29c..b493d5e501 100644
--- a/packages/apps/staking/src/providers/WagmiProvider.tsx
+++ b/packages/apps/staking/src/providers/WagmiProvider.tsx
@@ -1,8 +1,8 @@
-import { FC, PropsWithChildren } from 'react';
-import { createConfig, http, WagmiProvider as WWagmiProvider } from 'wagmi';
-import { walletConnect, coinbaseWallet } from 'wagmi/connectors';
-import * as wagmiChains from 'wagmi/chains';
-import { LOCALHOST, SUPPORTED_CHAIN_IDS } from '../constants/chains';
+import { FC, PropsWithChildren } from "react";
+import { createConfig, http, WagmiProvider as WWagmiProvider } from "wagmi";
+import { walletConnect, coinbaseWallet } from "wagmi/connectors";
+import * as wagmiChains from "wagmi/chains";
+import { LOCALHOST, SUPPORTED_CHAIN_IDS } from "../constants/chains";
const projectId = import.meta.env.VITE_APP_WALLETCONNECT_PROJECT_ID;
@@ -13,12 +13,11 @@ const chainIdToChainMap: Record = {
[wagmiChains.bscTestnet.id]: wagmiChains.bscTestnet,
[wagmiChains.polygon.id]: wagmiChains.polygon,
[wagmiChains.polygonAmoy.id]: wagmiChains.polygonAmoy,
- [wagmiChains.auroraTestnet.id]: wagmiChains.auroraTestnet,
[LOCALHOST.id]: LOCALHOST,
};
const supportedChains = SUPPORTED_CHAIN_IDS.map(
- (id) => chainIdToChainMap[id]
+ (id) => chainIdToChainMap[id],
).filter(Boolean);
export const wagmiConfig = createConfig({
@@ -26,17 +25,17 @@ export const wagmiConfig = createConfig({
connectors: [
walletConnect({
showQrModal: true,
- projectId: projectId ?? '',
+ projectId: projectId ?? "",
}),
coinbaseWallet({
- appName: 'human-staking-dashboard',
+ appName: "human-staking-dashboard",
}),
],
transports: Object.fromEntries(
supportedChains.map((chain) => [
chain.id,
http(chain.rpcUrls.default.http[0]),
- ])
+ ]),
),
});
diff --git a/packages/core/hardhat.config.ts b/packages/core/hardhat.config.ts
index 8110bea27c..2c1b28069f 100644
--- a/packages/core/hardhat.config.ts
+++ b/packages/core/hardhat.config.ts
@@ -118,13 +118,6 @@ const config: HardhatUserConfig = {
process.env.PRIVATE_KEY !== undefined ? [process.env.PRIVATE_KEY] : [],
timeout: 2000000,
},
- auroraTestnet: {
- chainId: 1313161555,
- url: process.env.ETH_AURORA_TESTNET_URL || '',
- accounts:
- process.env.PRIVATE_KEY !== undefined ? [process.env.PRIVATE_KEY] : [],
- timeout: 2000000,
- },
},
gasReporter: {
enabled: process.env.REPORT_GAS !== undefined,
@@ -169,16 +162,6 @@ const config: HardhatUserConfig = {
],
etherscan: {
apiKey: process.env.ETHERSCAN_API_KEY || '',
- customChains: [
- {
- network: 'auroraTestnet',
- chainId: 1313161555,
- urls: {
- apiURL: 'https://explorer.testnet.aurora.dev/api',
- browserURL: 'http://explorer.testnet.aurora.dev',
- },
- },
- ],
},
mocha: {
timeout: 200000,
diff --git a/packages/examples/cvat/exchange-oracle/src/.env.template b/packages/examples/cvat/exchange-oracle/src/.env.template
index 03f0c5cb93..6663e8b43f 100644
--- a/packages/examples/cvat/exchange-oracle/src/.env.template
+++ b/packages/examples/cvat/exchange-oracle/src/.env.template
@@ -35,12 +35,6 @@ POLYGON_AMOY_RPC_API_URL=
POLYGON_AMOY_PRIVATE_KEY=
POLYGON_AMOY_ADDR=
-# Aurora Testnet Config
-
-AURORA_TESTNET_RPC_API_URL=
-AURORA_TESTNET_PRIVATE_KEY=
-AURORA_TESTNET_ADDR=
-
# Cron Config
PROCESS_JOB_LAUNCHER_WEBHOOKS_INT=
diff --git a/packages/examples/cvat/exchange-oracle/src/chain/web3.py b/packages/examples/cvat/exchange-oracle/src/chain/web3.py
index bc2f456d88..9bf9f033bd 100644
--- a/packages/examples/cvat/exchange-oracle/src/chain/web3.py
+++ b/packages/examples/cvat/exchange-oracle/src/chain/web3.py
@@ -26,8 +26,6 @@ def get_web3(chain_id: int | Networks):
network = Config.polygon_mainnet
case Networks.polygon_amoy:
network = Config.polygon_amoy
- case Networks.aurora_testnet:
- network = Config.aurora_testnet
case Networks.localhost:
network = Config.localhost
case _:
@@ -56,8 +54,6 @@ def sign_message(chain_id: Networks, message) -> str:
private_key = Config.polygon_mainnet.private_key
case Config.polygon_amoy.chain_id:
private_key = Config.polygon_amoy.private_key
- case Config.aurora_testnet.chain_id:
- private_key = Config.aurora_testnet.private_key
case Config.localhost.chain_id:
private_key = Config.localhost.private_key
case _:
diff --git a/packages/examples/cvat/exchange-oracle/src/core/config.py b/packages/examples/cvat/exchange-oracle/src/core/config.py
index 7807c583a2..10d5bb3a5e 100644
--- a/packages/examples/cvat/exchange-oracle/src/core/config.py
+++ b/packages/examples/cvat/exchange-oracle/src/core/config.py
@@ -96,13 +96,6 @@ class PolygonAmoyConfig(_NetworkConfig):
addr = getenv("POLYGON_AMOY_ADDR")
-class AuroraTestnetConfig(_NetworkConfig):
- chain_id = 1313161555
- rpc_api = getenv("AURORA_TESTNET_RPC_API_URL")
- private_key = getenv("AURORA_TESTNET_PRIVATE_KEY")
- addr = getenv("AURORA_TESTNET_ADDR")
-
-
class LocalhostConfig(_NetworkConfig):
chain_id = 1338
rpc_api = getenv("LOCALHOST_RPC_API_URL", "http://blockchain-node:8545")
@@ -354,7 +347,6 @@ class Config:
polygon_mainnet = PolygonMainnetConfig
polygon_amoy = PolygonAmoyConfig
- aurora_testnet = AuroraTestnetConfig
localhost = LocalhostConfig
postgres_config = PostgresConfig
diff --git a/packages/examples/cvat/exchange-oracle/src/core/types.py b/packages/examples/cvat/exchange-oracle/src/core/types.py
index 3022f2efc3..091e2d6133 100644
--- a/packages/examples/cvat/exchange-oracle/src/core/types.py
+++ b/packages/examples/cvat/exchange-oracle/src/core/types.py
@@ -7,7 +7,6 @@
class Networks(int, Enum, metaclass=BetterEnumMeta):
polygon_mainnet = Config.polygon_mainnet.chain_id
polygon_amoy = Config.polygon_amoy.chain_id
- aurora_testnet = Config.aurora_testnet.chain_id
localhost = Config.localhost.chain_id
diff --git a/packages/examples/cvat/exchange-oracle/src/endpoints/__init__.py b/packages/examples/cvat/exchange-oracle/src/endpoints/__init__.py
index 93f0a8becf..9943fea79f 100644
--- a/packages/examples/cvat/exchange-oracle/src/endpoints/__init__.py
+++ b/packages/examples/cvat/exchange-oracle/src/endpoints/__init__.py
@@ -16,7 +16,7 @@
@greet_router.get("/", description="Endpoint describing the API", response_model=MetaResponse)
def meta_route() -> MetaResponse:
- networks = [Config.polygon_mainnet, Config.polygon_amoy, Config.aurora_testnet]
+ networks = [Config.polygon_mainnet, Config.polygon_amoy]
networks_info = [
{
diff --git a/packages/examples/cvat/exchange-oracle/tests/api/test_webhook_api.py b/packages/examples/cvat/exchange-oracle/tests/api/test_webhook_api.py
index a2602c483b..ad18f1e126 100644
--- a/packages/examples/cvat/exchange-oracle/tests/api/test_webhook_api.py
+++ b/packages/examples/cvat/exchange-oracle/tests/api/test_webhook_api.py
@@ -116,7 +116,7 @@ def test_incoming_webhook_400_invalid_chain_id(client: TestClient) -> None:
"errors": [
{
"field": "chain_id",
- "message": "Input should be 137, 80002, 1313161555 or 1338",
+ "message": "Input should be 137, 80002 or 1338",
}
]
}
diff --git a/packages/examples/cvat/exchange-oracle/tests/integration/chain/test_web3.py b/packages/examples/cvat/exchange-oracle/tests/integration/chain/test_web3.py
index d313fd5fed..13b04fa428 100644
--- a/packages/examples/cvat/exchange-oracle/tests/integration/chain/test_web3.py
+++ b/packages/examples/cvat/exchange-oracle/tests/integration/chain/test_web3.py
@@ -50,18 +50,6 @@ class PolygonAmoyConfig:
assert w3.eth.default_account == DEFAULT_GAS_PAYER
assert w3.manager._provider.endpoint_uri == PolygonAmoyConfig.rpc_api
- def test_get_web3_aurora_testnet(self):
- class AuroraTestnetConfig:
- chain_id = 1313161555
- rpc_api = " https://testnet.aurora.dev"
- private_key = DEFAULT_GAS_PAYER_PRIV
-
- with patch("src.chain.web3.Config.aurora_testnet", AuroraTestnetConfig):
- w3 = get_web3(ChainId.AURORA_TESTNET.value)
- assert isinstance(w3, Web3)
- assert w3.eth.default_account == DEFAULT_GAS_PAYER
- assert w3.manager._provider.endpoint_uri == AuroraTestnetConfig.rpc_api
-
def test_get_web3_localhost(self):
w3 = get_web3(ChainId.LOCALHOST.value)
assert isinstance(w3, Web3)
@@ -94,19 +82,6 @@ def test_sign_message_amoy(self):
assert signature == SIGNATURE
assert serialized_message == json.dumps("message")
- def test_sign_message_aurora_tesnet(self):
- with patch("src.chain.web3.get_web3") as mock_function:
- with patch(
- "src.chain.web3.Config.aurora_testnet.private_key",
- DEFAULT_GAS_PAYER_PRIV,
- ):
- mock_function.return_value = self.w3
- signature, serialized_message = sign_message(
- ChainId.AURORA_TESTNET.value, "message"
- )
- assert signature == SIGNATURE
- assert serialized_message == json.dumps("message")
-
def test_sign_message_invalid_chain_id(self):
with pytest.raises(ValueError, match="1234 is not in available list of networks."):
sign_message(1234, "message")
diff --git a/packages/examples/cvat/recording-oracle/src/.env.template b/packages/examples/cvat/recording-oracle/src/.env.template
index 988f1ab35e..d63b8d41e3 100644
--- a/packages/examples/cvat/recording-oracle/src/.env.template
+++ b/packages/examples/cvat/recording-oracle/src/.env.template
@@ -26,12 +26,6 @@ POLYGON_AMOY_RPC_API_URL=
POLYGON_AMOY_PRIVATE_KEY=
POLYGON_AMOY_ADDR=
-# Aurora Testnet Config
-
-AURORA_TESTNET_RPC_API_URL=
-AURORA_TESTNET_PRIVATE_KEY=
-AURORA_TESTNET_ADDR=
-
# Cron jobs
PROCESS_EXCHANGE_ORACLE_WEBHOOKS_INT=
diff --git a/packages/examples/cvat/recording-oracle/src/chain/web3.py b/packages/examples/cvat/recording-oracle/src/chain/web3.py
index b1cd682f49..c2ad58d5f1 100644
--- a/packages/examples/cvat/recording-oracle/src/chain/web3.py
+++ b/packages/examples/cvat/recording-oracle/src/chain/web3.py
@@ -32,16 +32,6 @@ def get_web3(chain_id: Networks):
)
w3.eth.default_account = gas_payer.address
return w3
- case Config.aurora_testnet.chain_id:
- w3 = Web3(HTTPProvider(Config.aurora_testnet.rpc_api))
- gas_payer = w3.eth.account.from_key(Config.aurora_testnet.private_key)
- w3.middleware_onion.inject(
- SignAndSendRawMiddlewareBuilder.build(Config.aurora_testnet.private_key),
- "SignAndSendRawMiddlewareBuilder",
- layer=0,
- )
- w3.eth.default_account = gas_payer.address
- return w3
case Config.localhost.chain_id:
w3 = Web3(HTTPProvider(Config.localhost.rpc_api))
gas_payer = w3.eth.account.from_key(Config.localhost.private_key)
@@ -68,8 +58,6 @@ def sign_message(chain_id: Networks, message) -> tuple:
private_key = Config.polygon_mainnet.private_key
case Config.polygon_amoy.chain_id:
private_key = Config.polygon_amoy.private_key
- case Config.aurora_testnet.chain_id:
- private_key = Config.aurora_testnet.private_key
case Config.localhost.chain_id:
private_key = Config.localhost.private_key
case _:
diff --git a/packages/examples/cvat/recording-oracle/src/core/config.py b/packages/examples/cvat/recording-oracle/src/core/config.py
index a18c9f722e..477046d0bf 100644
--- a/packages/examples/cvat/recording-oracle/src/core/config.py
+++ b/packages/examples/cvat/recording-oracle/src/core/config.py
@@ -71,13 +71,6 @@ class PolygonAmoyConfig(_NetworkConfig):
addr = getenv("POLYGON_AMOY_ADDR")
-class AuroraTestnetConfig(_NetworkConfig):
- chain_id = 1313161555
- rpc_api = getenv("AURORA_TESTNET_RPC_API_URL")
- private_key = getenv("AURORA_TESTNET_PRIVATE_KEY")
- addr = getenv("AURORA_TESTNET_ADDR")
-
-
class LocalhostConfig(_NetworkConfig):
chain_id = 1338
rpc_api = getenv("LOCALHOST_RPC_API_URL", "http://blockchain-node:8545")
@@ -261,7 +254,6 @@ class Config:
polygon_mainnet = PolygonMainnetConfig
polygon_amoy = PolygonAmoyConfig
- aurora_testnet = AuroraTestnetConfig
localhost = LocalhostConfig
postgres_config = Postgres
diff --git a/packages/examples/cvat/recording-oracle/src/core/types.py b/packages/examples/cvat/recording-oracle/src/core/types.py
index a3d1695f8f..682b9f2703 100644
--- a/packages/examples/cvat/recording-oracle/src/core/types.py
+++ b/packages/examples/cvat/recording-oracle/src/core/types.py
@@ -7,7 +7,6 @@
class Networks(int, Enum):
polygon_mainnet = Config.polygon_mainnet.chain_id
polygon_amoy = Config.polygon_amoy.chain_id
- aurora_testnet = Config.aurora_testnet.chain_id
localhost = Config.localhost.chain_id
diff --git a/packages/examples/cvat/recording-oracle/src/endpoints/__init__.py b/packages/examples/cvat/recording-oracle/src/endpoints/__init__.py
index 114469a3f0..4a21381846 100644
--- a/packages/examples/cvat/recording-oracle/src/endpoints/__init__.py
+++ b/packages/examples/cvat/recording-oracle/src/endpoints/__init__.py
@@ -11,7 +11,7 @@
@greet_router.get("/", description="Endpoint describing the API", response_model=MetaResponse)
def meta_route() -> MetaResponse:
- networks = [Config.polygon_mainnet, Config.polygon_amoy, Config.aurora_testnet]
+ networks = [Config.polygon_mainnet, Config.polygon_amoy]
networks_info = [
{
diff --git a/packages/examples/cvat/recording-oracle/tests/integration/chain/test_web3.py b/packages/examples/cvat/recording-oracle/tests/integration/chain/test_web3.py
index fd4a291615..1638bcdafb 100644
--- a/packages/examples/cvat/recording-oracle/tests/integration/chain/test_web3.py
+++ b/packages/examples/cvat/recording-oracle/tests/integration/chain/test_web3.py
@@ -49,18 +49,6 @@ class PolygonAmoyConfig:
assert w3.eth.default_account == DEFAULT_GAS_PAYER
assert w3.manager._provider.endpoint_uri == PolygonAmoyConfig.rpc_api
- def test_get_web3_aurora_testnet(self):
- class AuroraTestnetConfig:
- chain_id = 1313161555
- rpc_api = " https://testnet.aurora.dev"
- private_key = DEFAULT_GAS_PAYER_PRIV
-
- with patch("src.chain.web3.Config.aurora_testnet", AuroraTestnetConfig):
- w3 = get_web3(ChainId.AURORA_TESTNET.value)
- assert isinstance(w3, Web3)
- assert w3.eth.default_account == DEFAULT_GAS_PAYER
- assert w3.manager._provider.endpoint_uri == AuroraTestnetConfig.rpc_api
-
def test_get_web3_localhost(self):
w3 = get_web3(ChainId.LOCALHOST.value)
assert isinstance(w3, Web3)
@@ -95,18 +83,6 @@ def test_sign_message_amoy(self):
signed_message, _ = sign_message(ChainId.POLYGON_AMOY.value, "message")
assert signed_message == SIGNATURE
- def test_sign_message_aurora_testnet(self):
- with (
- patch("src.chain.web3.get_web3") as mock_function,
- patch(
- "src.chain.web3.Config.aurora_testnet.private_key",
- DEFAULT_GAS_PAYER_PRIV,
- ),
- ):
- mock_function.return_value = self.w3
- signed_message, _ = sign_message(ChainId.AURORA_TESTNET.value, "message")
- assert signed_message == SIGNATURE
-
def test_sign_message_invalid_chain_id(self):
with pytest.raises(ValueError, match="1234 is not in available list of networks."):
sign_message(1234, "message")
diff --git a/packages/sdk/python/human-protocol-sdk/human_protocol_sdk/constants.py b/packages/sdk/python/human-protocol-sdk/human_protocol_sdk/constants.py
index 6246c82020..4decd6bc74 100644
--- a/packages/sdk/python/human-protocol-sdk/human_protocol_sdk/constants.py
+++ b/packages/sdk/python/human-protocol-sdk/human_protocol_sdk/constants.py
@@ -12,7 +12,6 @@ class ChainId(Enum):
BSC_TESTNET = 97
POLYGON = 137
POLYGON_AMOY = 80002
- AURORA_TESTNET = 1313161555
LOCALHOST = 1338
@@ -131,22 +130,6 @@ class OperatorCategory(Enum):
"old_subgraph_url": "",
"old_factory_address": "",
},
- ChainId.AURORA_TESTNET: {
- "title": "Aurora Testnet",
- "scan_url": "https://testnet.aurorascan.dev",
- "subgraph_url": (
- "https://api.studio.thegraph.com/query/74256/amoy/version/aurora-testnet"
- ),
- "subgraph_url_api_key": (
- "https://gateway-arbitrum.network.thegraph.com/api/[SUBGRAPH_API_KEY]/deployments/id/QmVHYvjbsgAroR9EMgqqGTQ7aKPRFMVekY6evU6mFPUU7J"
- ),
- "hmt_address": "0x792abbcC99c01dbDec49c9fa9A828a186Da45C33",
- "factory_address": "0xbA537fEF2442cD48f60686FE1Bbbe40F964a7940",
- "staking_address": "0x7457d26a3C70Bd71F7557C773b303c1dB82BBB68",
- "kvstore_address": "0xD6D347ba6987519B4e42EcED43dF98eFf5465a23",
- "old_subgraph_url": "",
- "old_factory_address": "",
- },
ChainId.LOCALHOST: {
"title": "Localhost",
"scan_url": "",
@@ -161,8 +144,6 @@ class OperatorCategory(Enum):
},
}
-DEFAULT_AURORA_GAS_PRICE = Web3.to_wei(0.07, "gwei")
-
SUBGRAPH_API_KEY_PLACEHOLDER = "[SUBGRAPH_API_KEY]"
diff --git a/packages/sdk/python/human-protocol-sdk/human_protocol_sdk/escrow/escrow_client.py b/packages/sdk/python/human-protocol-sdk/human_protocol_sdk/escrow/escrow_client.py
index a4ec42ba6b..4d26bc20df 100644
--- a/packages/sdk/python/human-protocol-sdk/human_protocol_sdk/escrow/escrow_client.py
+++ b/packages/sdk/python/human-protocol-sdk/human_protocol_sdk/escrow/escrow_client.py
@@ -71,7 +71,7 @@ def get_w3_with_priv_key(priv_key: str):
from web3.middleware import ExtraDataToPOAMiddleware
from web3.types import TxParams
-from human_protocol_sdk.utils import validate_url, apply_tx_defaults
+from human_protocol_sdk.utils import validate_url
from human_protocol_sdk.decorators import requires_signer
LOG = logging.getLogger("human_protocol_sdk.escrow")
@@ -263,7 +263,7 @@ def get_w3_with_priv_key(priv_key: str):
try:
tx_hash = self.factory_contract.functions.createEscrow(
token_address, job_requester_id
- ).transact(apply_tx_defaults(self.w3, tx_options))
+ ).transact(tx_options)
receipt = self.w3.eth.wait_for_transaction_receipt(tx_hash)
event = next(
(
@@ -362,7 +362,7 @@ def get_w3_with_priv_key(priv_key: str):
escrow_config.exchange_oracle_fee,
escrow_config.manifest,
escrow_config.hash,
- ).transact(apply_tx_defaults(self.w3, tx_options))
+ ).transact(tx_options)
receipt = self.w3.eth.wait_for_transaction_receipt(tx_hash)
event = next(
(
@@ -450,7 +450,7 @@ def get_w3_with_priv_key(priv_key: str):
escrow_config.manifest,
escrow_config.hash,
)
- .transact(apply_tx_defaults(self.w3, tx_options))
+ .transact(tx_options)
)
self.w3.eth.wait_for_transaction_receipt(tx_hash)
except Exception as e:
@@ -515,7 +515,7 @@ def get_w3_with_priv_key(priv_key: str):
try:
tx_hash = token_contract.functions.transfer(
escrow_address, amount
- ).transact(apply_tx_defaults(self.w3, tx_options))
+ ).transact(tx_options)
self.w3.eth.wait_for_transaction_receipt(tx_hash)
except Exception as e:
handle_error(e, EscrowClientError)
@@ -592,10 +592,10 @@ def get_w3_with_priv_key(priv_key: str):
if funds_to_reserve is not None:
tx_hash = contract.functions.storeResults(
url, hash, funds_to_reserve
- ).transact(apply_tx_defaults(self.w3, tx_options))
+ ).transact(tx_options)
else:
tx_hash = contract.functions.storeResults(url, hash).transact(
- apply_tx_defaults(self.w3, tx_options)
+ tx_options
)
self.w3.eth.wait_for_transaction_receipt(tx_hash)
except Exception as e:
@@ -657,7 +657,7 @@ def get_w3_with_priv_key(priv_key: str):
tx_hash = (
self._get_escrow_contract(escrow_address)
.functions.complete()
- .transact(apply_tx_defaults(self.w3, tx_options))
+ .transact(tx_options)
)
self.w3.eth.wait_for_transaction_receipt(tx_hash)
except Exception as e:
@@ -749,7 +749,7 @@ def get_w3_with_priv_key(priv_key: str):
final_results_hash,
payout_id,
force_complete,
- ).transact(apply_tx_defaults(self.w3, tx_options))
+ ).transact(tx_options)
else:
tx_id = payout_id
tx_hash = contract.functions.bulkPayOut(
@@ -759,7 +759,7 @@ def get_w3_with_priv_key(priv_key: str):
final_results_hash,
tx_id,
force_complete,
- ).transact(apply_tx_defaults(self.w3, tx_options))
+ ).transact(tx_options)
self.w3.eth.wait_for_transaction_receipt(tx_hash)
except Exception as e:
error_text = str(e) or ""
@@ -987,7 +987,7 @@ def get_w3_with_priv_key(priv_key: str):
tx_hash = (
self._get_escrow_contract(escrow_address)
.functions.requestCancellation()
- .transact(apply_tx_defaults(self.w3, tx_options))
+ .transact(tx_options)
)
self.w3.eth.wait_for_transaction_receipt(tx_hash)
except Exception as e:
@@ -1046,7 +1046,7 @@ def get_w3_with_priv_key(priv_key: str):
tx_hash = (
self._get_escrow_contract(escrow_address)
.functions.cancel()
- .transact(apply_tx_defaults(self.w3, tx_options))
+ .transact(tx_options)
)
self.w3.eth.wait_for_transaction_receipt(tx_hash)
except Exception as e:
@@ -1114,7 +1114,7 @@ def get_w3_with_priv_key(priv_key: str):
tx_hash = (
self._get_escrow_contract(escrow_address)
.functions.withdraw(token_address)
- .transact(apply_tx_defaults(self.w3, tx_options))
+ .transact(tx_options)
)
receipt = self.w3.eth.wait_for_transaction_receipt(tx_hash)
diff --git a/packages/sdk/python/human-protocol-sdk/human_protocol_sdk/kvstore/kvstore_client.py b/packages/sdk/python/human-protocol-sdk/human_protocol_sdk/kvstore/kvstore_client.py
index 8551a35082..db199fc264 100644
--- a/packages/sdk/python/human-protocol-sdk/human_protocol_sdk/kvstore/kvstore_client.py
+++ b/packages/sdk/python/human-protocol-sdk/human_protocol_sdk/kvstore/kvstore_client.py
@@ -52,7 +52,6 @@ def get_w3_with_priv_key(priv_key: str):
"""
import logging
-import os
from typing import List, Optional
import requests
@@ -63,7 +62,6 @@ def get_w3_with_priv_key(priv_key: str):
get_kvstore_interface,
handle_error,
validate_url,
- apply_tx_defaults,
)
from web3 import Web3
from web3.middleware import ExtraDataToPOAMiddleware
@@ -160,7 +158,7 @@ def get_w3_with_priv_key(priv_key: str):
try:
tx_hash = self.kvstore_contract.functions.set(key, value).transact(
- apply_tx_defaults(self.w3, tx_options)
+ tx_options
)
self.w3.eth.wait_for_transaction_receipt(tx_hash)
except Exception as e:
@@ -217,7 +215,7 @@ def get_w3_with_priv_key(priv_key: str):
try:
tx_hash = self.kvstore_contract.functions.setBulk(keys, values).transact(
- apply_tx_defaults(self.w3, tx_options)
+ tx_options
)
self.w3.eth.wait_for_transaction_receipt(tx_hash)
except Exception as e:
@@ -276,7 +274,7 @@ def get_w3_with_priv_key(priv_key: str):
try:
tx_hash = self.kvstore_contract.functions.setBulk(
[key, key + "_hash"], [url, content_hash]
- ).transact(apply_tx_defaults(self.w3, tx_options))
+ ).transact(tx_options)
self.w3.eth.wait_for_transaction_receipt(tx_hash)
except Exception as e:
handle_error(e, KVStoreClientError)
diff --git a/packages/sdk/python/human-protocol-sdk/human_protocol_sdk/staking/staking_client.py b/packages/sdk/python/human-protocol-sdk/human_protocol_sdk/staking/staking_client.py
index bd1db4d302..33a9073b53 100644
--- a/packages/sdk/python/human-protocol-sdk/human_protocol_sdk/staking/staking_client.py
+++ b/packages/sdk/python/human-protocol-sdk/human_protocol_sdk/staking/staking_client.py
@@ -68,7 +68,6 @@ def get_w3_with_priv_key(priv_key: str):
get_factory_interface,
get_staking_interface,
handle_error,
- apply_tx_defaults,
)
LOG = logging.getLogger("human_protocol_sdk.staking")
@@ -176,7 +175,7 @@ def get_w3_with_priv_key(priv_key: str):
try:
tx_hash = self.hmtoken_contract.functions.approve(
self.network["staking_address"], amount
- ).transact(apply_tx_defaults(self.w3, tx_options))
+ ).transact(tx_options)
self.w3.eth.wait_for_transaction_receipt(tx_hash)
except Exception as e:
handle_error(e, StakingClientError)
@@ -227,9 +226,7 @@ def get_w3_with_priv_key(priv_key: str):
if amount <= 0:
raise StakingClientError("Amount to stake must be greater than 0")
try:
- tx_hash = self.staking_contract.functions.stake(amount).transact(
- apply_tx_defaults(self.w3, tx_options)
- )
+ tx_hash = self.staking_contract.functions.stake(amount).transact(tx_options)
self.w3.eth.wait_for_transaction_receipt(tx_hash)
except Exception as e:
handle_error(e, StakingClientError)
@@ -279,7 +276,7 @@ def get_w3_with_priv_key(priv_key: str):
raise StakingClientError("Amount to unstake must be greater than 0")
try:
tx_hash = self.staking_contract.functions.unstake(amount).transact(
- apply_tx_defaults(self.w3, tx_options)
+ tx_options
)
self.w3.eth.wait_for_transaction_receipt(tx_hash)
except Exception as e:
@@ -324,9 +321,7 @@ def get_w3_with_priv_key(priv_key: str):
"""
try:
- tx_hash = self.staking_contract.functions.withdraw().transact(
- apply_tx_defaults(self.w3, tx_options)
- )
+ tx_hash = self.staking_contract.functions.withdraw().transact(tx_options)
self.w3.eth.wait_for_transaction_receipt(tx_hash)
except Exception as e:
handle_error(e, StakingClientError)
@@ -395,7 +390,7 @@ def get_w3_with_priv_key(priv_key: str):
try:
tx_hash = self.staking_contract.functions.slash(
slasher, staker, escrow_address, amount
- ).transact(apply_tx_defaults(self.w3, tx_options))
+ ).transact(tx_options)
self.w3.eth.wait_for_transaction_receipt(tx_hash)
except Exception as e:
handle_error(e, StakingClientError)
diff --git a/packages/sdk/python/human-protocol-sdk/human_protocol_sdk/utils.py b/packages/sdk/python/human-protocol-sdk/human_protocol_sdk/utils.py
index 55d0ea905b..056ec1b732 100644
--- a/packages/sdk/python/human-protocol-sdk/human_protocol_sdk/utils.py
+++ b/packages/sdk/python/human-protocol-sdk/human_protocol_sdk/utils.py
@@ -19,7 +19,6 @@
ARTIFACTS_FOLDER,
SUBGRAPH_API_KEY_PLACEHOLDER,
ChainId,
- DEFAULT_AURORA_GAS_PRICE,
)
logger = logging.getLogger("human_protocol_sdk.utils")
@@ -369,22 +368,3 @@ def validate_json(data: str) -> bool:
return True
except (ValueError, TypeError):
return False
-
-
-def apply_tx_defaults(w3: Web3, tx_options: Optional[TxParams]) -> TxParams:
- """Apply network specific default transaction parameters.
-
- Aurora networks enforce a fixed gas price. We always override any user supplied
- gasPrice with DEFAULT_AURORA_GAS_PRICE when on Aurora Testnet.
- EIP-1559 fields are removed to avoid conflicts.
-
- :param w3: Web3 instance (used to read chain id)
- :param tx_options: Original transaction options (can be None)
- :return: Mutated tx options with enforced defaults
- """
- opts: TxParams = dict(tx_options) if tx_options else {}
- if w3.eth.chain_id == ChainId.AURORA_TESTNET.value:
- opts["gasPrice"] = DEFAULT_AURORA_GAS_PRICE
- opts.pop("maxFeePerGas", None)
- opts.pop("maxPriorityFeePerGas", None)
- return opts
diff --git a/packages/sdk/python/human-protocol-sdk/test/human_protocol_sdk/escrow/test_escrow_client.py b/packages/sdk/python/human-protocol-sdk/test/human_protocol_sdk/escrow/test_escrow_client.py
index cd07585a2c..582affebbb 100644
--- a/packages/sdk/python/human-protocol-sdk/test/human_protocol_sdk/escrow/test_escrow_client.py
+++ b/packages/sdk/python/human-protocol-sdk/test/human_protocol_sdk/escrow/test_escrow_client.py
@@ -384,7 +384,7 @@ def test_create_escrow(self):
self.escrow.factory_contract.functions.createEscrow.assert_called_once_with(
token_address, job_requester_id
)
- mock_create.transact.assert_called_once_with({})
+ mock_create.transact.assert_called_once_with(None)
self.escrow.w3.eth.wait_for_transaction_receipt.assert_called_once_with(
"tx_hash"
)
@@ -500,7 +500,7 @@ def test_create_fund_and_setup_escrow(self):
escrow_config.manifest,
escrow_config.hash,
)
- mock_create.transact.assert_called_once_with({})
+ mock_create.transact.assert_called_once_with(None)
self.escrow.w3.eth.wait_for_transaction_receipt.assert_called_once_with(
"tx_hash"
)
@@ -647,7 +647,7 @@ def test_setup(self):
escrow_config.manifest,
escrow_config.hash,
)
- mock_setup.transact.assert_called_once_with({})
+ mock_setup.transact.assert_called_once_with(None)
self.escrow.w3.eth.wait_for_transaction_receipt.assert_called_once_with(
"tx_hash"
)
@@ -828,7 +828,7 @@ def test_fund(self):
mock_token_contract.functions.transfer.assert_called_once_with(
escrow_address, amount
)
- mock_transfer.transact.assert_called_once_with({})
+ mock_transfer.transact.assert_called_once_with(None)
self.escrow.w3.eth.wait_for_transaction_receipt.assert_called_once_with(
"tx_hash"
)
@@ -909,7 +909,7 @@ def test_store_results(self):
self.escrow._get_escrow_contract.assert_called_once_with(escrow_address)
mock_contract.functions.storeResults.assert_called_once_with(url, hash)
- mock_store.transact.assert_called_once_with({})
+ mock_store.transact.assert_called_once_with(None)
self.escrow.w3.eth.wait_for_transaction_receipt.assert_called_once_with(
"tx_hash"
)
@@ -1038,7 +1038,7 @@ def test_store_results_with_funds_to_reserve_positive(self):
mock_contract.functions.storeResults.assert_called_once_with(
url, hash, funds_to_reserve
)
- mock_store.transact.assert_called_once_with({})
+ mock_store.transact.assert_called_once_with(None)
def test_store_results_with_funds_to_reserve_zero_allows_empty(self):
mock_contract = MagicMock()
@@ -1119,7 +1119,7 @@ def test_bulk_payout(self):
mock_contract.functions.bulkPayOut.assert_called_once_with(
recipients, amounts, final_results_url, final_results_hash, txId, True
)
- mock_bulk.transact.assert_called_once_with({})
+ mock_bulk.transact.assert_called_once_with(None)
self.escrow.w3.eth.wait_for_transaction_receipt.assert_called_once_with(
"tx_hash"
)
@@ -1580,7 +1580,7 @@ def test_complete(self):
self.escrow._get_escrow_contract.assert_called_once_with(escrow_address)
mock_contract.functions.complete.assert_called_once_with()
- mock_complete.transact.assert_called_once_with({})
+ mock_complete.transact.assert_called_once_with(None)
self.escrow.w3.eth.wait_for_transaction_receipt.assert_called_once_with(
"tx_hash"
)
@@ -1675,7 +1675,7 @@ def test_request_cancellation(self):
self.escrow._get_escrow_contract.assert_called_once_with(escrow_address)
mock_contract.functions.requestCancellation.assert_called_once_with()
- mock_request.transact.assert_called_once_with({})
+ mock_request.transact.assert_called_once_with(None)
self.assertIsNone(result)
def test_request_cancellation_invalid_address(self):
@@ -1759,7 +1759,7 @@ def test_cancel(self):
self.assertIsNone(result)
self.escrow._get_escrow_contract.assert_called_once_with(escrow_address)
mock_contract.functions.cancel.assert_called_once_with()
- mock_cancel.transact.assert_called_once_with({})
+ mock_cancel.transact.assert_called_once_with(None)
self.escrow.w3.eth.wait_for_transaction_receipt.assert_called_once_with(
"tx_hash"
)
@@ -1869,7 +1869,7 @@ def test_withdraw(self):
self.escrow._get_escrow_contract.assert_called_once_with(escrow_address)
mock_contract.functions.withdraw.assert_called_once_with(token_address)
- mock_withdraw.transact.assert_called_once_with({})
+ mock_withdraw.transact.assert_called_once_with(None)
self.escrow.w3.eth.wait_for_transaction_receipt.assert_called_once_with(
"tx_hash"
)
diff --git a/packages/sdk/python/human-protocol-sdk/test/human_protocol_sdk/kvstore/test_kvstore_client.py b/packages/sdk/python/human-protocol-sdk/test/human_protocol_sdk/kvstore/test_kvstore_client.py
index 31dadc1615..30bf3d0a54 100644
--- a/packages/sdk/python/human-protocol-sdk/test/human_protocol_sdk/kvstore/test_kvstore_client.py
+++ b/packages/sdk/python/human-protocol-sdk/test/human_protocol_sdk/kvstore/test_kvstore_client.py
@@ -78,7 +78,7 @@ def test_set(self):
self.kvstore.set(key, value)
self.kvstore.kvstore_contract.functions.set.assert_called_once_with(key, value)
- mock_set.transact.assert_called_once_with({})
+ mock_set.transact.assert_called_once_with(None)
self.kvstore.w3.eth.wait_for_transaction_receipt.assert_called_once_with(
"tx_hash"
)
@@ -140,7 +140,7 @@ def test_set_bulk(self):
self.kvstore.kvstore_contract.functions.setBulk.assert_called_once_with(
keys, values
)
- mock_set_bulk.transact.assert_called_once_with({})
+ mock_set_bulk.transact.assert_called_once_with(None)
self.kvstore.w3.eth.wait_for_transaction_receipt.assert_called_once_with(
"tx_hash"
)
@@ -226,7 +226,7 @@ def test_set_file_url_and_hash(self):
self.kvstore.kvstore_contract.functions.setBulk.assert_called_once_with(
["url", "url_hash"], [url, content_hash]
)
- mock_set_bulk.transact.assert_called_once_with({})
+ mock_set_bulk.transact.assert_called_once_with(None)
self.kvstore.w3.eth.wait_for_transaction_receipt.assert_called_once_with(
"tx_hash"
)
@@ -255,7 +255,7 @@ def test_set_file_url_and_hash_with_key(self):
["linkedin_url", "linkedin_url_hash"], [url, content_hash]
)
- mock_set_bulk.transact.assert_called_once_with({})
+ mock_set_bulk.transact.assert_called_once_with(None)
self.kvstore.w3.eth.wait_for_transaction_receipt.assert_called_once_with
def test_set_file_url_and_hash_invalid_url(self):
diff --git a/packages/sdk/python/human-protocol-sdk/test/human_protocol_sdk/staking/test_staking_client.py b/packages/sdk/python/human-protocol-sdk/test/human_protocol_sdk/staking/test_staking_client.py
index 5302dddd79..c0f59a09a6 100644
--- a/packages/sdk/python/human-protocol-sdk/test/human_protocol_sdk/staking/test_staking_client.py
+++ b/packages/sdk/python/human-protocol-sdk/test/human_protocol_sdk/staking/test_staking_client.py
@@ -88,7 +88,7 @@ def test_approve_stake(self):
self.staking_client.hmtoken_contract.functions.approve.assert_called_once_with(
NETWORKS[ChainId.LOCALHOST]["staking_address"], 100
)
- mock_approve.transact.assert_called_once_with({})
+ mock_approve.transact.assert_called_once_with(None)
self.staking_client.w3.eth.wait_for_transaction_receipt.assert_called_once_with(
"tx_hash"
)
@@ -134,7 +134,7 @@ def test_stake(self):
self.staking_client.staking_contract.functions.stake.assert_called_once_with(
100
)
- mock_stake.transact.assert_called_once_with({})
+ mock_stake.transact.assert_called_once_with(None)
self.staking_client.w3.eth.wait_for_transaction_receipt.assert_called_once_with(
"tx_hash"
)
@@ -180,7 +180,7 @@ def test_unstake(self):
self.staking_client.staking_contract.functions.unstake.assert_called_once_with(
100
)
- mock_unstake.transact.assert_called_once_with({})
+ mock_unstake.transact.assert_called_once_with(None)
self.staking_client.w3.eth.wait_for_transaction_receipt.assert_called_once_with(
"tx_hash"
)
@@ -224,7 +224,7 @@ def test_withdraw(self):
self.staking_client.withdraw()
self.staking_client.staking_contract.functions.withdraw.assert_called_once_with()
- mock_withdraw.transact.assert_called_once_with({})
+ mock_withdraw.transact.assert_called_once_with(None)
self.staking_client.w3.eth.wait_for_transaction_receipt.assert_called_once_with(
"tx_hash"
)
@@ -273,7 +273,7 @@ def test_slash(self):
self.staking_client.staking_contract.functions.slash.assert_called_once_with(
slasher, staker, escrow_address, 50
)
- mock_slash.transact.assert_called_once_with({})
+ mock_slash.transact.assert_called_once_with(None)
self.staking_client.w3.eth.wait_for_transaction_receipt.assert_called_once_with(
"tx_hash"
)
diff --git a/packages/sdk/typescript/human-protocol-sdk/src/base.ts b/packages/sdk/typescript/human-protocol-sdk/src/base.ts
index 12bd18e3c2..a0f3083da7 100644
--- a/packages/sdk/typescript/human-protocol-sdk/src/base.ts
+++ b/packages/sdk/typescript/human-protocol-sdk/src/base.ts
@@ -1,7 +1,5 @@
-import { ContractRunner, Overrides } from 'ethers';
+import { ContractRunner } from 'ethers';
import { NetworkData } from './types';
-import { ChainId } from './enums';
-import { DEFAULT_AURORA_GAS_PRICE } from './constants';
/**
* ## Introduction
@@ -23,24 +21,4 @@ export abstract class BaseEthersClient {
this.networkData = networkData;
this.runner = runner;
}
-
- /**
- * Internal helper to enrich transaction overrides with network specific defaults.
- *
- * Aurora networks use a fixed gas price. We always override any user provided
- * gasPrice with the canonical DEFAULT_AURORA_GAS_PRICE to avoid mismatches
- * or tx failures due to an unexpected value. For other networks the user
- * supplied fee parameters are left untouched.
- */
- protected applyTxDefaults(txOptions: Overrides = {}): Overrides {
- if (this.networkData.chainId === ChainId.AURORA_TESTNET) {
- return {
- ...txOptions,
- gasPrice: DEFAULT_AURORA_GAS_PRICE,
- maxFeePerGas: undefined,
- maxPriorityFeePerGas: undefined,
- } as Overrides;
- }
- return txOptions;
- }
}
diff --git a/packages/sdk/typescript/human-protocol-sdk/src/constants.ts b/packages/sdk/typescript/human-protocol-sdk/src/constants.ts
index c13247053a..edbd5d21f8 100644
--- a/packages/sdk/typescript/human-protocol-sdk/src/constants.ts
+++ b/packages/sdk/typescript/human-protocol-sdk/src/constants.ts
@@ -1,4 +1,3 @@
-import { ethers } from 'ethers';
import { ChainId } from './enums';
import { NetworkData } from './types';
@@ -12,8 +11,6 @@ export const DEFAULT_PORT = 9000;
export const DEFAULT_USE_SSL = false;
-export const DEFAULT_AURORA_GAS_PRICE = ethers.parseUnits('0.07', 'gwei');
-
export enum HttpStatus {
OK = 200,
CREATED = 201,
@@ -120,21 +117,6 @@ export const NETWORKS: {
oldSubgraphUrl: '',
oldFactoryAddress: '',
},
- [ChainId.AURORA_TESTNET]: {
- chainId: ChainId.AURORA_TESTNET,
- title: 'Aurora Testnet',
- scanUrl: 'https://explorer.testnet.aurora.dev/',
- factoryAddress: '0xbA537fEF2442cD48f60686FE1Bbbe40F964a7940',
- hmtAddress: '0x792abbcC99c01dbDec49c9fa9A828a186Da45C33',
- stakingAddress: '0x7457d26a3C70Bd71F7557C773b303c1dB82BBB68',
- kvstoreAddress: '0xD6D347ba6987519B4e42EcED43dF98eFf5465a23',
- subgraphUrl:
- 'https://api.studio.thegraph.com/query/74256/amoy/version/latest',
- subgraphUrlApiKey:
- 'https://gateway-arbitrum.network.thegraph.com/api/[SUBGRAPH_API_KEY]/deployments/id/QmVHYvjbsgAroR9EMgqqGTQ7aKPRFMVekY6evU6mFPUU7J',
- oldSubgraphUrl: '',
- oldFactoryAddress: '',
- },
[ChainId.LOCALHOST]: {
chainId: ChainId.LOCALHOST,
title: 'Localhost',
diff --git a/packages/sdk/typescript/human-protocol-sdk/src/enums.ts b/packages/sdk/typescript/human-protocol-sdk/src/enums.ts
index b45bec2725..951fa0d524 100644
--- a/packages/sdk/typescript/human-protocol-sdk/src/enums.ts
+++ b/packages/sdk/typescript/human-protocol-sdk/src/enums.ts
@@ -6,7 +6,6 @@ export enum ChainId {
BSC_TESTNET = 97,
POLYGON = 137,
POLYGON_AMOY = 80002,
- AURORA_TESTNET = 1313161555,
LOCALHOST = 1338,
}
diff --git a/packages/sdk/typescript/human-protocol-sdk/src/escrow.ts b/packages/sdk/typescript/human-protocol-sdk/src/escrow.ts
index 77661805d8..f22af6f593 100644
--- a/packages/sdk/typescript/human-protocol-sdk/src/escrow.ts
+++ b/packages/sdk/typescript/human-protocol-sdk/src/escrow.ts
@@ -246,7 +246,7 @@ export class EscrowClient extends BaseEthersClient {
await this.escrowFactoryContract.createEscrow(
tokenAddress,
jobRequesterId,
- this.applyTxDefaults(txOptions)
+ txOptions
)
).wait();
@@ -407,7 +407,7 @@ export class EscrowClient extends BaseEthersClient {
exchangeOracleFee,
manifest,
manifestHash,
- this.applyTxDefaults(txOptions)
+ txOptions
)
).wait();
@@ -505,7 +505,7 @@ export class EscrowClient extends BaseEthersClient {
exchangeOracleFee,
manifest,
manifestHash,
- this.applyTxDefaults(txOptions)
+ txOptions
)
).wait();
@@ -569,11 +569,7 @@ export class EscrowClient extends BaseEthersClient {
this.runner
);
await (
- await tokenContract.transfer(
- escrowAddress,
- amount,
- this.applyTxDefaults(txOptions)
- )
+ await tokenContract.transfer(escrowAddress, amount, txOptions)
).wait();
return;
@@ -694,7 +690,7 @@ export class EscrowClient extends BaseEthersClient {
url,
hash,
fundsToReserve,
- this.applyTxDefaults(txOptions)
+ txOptions
)
).wait();
} else {
@@ -702,7 +698,7 @@ export class EscrowClient extends BaseEthersClient {
await escrowContract['storeResults(string,string)'](
url,
hash,
- this.applyTxDefaults(txOptions)
+ txOptions
)
).wait();
}
@@ -758,9 +754,7 @@ export class EscrowClient extends BaseEthersClient {
try {
const escrowContract = this.getEscrowContract(escrowAddress);
- await (
- await escrowContract.complete(this.applyTxDefaults(txOptions))
- ).wait();
+ await (await escrowContract.complete(txOptions)).wait();
return;
} catch (e) {
return throwError(e);
@@ -900,7 +894,7 @@ export class EscrowClient extends BaseEthersClient {
finalResultsHash,
id,
forceComplete,
- this.applyTxDefaults(txOptions)
+ txOptions
)
).wait();
} else {
@@ -914,7 +908,7 @@ export class EscrowClient extends BaseEthersClient {
finalResultsHash,
id,
forceComplete,
- this.applyTxDefaults(txOptions)
+ txOptions
)
).wait();
}
@@ -968,9 +962,7 @@ export class EscrowClient extends BaseEthersClient {
try {
const escrowContract = this.getEscrowContract(escrowAddress);
- await (
- await escrowContract.cancel(this.applyTxDefaults(txOptions))
- ).wait();
+ await (await escrowContract.cancel(txOptions)).wait();
} catch (e) {
return throwError(e);
}
@@ -1016,11 +1008,7 @@ export class EscrowClient extends BaseEthersClient {
try {
const escrowContract = this.getEscrowContract(escrowAddress);
- await (
- await escrowContract.requestCancellation(
- this.applyTxDefaults(txOptions)
- )
- ).wait();
+ await (await escrowContract.requestCancellation(txOptions)).wait();
} catch (e) {
return throwError(e);
}
@@ -1078,10 +1066,7 @@ export class EscrowClient extends BaseEthersClient {
const escrowContract = this.getEscrowContract(escrowAddress);
const transactionReceipt = await (
- await escrowContract.withdraw(
- tokenAddress,
- this.applyTxDefaults(txOptions)
- )
+ await escrowContract.withdraw(tokenAddress, txOptions)
).wait();
let amountTransferred: bigint | undefined = undefined;
@@ -1171,7 +1156,6 @@ export class EscrowClient extends BaseEthersClient {
forceComplete = false,
txOptions: Overrides = {}
): Promise {
- txOptions = this.applyTxDefaults(txOptions);
await this.ensureCorrectBulkPayoutInput(
escrowAddress,
recipients,
diff --git a/packages/sdk/typescript/human-protocol-sdk/src/kvstore.ts b/packages/sdk/typescript/human-protocol-sdk/src/kvstore.ts
index 6a8bbaa212..518217ee01 100644
--- a/packages/sdk/typescript/human-protocol-sdk/src/kvstore.ts
+++ b/packages/sdk/typescript/human-protocol-sdk/src/kvstore.ts
@@ -174,9 +174,7 @@ export class KVStoreClient extends BaseEthersClient {
): Promise {
if (key === '') throw ErrorKVStoreEmptyKey;
try {
- await (
- await this.contract.set(key, value, this.applyTxDefaults(txOptions))
- ).wait();
+ await (await this.contract.set(key, value, txOptions)).wait();
} catch (e) {
if (e instanceof Error) throw Error(`Failed to set value: ${e.message}`);
}
@@ -221,13 +219,7 @@ export class KVStoreClient extends BaseEthersClient {
if (keys.includes('')) throw ErrorKVStoreEmptyKey;
try {
- await (
- await this.contract.setBulk(
- keys,
- values,
- this.applyTxDefaults(txOptions)
- )
- ).wait();
+ await (await this.contract.setBulk(keys, values, txOptions)).wait();
} catch (e) {
if (e instanceof Error)
throw Error(`Failed to set bulk values: ${e.message}`);
@@ -280,7 +272,7 @@ export class KVStoreClient extends BaseEthersClient {
await this.contract.setBulk(
[urlKey, hashKey],
[url, contentHash],
- this.applyTxDefaults(txOptions)
+ txOptions
)
).wait();
} catch (e) {
diff --git a/packages/sdk/typescript/human-protocol-sdk/src/staking.ts b/packages/sdk/typescript/human-protocol-sdk/src/staking.ts
index 4e5afb61e3..5d32d702eb 100644
--- a/packages/sdk/typescript/human-protocol-sdk/src/staking.ts
+++ b/packages/sdk/typescript/human-protocol-sdk/src/staking.ts
@@ -218,7 +218,7 @@ export class StakingClient extends BaseEthersClient {
await this.tokenContract.approve(
await this.stakingContract.getAddress(),
amount,
- this.applyTxDefaults(txOptions)
+ txOptions
)
).wait();
return;
@@ -265,12 +265,7 @@ export class StakingClient extends BaseEthersClient {
}
try {
- await (
- await this.stakingContract.stake(
- amount,
- this.applyTxDefaults(txOptions)
- )
- ).wait();
+ await (await this.stakingContract.stake(amount, txOptions)).wait();
return;
} catch (e) {
return throwError(e);
@@ -317,12 +312,7 @@ export class StakingClient extends BaseEthersClient {
}
try {
- await (
- await this.stakingContract.unstake(
- amount,
- this.applyTxDefaults(txOptions)
- )
- ).wait();
+ await (await this.stakingContract.unstake(amount, txOptions)).wait();
return;
} catch (e) {
return throwError(e);
@@ -356,9 +346,7 @@ export class StakingClient extends BaseEthersClient {
@requiresSigner
public async withdraw(txOptions: Overrides = {}): Promise {
try {
- await (
- await this.stakingContract.withdraw(this.applyTxDefaults(txOptions))
- ).wait();
+ await (await this.stakingContract.withdraw(txOptions)).wait();
return;
} catch (e) {
return throwError(e);
@@ -425,7 +413,7 @@ export class StakingClient extends BaseEthersClient {
staker,
escrowAddress,
amount,
- this.applyTxDefaults(txOptions)
+ txOptions
)
).wait();
diff --git a/packages/sdk/typescript/subgraph/config/aurora-testnet.json b/packages/sdk/typescript/subgraph/config/aurora-testnet.json
deleted file mode 100644
index c7daff1f03..0000000000
--- a/packages/sdk/typescript/subgraph/config/aurora-testnet.json
+++ /dev/null
@@ -1,29 +0,0 @@
-{
- "network": "aurora-testnet",
- "description": "HUMAN subgraph on Aurora Testnet",
- "EscrowFactory": {
- "address": "0xbA537fEF2442cD48f60686FE1Bbbe40F964a7940",
- "startBlock": 201537646,
- "abi": "../../../../node_modules/@human-protocol/core/abis/EscrowFactory.json"
- },
- "HMToken": {
- "address": "0x792abbcC99c01dbDec49c9fa9A828a186Da45C33",
- "startBlock": 201536119,
- "abi": "../../../../node_modules/@human-protocol/core/abis/HMToken.json",
- "totalSupply": "1000000000000000000000000000",
- "contractDeployer": "0xF3D9a0ba9FA14273C515e519DFD0826Ff87d5164"
- },
- "Escrow": {
- "abi": "../../../../node_modules/@human-protocol/core/abis/Escrow.json"
- },
- "KVStore": {
- "address": "0xD6D347ba6987519B4e42EcED43dF98eFf5465a23",
- "startBlock": 201537661,
- "abi": "../../../../node_modules/@human-protocol/core/abis/KVStore.json"
- },
- "Staking": {
- "address": "0x7457d26a3C70Bd71F7557C773b303c1dB82BBB68",
- "startBlock": 201537602,
- "abi": "../../../../node_modules/@human-protocol/core/abis/Staking.json"
- }
-}