You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
constFEE_DATA={maxFeePerGas: ethers.utils.parseUnits('100','gwei'),maxPriorityFeePerGas: ethers.utils.parseUnits('5','gwei'),baseFeePerGas : ethers.utils.parseUnits('20','gwei'),};// Wrap the provider so we can override fee data.constprovider=newethers.providers.FallbackProvider([ethers.provider],1);provider.getFeeData=async()=>FEE_DATA;constsigner=newethers.Wallet(process.env.PRI_KEY1,provider);constStakingRewards=awaitethers.getContractFactory("StakingRewards",signer);`
The text was updated successfully, but these errors were encountered:
HH has open issues about adding this:
Also relevant...it is actually possible to set these...workaround from:
The text was updated successfully, but these errors were encountered: