a16z / helios

A fast, secure, and portable light client for Ethereum
MIT License
1.76k stars 269 forks source link

fix(example/call): read local env variables via dotenv #308

Closed hsyodyssey closed 6 months ago

hsyodyssey commented 7 months ago

add dotenv().ok(); in order to read env variables from .env located in the current project folder.

ncitron commented 6 months ago

Looks like CI isn't passing. Can you make sure to run cargo fmt so our formatter checks pass?

hsyodyssey commented 6 months ago

Looks like CI isn't passing. Can you make sure to run cargo fmt so our formatter checks pass?

updated ser.