Skip to content

Commit 81f2d4e

Browse files
committed
fix lint
1 parent 0a766f0 commit 81f2d4e

File tree

1 file changed

+2
-2
lines changed
  • packages/cli/src/command-helpers

1 file changed

+2
-2
lines changed

packages/cli/src/command-helpers/abi.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -337,7 +337,7 @@ const getEtherscanLikeAPIUrl = (network: string) => {
337337
case 'rootstock-testnet':
338338
return 'https://rootstock-testnet.blockscout.com/api';
339339
case 'unichain-testnet':
340-
return 'https://unichain-sepolia.blockscout.com/api'
340+
return 'https://unichain-sepolia.blockscout.com/api';
341341
default:
342342
return `https://api-${network}.etherscan.io/api`;
343343
}
@@ -493,7 +493,7 @@ const getPublicRPCEndpoint = (network: string) => {
493493
case 'kaia-testnet':
494494
return 'https://public-en.kairos.node.kaia.io';
495495
case 'unichain-testnet':
496-
return 'http://beta-u-Proxy-9QsHxlNJa4es-1179015898.us-east-2.elb.amazonaws.com:8545'
496+
return 'http://beta-u-Proxy-9QsHxlNJa4es-1179015898.us-east-2.elb.amazonaws.com:8545';
497497
default:
498498
throw new Error(`Unknown network: ${network}`);
499499
}

0 commit comments

Comments
 (0)