starknet 6.1.1 → 6.1.2

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
@@ -5562,9 +5562,6 @@ var Contract = class {
5562
5562
  async getVersion() {
5563
5563
  return this.providerOrAccount.getContractVersion(this.address);
5564
5564
  }
5565
- typedv1(tAbi) {
5566
- return this;
5567
- }
5568
5565
  typedv2(tAbi) {
5569
5566
  return this;
5570
5567
  }