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.js CHANGED
@@ -8393,7 +8393,6 @@ function onNetworkChanged(swo, callback) {
8393
8393
 
8394
8394
  // src/wallet/account.ts
8395
8395
  var WalletAccount = class _WalletAccount extends Account {
8396
- address = "";
8397
8396
  walletProvider;
8398
8397
  constructor(providerOrOptions, walletProvider, cairoVersion, address = "") {
8399
8398
  super(providerOrOptions, address, "", cairoVersion);