@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.
@@ -9379,6 +9379,7 @@ var Client = class _Client {
9379
9379
  async submitTransaction(runtimeCall) {
9380
9380
  const result = await this.queue.add(async () => {
9381
9381
  try {
9382
+ console.log("ChainHash:", { chainHash: this.rollup.chainHash });
9382
9383
  return await this.rollup.call(runtimeCall, {
9383
9384
  signer: this.wallet.getSigner(this.rollup.chainHash),
9384
9385
  overrides: {