Fazil Khan
Results
1
comments of
Fazil Khan
I'm also getting this error on Base chain (8453). `const feeData = await browserProvider.getFeeData();` `const isEIP1559SupportedNetwork = (feeData.maxFeePerGas !== null && feeData.maxPriorityFeePerGas !== null);` `const transaction: TransactionResponse = await contract.createVault(token.address,...