ethereum-optimism / optimism-ts-services

[Optimism] Client-Side Services
15 stars 6 forks source link

logging: log the eoa used by the service at start #25

Closed tynes closed 3 years ago

tynes commented 3 years ago

Adds a logline to print off the address used by the service at startup. This is helpful for debugging permissioned contracts. I thought about adding it to the base service, but I think that would have required a bit of a refactor.