Skip to content

Commit

Permalink
Update access function to the window offline signer (#490)
Browse files Browse the repository at this point in the history
  • Loading branch information
emperorjm authored Jun 5, 2024
1 parent d456f46 commit d5ee4ed
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ await window.keplr.enable(chainId);
::highlight-card

```javascript
const offlineSigner = window.keplr.getOfflineSignerAuto(chainId);
const offlineSigner = window.getOfflineSigner(chainId);
const signingClient = await SigningArchwayClient.connectWithSigner(ChainInfo.rpc, offlineSigner);
```

Expand Down

0 comments on commit d5ee4ed

Please sign in to comment.