starknet 5.26.0 → 5.27.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/index.mjs CHANGED
@@ -5118,7 +5118,7 @@ var Contract = class {
5118
5118
  async getVersion() {
5119
5119
  return this.providerOrAccount.getContractVersion(this.address);
5120
5120
  }
5121
- typed(tAbi) {
5121
+ typedv1(tAbi) {
5122
5122
  return this;
5123
5123
  }
5124
5124
  typedv2(tAbi) {