@bulletxyz/bullet-sdk 0.26.6-rc.0 → 0.26.7-rc.0

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.
@@ -9365,6 +9365,7 @@ var Client = class _Client {
9365
9365
  async submitTransaction(runtimeCall) {
9366
9366
  const result = await this.queue.add(async () => {
9367
9367
  try {
9368
+ console.log("ChainHash:", { chainHash: this.rollup.chainHash });
9368
9369
  return await this.rollup.call(runtimeCall, {
9369
9370
  signer: this.wallet.getSigner(this.rollup.chainHash),
9370
9371
  overrides: {