Skip to content

Commit

Permalink
Merge pull request #208 from lidofinance/okx-wallet
Browse files Browse the repository at this point in the history
Return lower case address
  • Loading branch information
jake4take authored Dec 23, 2024
2 parents 9c24643 + 0753641 commit 1ec10c9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions packages/wallets/src/metamask/metamask.page.ts
Original file line number Diff line number Diff line change
Expand Up @@ -236,6 +236,7 @@ export class MetamaskPage implements WalletPage {
});
}

/** The `getWalletAddress()` function returns **the lower case** address */
async getWalletAddress() {
return await test.step('Get current wallet address', async () => {
await this.navigate();
Expand Down
2 changes: 1 addition & 1 deletion packages/wallets/src/okx/okx.page.ts
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ export class OkxPage implements WalletPage {
});
}

/** Get wallet address from wallet extension*/
/** The `getWalletAddress()` function returns **the lower case** address */
async getWalletAddress() {
return await test.step('Get current wallet address', async () => {
await this.navigate();
Expand Down

0 comments on commit 1ec10c9

Please sign in to comment.