@boostxyz/sdk 7.0.0-canary.3 → 7.1.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@boostxyz/sdk",
3
- "version": "7.0.0-canary.3",
3
+ "version": "7.1.0",
4
4
  "license": "GPL-3.0-or-later",
5
5
  "type": "module",
6
6
  "files": [
package/src/BoostCore.ts CHANGED
@@ -865,7 +865,7 @@ export class BoostCore extends Deployable<
865
865
  }
866
866
 
867
867
  // This function mutates payload, which isn't awesome but it's fine
868
- private async prepareCreateBoostPayload(
868
+ public async prepareCreateBoostPayload(
869
869
  coreAddress: Address,
870
870
  chainId: number,
871
871
  payload: CreateBoostPayload,