Skip to content

Commit c6444cf

Browse files
committed
fix: bump gas
1 parent 49f3997 commit c6444cf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/erc4626App.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ export default class ERC4626DataService extends RateProviderDataService {
5151
return await publicClient.createAccessList({
5252
data: callData,
5353
to: this.rateProvider,
54-
gas: 100000n, // Set a reasonable gas limit for the call
54+
gas: 500_000n, // Set a reasonable gas limit for the call
5555
})
5656
}
5757

0 commit comments

Comments
 (0)