Skip to content

Commit

Permalink
Merge branch 'dev' into ahmed/power-users
Browse files Browse the repository at this point in the history
  • Loading branch information
neuodev authored May 6, 2023
2 parents 9a14533 + dc5d88a commit 4231fd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helpers.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ module.exports = {
selectedNetwork = {
networkName: name.toLowerCase(),
networkDisplayName: name,
networkId: chainId,
networkId: Number(chainId),
isTestnet: true,
};
ADDED_NETWORKS[name] = selectedNetwork;
Expand Down

0 comments on commit 4231fd4

Please sign in to comment.