Skip to content

Commit

Permalink
πŸ› Fix rpcURL
Browse files Browse the repository at this point in the history
  • Loading branch information
williamchong committed Dec 19, 2024
1 parent b354549 commit 5087882
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions store/wallet.js
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ export const actions = {
commit('prepareTx')
const client = new ISCNSigningClient()
await client.connectWithSigner(
connector.rpcURL,
connector.options.rpcURL,
state.offlineSigner,
)

Expand Down Expand Up @@ -124,7 +124,7 @@ export const actions = {
commit('prepareTx')
const client = new ISCNSigningClient()
await client.connectWithSigner(
connector.rpcURL,
connector.options.rpcURL,
state.offlineSigner,
)

Expand Down

0 comments on commit 5087882

Please sign in to comment.