-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathCP_Eth.code-workspace
More file actions
23 lines (23 loc) · 935 Bytes
/
CP_Eth.code-workspace
File metadata and controls
23 lines (23 loc) · 935 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"folders": [
{
"path": "."
}
],
"settings": {
"solidity.packageDefaultDependenciesContractsDirectory": "",
"solidity.formatter": "none",
"slither.solcPath": "/Users/robsecord/.nvm/versions/node/v12.16.1/lib/node_modules/solc/solcjs",
"slither.hiddenDetectors": [],
"solidity.compileUsingRemoteVersion": "v0.6.10+commit.9c3226ce",
"secbit.solc": "/Users/robsecord/workspace/Ethereum/ChargedParticles/ChargedParticlesEth/node_modules/solc/solcjs",
"solidity.enableLocalNodeCompiler": false,
"editor.detectIndentation": false
},
"launch": {
"ethcodeToken": {
"machineID": "e6c27740-8ca8-11ea-8024-ffa47f2b52cb",
"token": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJtYWNoaW5lSUQiOiJlNmMyNzc0MC04Y2E4LTExZWEtODAyNC1mZmE0N2YyYjUyY2IifQ.eHNEN5gsgffhbqY5vAkpzd3ga12bmSgPG84XToaS8N0"
}
}
}