Skip to content

Commit

Permalink
Merge branch 'staging' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
codingki authored Dec 12, 2024
2 parents 08407b9 + 03527be commit f12b428
Show file tree
Hide file tree
Showing 10 changed files with 63 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .changeset/afraid-balloons-serve.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
'@skip-go/client': patch
'@skip-go/widget': patch
---

update default gas amounts and improve code readability
5 changes: 5 additions & 0 deletions .changeset/four-ears-divide.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@skip-go/widget': patch
---

remove continue option in ledger warning
6 changes: 6 additions & 0 deletions .changeset/funny-turtles-impress.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
'@skip-go/client': patch
'@skip-go/widget': patch
---

improve ChainType enum usage
5 changes: 5 additions & 0 deletions .changeset/khaki-kangaroos-appear.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@skip-go/widget': patch
---

fix failure on warning
5 changes: 5 additions & 0 deletions .changeset/lucky-swans-live.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@skip-go/widget': patch
---

update fallback gas amount logic
5 changes: 5 additions & 0 deletions .changeset/nasty-students-design.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@skip-go/widget': patch
---

ledger warning for ethermint based chains
5 changes: 5 additions & 0 deletions .changeset/olive-files-brake.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@skip-go/widget': patch
---

allow set destination on 2 sig routes
6 changes: 6 additions & 0 deletions .changeset/six-lamps-relax.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
'@skip-go/client': patch
'@skip-go/widget': patch
---

update registries
5 changes: 5 additions & 0 deletions .changeset/smart-parents-think.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@skip-go/client': patch
---

fix edit destination address for 2 tx routes
15 changes: 15 additions & 0 deletions packages/widget/src/devMode/loadWidget.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,21 @@ const DevMode = () => {
routeConfig={{
goFast: true,
}}
// // @ts-expect-error - testing
// connectedAddress={{
// "cosmoshub-4": "address",
// "1": "0xaddress",
// "solana": "address",
// }}
// getCosmosSigner={(chainId) => {
// return getSigner(chainId)
// }}
// getEVMSigner={(chainId) => {
// return getSigner(chainId)
// }}
// getSVMSigner={(chainId) => {
// return getSigner(chainId)
// }}
/>
</div>
</Row>
Expand Down

0 comments on commit f12b428

Please sign in to comment.