You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -33,7 +33,7 @@ To run properly, the iExec Blockchain Adapter API requires:
33
33
|`IEXEC_BLOCKCHAIN_ADAPTER_API_HUB_ADDRESS`| Proxy contract address to interact with the iExec on-chain protocol. | Ethereum Address |`0x3eca1B216A7DF1C7689aEb259fFB83ADFB894E7f`|
34
34
|`IEXEC_BLOCKCHAIN_ADAPTER_API_GAS_PRICE_MULTIPLIER`| Transactions will be sent with `networkGasPrice * gasPriceMultiplier`. | Float |`1.0`|
35
35
|`IEXEC_BLOCKCHAIN_ADAPTER_API_GAS_PRICE_CAP`| In Wei, will be used for transactions if `networkGasPrice * gasPriceMultiplier > gasPriceCap`. | Positive integer |`22000000000`|
36
-
|`IEXEC_BLOCKCHAIN_ADAPTER_API_MAX_ALLOWED_TX_PER_BLOCK`| Max number of transactions per block, it can either be `1`or `2`.| Positive integer |`1`|
36
+
|`IEXEC_BLOCKCHAIN_ADAPTER_API_MAX_ALLOWED_TX_PER_BLOCK`| Max number of transactions per block, between `1`and `4`. | Positive integer |`1`|
37
37
|`IEXEC_BLOCKCHAIN_ADAPTER_API_WALLET_PATH`| Path to the wallet of the server. | String |`src/main/resources/wallet.json`|
38
38
|`IEXEC_BLOCKCHAIN_ADAPTER_API_WALLET_PASSWORD`| Password to unlock the wallet of the server. | String |`whatever`|
0 commit comments