iexec / Exports / IExecConfigOptions
- bridgeAddress
- bridgedNetworkConf
- confirms
- defaultTeeFramework
- ensPublicResolverAddress
- hubAddress
- iexecGatewayURL
- ipfsGatewayURL
- isNative
- pocoSubgraphURL
- providerOptions
- resultProxyURL
- smsURL
- useGas
- voucherHubAddress
- voucherSubgraphURL
• Optional
bridgeAddress: string
override the bridge contract address to target a custom instance
• Optional
bridgedNetworkConf: Object
override the bridged network configuration
Name | Type | Description |
---|---|---|
bridgeAddress? |
string |
bridge contract address on bridged network |
chainId? |
string | number |
bridged network chainId |
hubAddress? |
string |
IExec contract address on bridged network |
rpcURL? |
string |
bridged network node url |
• Optional
confirms: number
number of block to wait for transactions confirmation (default 1)
• Optional
defaultTeeFramework: TeeFramework
override the TEE framework to use when as default
• Optional
ensPublicResolverAddress: string
override the ENS public resolver contract address to target a custom instance
• Optional
hubAddress: string
override the IExec contract address to target a custom instance
• Optional
iexecGatewayURL: string
override the IExec market URL to target a custom instance
• Optional
ipfsGatewayURL: string
override the IPFS gateway URL to target a custom instance
• Optional
isNative: boolean
true if IExec contract use the chain native token (default false)
• Optional
pocoSubgraphURL: string
override the PoCo subgraph URL to target a custom instance
• Optional
providerOptions: ProviderOptions
| AnyRecord
ethers default provider options
• Optional
resultProxyURL: string
override the result proxy URL to target a custom instance
• Optional
smsURL: string
| Record
<TeeFramework
, string
>
override the SMS URL to target a custom instance
• Optional
useGas: boolean
if false set the gasPrice to 0 (default true)
• Optional
voucherHubAddress: string
override the VoucherHub contract address to target a custom instance
• Optional
voucherSubgraphURL: string
override the voucher subgraph URL to target a custom instance