I should get 3.0 but i am getting 1.0 instead.
const eip1193Provider = new FireblocksWeb3Provider({
privateKey: apiSecret,
apiKey: apiKey,
vaultAccountIds: this.arg.vaultId,
chainId: ChainId.BSC,
});
var gasPriceRaw = await this.provider.getGasPrice();
var gasPrice = ethers.utils.formatUnits(gasPriceRaw, "gwei");
gasPrice = gasPrice;