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.mjs CHANGED
@@ -5460,9 +5460,6 @@ var Contract = class {
5460
5460
  async getVersion() {
5461
5461
  return this.providerOrAccount.getContractVersion(this.address);
5462
5462
  }
5463
- typedv1(tAbi) {
5464
- return this;
5465
- }
5466
5463
  typedv2(tAbi) {
5467
5464
  return this;
5468
5465
  }