Open Confucian-e opened 4 months ago
You can try using the showAddresses config. It includes the address of the current contract next to it's name. While the gasCost is not accurate I think.
gasCost
export default { ... tracer: { showAddresses: true, gasCost: true, } }
You can try using the showAddresses config. It includes the address of the current contract next to it's name. While the
gasCost
is not accurate I think.