@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/dist/BoostCore.cjs.map +1 -1
- package/dist/BoostCore.d.ts +2 -2
- package/dist/BoostCore.d.ts.map +1 -1
- package/dist/BoostCore.js.map +1 -1
- package/package.json +1 -1
- package/src/BoostCore.ts +1 -1
package/package.json
CHANGED
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
|
-
|
|
868
|
+
public async prepareCreateBoostPayload(
|
|
869
869
|
coreAddress: Address,
|
|
870
870
|
chainId: number,
|
|
871
871
|
payload: CreateBoostPayload,
|