Skip to content

Commit

Permalink
addendum
Browse files Browse the repository at this point in the history
  • Loading branch information
João Sousa authored and João Sousa committed Aug 27, 2024
1 parent 82aae22 commit e282541
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -406,7 +406,7 @@ async function getDomainSeparator(config, chain, options) {
}

const getChainConfig = (config, chainName) => {
if (chainName == 'none') {
if (chainName === 'none') {
return undefined;
}

Expand Down

0 comments on commit e282541

Please sign in to comment.