Skip to content

Commit

Permalink
Support intermidiary chain noble to penumbra (#780)
Browse files Browse the repository at this point in the history
  • Loading branch information
codingki authored Feb 11, 2025
1 parent 3ee9acb commit 667c41a
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
6 changes: 0 additions & 6 deletions .changeset/smart-wolves-flow.md

This file was deleted.

5 changes: 5 additions & 0 deletions .changeset/strange-avocados-pay.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@skip-go/widget": patch
---

support noble intermediary chain to penumbra
4 changes: 3 additions & 1 deletion packages/widget/src/components/RenderWalletList.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,9 @@ export const RenderWalletList = ({
if (!chainId || !chainType) return;
const address = await wallet.getAddress?.({
praxWallet: {
sourceChainID: chainAddresses[0]?.chainID,
sourceChainID: chainAddressIndex
? chainAddresses[chainAddressIndex - 1]?.chainID
: undefined,
},
});
setChainAddresses((prev) => {
Expand Down

0 comments on commit 667c41a

Please sign in to comment.