Fireblocks web3provider issue

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;

Hi @Shahid apologies for the delay in getting back to you on this! Can you confirm that you are getting the gas price for BSC?