Skip to content

Commit

Permalink
fix: set caipAddress to caipAddress
Browse files Browse the repository at this point in the history
  • Loading branch information
ukstv committed Feb 3, 2024
1 parent 58f5c44 commit d4d84c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/scaffold/src/modal/w3m-modal/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ export class W3mModal extends LitElement {
// -- State & Properties -------------------------------- //
@state() private open = ModalController.state.open

@state() private caipAddress = AccountController.state.address
@state() private caipAddress = AccountController.state.caipAddress

@state() private isSiweEnabled = SIWEController.state.isSiweEnabled

Expand Down

0 comments on commit d4d84c9

Please sign in to comment.