starknet 6.20.1 → 6.20.3

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
@@ -8276,7 +8276,6 @@ function onNetworkChanged(swo, callback) {
8276
8276
 
8277
8277
  // src/wallet/account.ts
8278
8278
  var WalletAccount = class _WalletAccount extends Account {
8279
- address = "";
8280
8279
  walletProvider;
8281
8280
  constructor(providerOrOptions, walletProvider, cairoVersion, address = "") {
8282
8281
  super(providerOrOptions, address, "", cairoVersion);