subsquid / worker-rs

GNU Affero General Public License v3.0
0 stars 1 forks source link

Move default network values to the transport lib #18

Closed kalabukdima closed 3 days ago

kalabukdima commented 2 months ago

A few options are exposed that don't make any sense for the end user:

Consider moving the default values to the transport lib and hiding them behind the network arg as done with the contract addresses.

kalabukdima commented 3 days ago

They've been put into src/cli.rs to simplify CLI