Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
estebanmino committed Oct 25, 2023
1 parent 13eec04 commit 5f94b4e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/core/utils/chains.ts
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,6 @@ export function getChain({ chainId }: { chainId?: ChainId }) {

export function isTestnetChainId({ chainId }: { chainId?: ChainId }) {
const chain = getChain({ chainId });
console.log('-- chain', chainId, chain);
return !!chain.testnet;
}

Expand Down

0 comments on commit 5f94b4e

Please sign in to comment.