diff --git a/typescript/infra/scripts/funding/fund-keys-from-deployer.ts b/typescript/infra/scripts/funding/fund-keys-from-deployer.ts index 03982df36..a2632e8e4 100644 --- a/typescript/infra/scripts/funding/fund-keys-from-deployer.ts +++ b/typescript/infra/scripts/funding/fund-keys-from-deployer.ts @@ -510,7 +510,10 @@ class ContextFunder { log('IGP balance exceeds claim threshold, claiming', { chain, }); - await this.multiProvider.handleTx(chain, igp.contract.claim()); + await this.multiProvider.sendTransaction( + chain, + await igp.contract.populateTransaction.claim(), + ); } else { log('IGP balance does not exceed claim threshold, skipping', { chain,