Skip to content

Commit

Permalink
chore: comment
Browse files Browse the repository at this point in the history
  • Loading branch information
nicosantangelo committed Nov 30, 2021
1 parent a369e85 commit b0425ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ports/contracts/component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ async function getRemoteContractURLChainName(
): Promise<string> {
let chainName = await getCollectionChainName(chainId)

// The collections json we're dealing with, has `polygon` as a name for matic mainnet and names as lowercase,
// The collections json we're dealing with, has `matic` as a name for matic mainnet instead of `polygon` and names as lowercase,
// so we need to account for those here
if (chainName === ChainName.MATIC_MAINNET) {
chainName = 'matic' as ChainName
Expand Down

0 comments on commit b0425ac

Please sign in to comment.