You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

17 lines
365 B

{
"main": "./contracts/GameItem.sol",
"deploy": "./build/contracts/GameItem.json",
"framework": "cfxtruffle-docker",
"npmClient": "npm",
"compilers": {
"solc": "0.8.1",
"cfxtruffle": "1.0.3",
"evmVersion": "constantinople"
},
"linter": "solhint",
"editor": {
"fontFamily": "Hack",
"fontSize": "13px",
"ligatures": false
}
}