This repository was archived by the owner on May 16, 2019. It is now read-only.

Description
My log as below:
Using network 'shasta'.
Running migration: 1_initial_migration.js
Deploying Migrations...
ERROR: timeout of 30000ms exceeded
I use the latest tronbox
Tronbox v2.3.0 (core: 4.1.13)
Solidity v0.4.24 (tron-solc)
node version:
v8.11.3
In my test account,I have 29444 trx,and I've frozen 20000 trx.
console:
tronbox migrate --reset --network shasta
my config:
shasta: {
privateKey: 'cb0a71f555994dc693b69e935e4665962724ae63698b756f8053698ecc8368d8',
consume_user_resource_percent: 30,
fee_limit: 100000000,
fullNode: "https://api.shasta.trongrid.io",
solidityNode: "https://api.shasta.trongrid.io",
eventServer: "https://api.shasta.trongrid.io",
network_id: "*"
},