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
@@ -22,7 +22,7 @@ You can configure the iExec Result Proxy with the following properties:
22
22
|`MONGO_PORT`| Mongo server port. Cannot be set with URI. | Positive integer |`13202`|
23
23
|`IEXEC_CHAIN_ID`| Chain ID of the blockchain network to connect. | `Integer |`134`|
24
24
|`IEXEC_IS_SIDECHAIN`| Define whether iExec on-chain protocol is built on top of token (`false`) or native currency (`true`). | Boolean |`true`|
25
-
|`IEXEC_PRIVATE_CHAIN_ADDRESS`| Private URL to connect to the blockchain node. | URL |`https://bellecour.ie.ec`|
25
+
|`IEXEC_PRIVATE_CHAIN_ADDRESS`| Private URL to connect to the blockchain node. | URL |`https://bellecour.iex.ec`|
26
26
|`IEXEC_HUB_ADDRESS`| Proxy contract address to interact with the iExec on-chain protocol. | Ethereum address |`0x3eca1B216A7DF1C7689aEb259fFB83ADFB894E7f`|
27
27
|`IEXEC_BLOCK_TIME`| Duration between consecutive blocks on the blockchain network. | String |`PT5S`|
28
28
|`IEXEC_GAS_PRICE_MULTIPLIER`| Transactions will be sent with `networkGasPrice * IEXEC_GAS_PRICE_MULTIPLIER`. | Float |`1.0`|
0 commit comments