This is my tronbox.js : module.exports = { networks: { shasta: { privateKey: 'ac946f65e1337e85380d3649d4f6493ad719dbdee83f3aa0f882173603ae7f86', consume_user_resource_percent: 30, fee_limit: 100000000, // tronbox 2.1.9+ // fullHost: "https://api.shasta.trongrid.io", // tronbox < 2.1.9 fullNode: "https://api.shasta.trongrid.io", solidityNode: "https://api.shasta.trongrid.io", eventServer: "https://api.shasta.trongrid.io", network_id: "*" } } } I develop tron contract on Win7.When I compile contract , it's alter Microsoft jScript compile error .I don't know what's wrong with my deploy
This is my tronbox.js :
module.exports = {
networks: {
shasta: {
privateKey: 'ac946f65e1337e85380d3649d4f6493ad719dbdee83f3aa0f882173603ae7f86',
consume_user_resource_percent: 30,
fee_limit: 100000000,
}
}
I develop tron contract on Win7.When I compile contract , it's alter Microsoft jScript compile error .I don't know what's wrong with my deploy