Skip to content

Commit

Permalink
feat: etherscan
Browse files Browse the repository at this point in the history
  • Loading branch information
sioodmy committed Nov 12, 2023
1 parent e8e1b76 commit 37527d7
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions home/misc/schizofox.nix
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,13 @@
Method = "GET";
URLTemplate = "https://search.ahwx.org/search.php?q={searchTerms}&p=0&t=0";
}
{
Name = "Etherscan";
Description = "Checking balances";
Alias = "!eth";
Method = "GET";
URLTemplate = "https://etherscan.io/search?f=0&q={searchTerms}";
}
];
};
};
Expand Down

0 comments on commit 37527d7

Please sign in to comment.