title:'Execution environment is local to Remix. Data is only saved to browser memory and will vanish upon reload.',
title:'Execution environment is local to Remix. Data is only saved to browser memory and will vanish upon reload.',
value:'vm-london',
value:'vm-london',
fork:'london',
fork:'london',
content:'JavaScript VM (London)'
content:'Local VM (London)'
},{
},{
id:'vm-mode-berlin',
id:'vm-mode-berlin',
dataId:'settingsVMBerlinMode',
dataId:'settingsVMBerlinMode',
title:'Execution environment is local to Remix. Data is only saved to browser memory and will vanish upon reload.',
title:'Execution environment is local to Remix. Data is only saved to browser memory and will vanish upon reload.',
value:'vm-berlin',
value:'vm-berlin',
fork:'berlin',
fork:'berlin',
content:'JavaScript VM (Berlin)'
content:'Local VM (Berlin)'
},{
},{
id:'injected-mode',
id:'injected-mode',
dataId:'settingsInjectedMode',
dataId:'settingsInjectedMode',
title:'Execution environment has been provided by Metamask or similar provider.',
title:'Execution environment has been provided by Metamask or similar provider.',
value:'injected',
value:'injected',
content:'Injected Web3'
content:'Injected Provider - Metamask'
},{
},{
id:'web3-mode',
id:'web3-mode',
dataId:'settingsWeb3Mode',
dataId:'settingsWeb3Mode',
title:`Execution environment connects to an external node. For security, only connect to trusted networks. If Remix is served via https and your node is accessed via http, it might not work. In this case, try cloning the repository and serving it via http.`,
title:`Execution environment connects to an external node. For security, only connect to trusted networks. If Remix is served via https and your node is accessed via http, it might not work. In this case, try cloning the repository and serving it via http.`,