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

Commit

Permalink
Merge pull request #225 from reservoirprotocol/feat/simplehash-mumbai
Browse files Browse the repository at this point in the history
feat: added supprt
  • Loading branch information
nofir authored Aug 18, 2023
2 parents bebd40f + 0a0315b commit 058e4d0
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 @@ -26,6 +26,10 @@ const getNetworkName = (chainId) => {
return "ethereum-goerli";
}

if (network == "mumbai") {
return "polygon-mumbai";
}

return network;
};

Expand Down

0 comments on commit 058e4d0

Please sign in to comment.