Skip to content

Commit

Permalink
remove console log
Browse files Browse the repository at this point in the history
  • Loading branch information
fadeev committed Feb 5, 2024
1 parent 8d2261e commit dfc9009
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/addresses.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ export const getAddress = (type: any, network: any, symbol?: any) => {
if (type === "zrc20" && !symbol) {
// for backwards compatibility
const chainId = getChainId(network);
console.log(chainId);
address = networks.find((n: any) => {
return n.foreign_chain_id === chainId?.toString() && n.type === type && n.coin_type === "gas";
});
Expand Down

0 comments on commit dfc9009

Please sign in to comment.