Skip to content

Latest commit

 

History

History
161 lines (91 loc) · 3.63 KB

IExecConfigOptions.md

File metadata and controls

161 lines (91 loc) · 3.63 KB

iexec / Exports / IExecConfigOptions

Interface: IExecConfigOptions

Table of contents

Properties

Properties

bridgeAddress

Optional bridgeAddress: string

override the bridge contract address to target a custom instance


bridgedNetworkConf

Optional bridgedNetworkConf: Object

override the bridged network configuration

Type declaration

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

confirms

Optional confirms: number

number of block to wait for transactions confirmation (default 1)


defaultTeeFramework

Optional defaultTeeFramework: TeeFramework

override the TEE framework to use when as default


ensPublicResolverAddress

Optional ensPublicResolverAddress: string

override the ENS public resolver contract address to target a custom instance


hubAddress

Optional hubAddress: string

override the IExec contract address to target a custom instance


iexecGatewayURL

Optional iexecGatewayURL: string

override the IExec market URL to target a custom instance


ipfsGatewayURL

Optional ipfsGatewayURL: string

override the IPFS gateway URL to target a custom instance


isNative

Optional isNative: boolean

true if IExec contract use the chain native token (default false)


pocoSubgraphURL

Optional pocoSubgraphURL: string

override the PoCo subgraph URL to target a custom instance


providerOptions

Optional providerOptions: ProviderOptions | AnyRecord

ethers default provider options


resultProxyURL

Optional resultProxyURL: string

override the result proxy URL to target a custom instance


smsURL

Optional smsURL: string | Record<TeeFramework, string>

override the SMS URL to target a custom instance


useGas

Optional useGas: boolean

if false set the gasPrice to 0 (default true)


voucherHubAddress

Optional voucherHubAddress: string

override the VoucherHub contract address to target a custom instance


voucherSubgraphURL

Optional voucherSubgraphURL: string

override the voucher subgraph URL to target a custom instance