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.js CHANGED
@@ -5216,7 +5216,7 @@ var Contract = class {
5216
5216
  async getVersion() {
5217
5217
  return this.providerOrAccount.getContractVersion(this.address);
5218
5218
  }
5219
- typed(tAbi) {
5219
+ typedv1(tAbi) {
5220
5220
  return this;
5221
5221
  }
5222
5222
  typedv2(tAbi) {