File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
packages/cli/src/command-helpers Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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 }
You can’t perform that action at this time.
0 commit comments