diff --git a/packages/commonwealth/client/scripts/models/AddressInfo.ts b/packages/commonwealth/client/scripts/models/AddressInfo.ts index 2286e555af9..da8c1688851 100644 --- a/packages/commonwealth/client/scripts/models/AddressInfo.ts +++ b/packages/commonwealth/client/scripts/models/AddressInfo.ts @@ -11,7 +11,6 @@ class AddressInfo extends Account { address, community, walletId, - walletSsoSource, ghostAddress, lastActive, }: { @@ -29,7 +28,6 @@ class AddressInfo extends Account { community, addressId: id, walletId, - walletSsoSource, ghostAddress, ignoreProfile: false, lastActive,