flashbots / mev-inspect-rs

Discover historic Miner Extractable Value (MEV) opportunities
MIT License
547 stars 127 forks source link

Build failed #72

Closed kingd290 closed 1 year ago

kingd290 commented 1 year ago

I got this error when i run cargo build --release

Then:

`Caused by: 0: unable to canonicalize file from working dir C:\mev-inspect-rs with path /C:/Users/ARCH.%20DAVID%20OCHAI/Desktop/blackOps2/mev-inspect-rs/abi/curveregistry.json 1: The filename, directory name, or volume label syntax is incorrect. (os error 123) --> src\inspectors\curve.rs:31:5 | 31 | "abi/curveregistry.json", | ^^^^^^^^^^^^^^^^^^^^^^^^

error: failed to get ABI JSON

   Caused by:
       0: unable to canonicalize file from working dir C:\mev-inspect-rs with path /C:/Users/ARCH.%20DAVID%20OCHAI/Desktop/blackOps2/mev-inspect-rs/abi/comptroller.json
       1: The filename, directory name, or volume label syntax is incorrect. (os error 123)

--> src\inspectors\compound.rs:25:5 | 25 | "abi/comptroller.json", | ^^^^^^^^^^^^^^^^^^^^^^

error: failed to get ABI JSON

   Caused by:
       0: unable to canonicalize file from working dir C:\mev-inspect-rs with path /C:/Users/ARCH.%20DAVID%20OCHAI/Desktop/blackOps2/mev-inspect-rs/abi/ctoken.json
       1: The filename, directory name, or volume label syntax is incorrect. (os error 123)

--> src\inspectors\compound.rs:34:17 | 34 | abigen!(CToken, "abi/ctoken.json",);`