vyperlang / titanoboa-zksync

A Zksync plugin for the Titanoboa Vyper interpreter
MIT License
5 stars 6 forks source link

Use `boa.set_network_env` over `NetworkEnv(url)` #11

Closed PatrickAlphaC closed 2 months ago

PatrickAlphaC commented 2 months ago

If you run with a network env, you'll get:

boa_zksync/environment.py:39: UserWarning: NetworkEnv(url) is deprecated. Use boa.set_network_env(url) instead.

We should update.