Skip to content

Instantly share code, notes, and snippets.

View HudsonGraeme's full-sized avatar

Hudson Graeme HudsonGraeme

View GitHub Profile
Compiling fe-test-runner v0.26.0 (/home/bhargava/work/github/fe/crates/test-runner)
Compiling libfuzzer-sys v0.4.7
error[E0432]: unresolved import `revm::primitives::B160`
--> /home/bhargava/work/github/fe/crates/test-runner/src/lib.rs:5:81
|
5 | use revm::primitives::{AccountInfo, Bytecode, Env, ExecutionResult, TransactTo, B160, U256};
| ^^^^ no `B160` in the root
error[E0308]: mismatched types
--> /home/bhargava/work/github/fe/crates/test-runner/src/lib.rs:116:38
@Icaruk
Icaruk / multipleGitProfiles.md
Last active May 24, 2024 00:55
How to have multiple profiles on git

Last update: 30-01-2024
Last view: 30-01-2024

Step 1

Go to your work folder, mine is located at: F:/Work/EnterpriseName/

And then create a .gitconfig-work with the following data: