Skip to content
This repository has been archived by the owner on Oct 12, 2023. It is now read-only.

Commit

Permalink
feat: add zksync simplehash support
Browse files Browse the repository at this point in the history
  • Loading branch information
ipeleg committed Aug 11, 2023
1 parent 50ceb0a commit 4e8e6f4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/fetchers/simplehash.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ const getNetworkName = (chainId) => {
return "ethereum";
}

if (network == "zksync") {
return "zksync-era";
}

if (network == "goerli") {
return "ethereum-goerli";
}
Expand Down

0 comments on commit 4e8e6f4

Please sign in to comment.