Interface: EthereumConfig
A config for ethereum endpoints.
Hierarchy
↳
EthereumConfig
Exports
Properties
Properties
autostart
• autostart: boolean
Whether this this chain is already running or should be started
(applies only if url
is a loopback address).
Inherited from
Defined in
submodules/cubist-node-sdk/src/config/network.ts:36
mnemonic
• mnemonic: string
A mnemonic to use when generating accounts for local endpoints
Defined in
submodules/cubist-node-sdk/src/config/network.ts:146
number_of_accounts
• number_of_accounts: number
Number of accounts to generate for local deployment
Defined in
submodules/cubist-node-sdk/src/config/network.ts:148
proxy
• proxy: ProxyConfig
Whether to run a credentials proxy in front of the endpoint
(applies only if url
is a remote address).
Inherited from
Defined in
submodules/cubist-node-sdk/src/config/network.ts:39
url
• url: URL
Url the endpoint can be found at