Skip to content

Commit b2ee1ad

Browse files
committed
remvoed comment
1 parent cae9a50 commit b2ee1ad

File tree

1 file changed

+0
-1
lines changed
  • contract_manager/src/contracts

1 file changed

+0
-1
lines changed

contract_manager/src/contracts/evm.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -639,7 +639,6 @@ export class EvmPriceFeedContract extends PriceFeedContract {
639639
let web3: Web3;
640640
let amount = BigInt(0);
641641
try {
642-
// Fallback to regular web3 if viem default web3 fails
643642
web3 = this.chain.getWeb3();
644643
amount = BigInt(await web3.eth.getBalance(this.address));
645644
} catch (error) {

0 commit comments

Comments
 (0)