There was an error while loading. Please reload this page.
1 parent 49f3997 commit c6444cfCopy full SHA for c6444cf
1 file changed
src/erc4626App.ts
@@ -51,7 +51,7 @@ export default class ERC4626DataService extends RateProviderDataService {
51
return await publicClient.createAccessList({
52
data: callData,
53
to: this.rateProvider,
54
- gas: 100000n, // Set a reasonable gas limit for the call
+ gas: 500_000n, // Set a reasonable gas limit for the call
55
})
56
}
57
0 commit comments