@xyo-network/xl1-protocol-sdk 1.29.7 → 1.29.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -4957,6 +4957,9 @@ var SimpleXyoGatewayRunner = class _SimpleXyoGatewayRunner extends AbstractCreat
4957
4957
  const [hash] = await this.addPayloadsToChain([transfer], [], options);
4958
4958
  return hash;
4959
4959
  }
4960
+ transactionRequiredGas(hydratedTransaction) {
4961
+ return transactionRequiredGas(hydratedTransaction);
4962
+ }
4960
4963
  };
4961
4964
 
4962
4965
  // src/simple/mempool/SimpleMempoolRunner.ts