We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cae9a50 commit b2ee1adCopy full SHA for b2ee1ad
contract_manager/src/contracts/evm.ts
@@ -639,7 +639,6 @@ export class EvmPriceFeedContract extends PriceFeedContract {
639
let web3: Web3;
640
let amount = BigInt(0);
641
try {
642
- // Fallback to regular web3 if viem default web3 fails
643
web3 = this.chain.getWeb3();
644
amount = BigInt(await web3.eth.getBalance(this.address));
645
} catch (error) {
0 commit comments