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
-1Lines changed: 0 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -32,7 +32,6 @@ To run properly, the iExec Blockchain Adapter API requires:
32
32
|`IEXEC_BLOCKCHAIN_ADAPTER_API_IS_SIDECHAIN`| Define if iExec on-chain protocol is built on top of token (`false`) or native currency (`true`). | Boolean |`false`|
33
33
|`IEXEC_BLOCKCHAIN_ADAPTER_API_GAS_PRICE_MULTIPLIER`| Transactions will be sent with `networkGasPrice * gasPriceMultiplier`. | Float |`1.0`|
34
34
|`IEXEC_BLOCKCHAIN_ADAPTER_API_GAS_PRICE_CAP`| In Wei, will be used for transactions if `networkGasPrice * gasPriceMultiplier > gasPriceCap`. | Positive integer |`22000000000`|
35
-
|`IEXEC_BLOCKCHAIN_ADAPTER_API_BROKER_URL`| URL of the broker to interact with when matching iExec orders. | URL |`http://localhost:3000`|
36
35
|`IEXEC_BLOCKCHAIN_ADAPTER_API_WALLET_PATH`| Path to the wallet of the server. | String |`src/main/resources/wallet.json`|
37
36
|`IEXEC_BLOCKCHAIN_ADAPTER_API_WALLET_PASSWORD`| Password to unlock the wallet of the server. | String |`whatever`|
0 commit comments