This repository was archived by the owner on Mar 11, 2025. It is now read-only.
Merged
Conversation
- minor refactor
wainola
suggested changes
Apr 4, 2024
Contributor
|
@saadjhk you are missing some changes that we currently have on main for the wallet context and the manger mainly. |
…/enable_adding_other_web3_wallets
mpetrunic
reviewed
Apr 10, 2024
mpetrunic
previously approved these changes
Apr 10, 2024
sztok7
suggested changes
Apr 10, 2024
Co-authored-by: Filip Štoković <59089574+sztok7@users.noreply.github.com>
…gmaprotocol/sygma-widget into feat/enable_adding_other_web3_wallets
sztok7
approved these changes
Apr 10, 2024
wainola
approved these changes
Apr 11, 2024
Lykhoyda
pushed a commit
that referenced
this pull request
Apr 15, 2024
Add functionality to enable users to specify `onboard.js` wallet modules ## Description Add Widget property `wallets` that accepts list of `WalletInit[]` objects from 3rd party app ## Related Issue Or Context [Enable adding other web3 wallets](#87) Closes: #87 ## Types of changes - [x] `WalletController` now supports ability to specify onboard wallets --------- Co-authored-by: Filip Štoković <59089574+sztok7@users.noreply.github.com>
mpetrunic
pushed a commit
that referenced
this pull request
May 7, 2024
Add functionality to enable users to specify `onboard.js` wallet modules ## Description Add Widget property `wallets` that accepts list of `WalletInit[]` objects from 3rd party app ## Related Issue Or Context [Enable adding other web3 wallets](#87) Closes: #87 ## Types of changes - [x] `WalletController` now supports ability to specify onboard wallets --------- Co-authored-by: Filip Štoković <59089574+sztok7@users.noreply.github.com>
Merged
MakMuftic
added a commit
that referenced
this pull request
Jun 13, 2024
🤖 I have created a release *beep* *boop*
---
<details><summary>@buildwithsygma/sygmaprotocol-react-widget:
0.1.3</summary>
### Dependencies
* The following workspace dependencies were updated
* dependencies
* @buildwithsygma/sygmaprotocol-widget bumped to 0.2.0
</details>
<details><summary>sygmaprotocol-widget: 0.2.0</summary>
##
[0.2.0](sygmaprotocol-widget-v0.1.2...sygmaprotocol-widget-v0.2.0)
(2024-06-13)
### Features
* automatically add unknown source evm network into wallet
([#162](#162))
([d5886bd](d5886bd))
* display amount to be received on destination
([#168](#168))
([347f7a5](347f7a5))
* Display Fee
([#145](#145))
([872703d](872703d))
* display transfer gas cost estimation
([#174](#174))
([b154555](b154555))
* enable developers to configure network whitelisting
([#170](#170))
([5db505f](5db505f))
* enable user to specify wallets
([#161](#161))
([8a02170](8a02170))
* Retry loading bridge routes
([#136](#136))
([8e0101f](8e0101f))
* substrate fungible transfer
([#134](#134))
([337f1b7](337f1b7))
* wallet account selector for substrate
([#106](#106))
([79127fd](79127fd)),
closes [#74](#74)
### Bug Fixes
* amount to receive
([#196](#196))
([8c2cdad](8c2cdad))
* destination address format
([#197](#197))
([250ea35](250ea35))
* explorer urls when adding networks
([#200](#200))
([d65d99a](d65d99a))
* Fixed amount to receive decimals
([#208](#208))
([be23500](be23500))
* Gas Fee estimation behavior, is not consistent for the actual transfer
TX ([#204](#204))
([d57233e](d57233e))
* handling transfer cancellation on substrate
([#195](#195))
([6ce25cb](6ce25cb))
* resource name
([#201](#201))
([1215dcc](1215dcc))
* resource selector
([#199](#199))
([81bae38](81bae38))
* small fix for tangle connection
([#212](#212))
([557d71e](557d71e))
* source switch reset
([#206](#206))
([1b1f92c](1b1f92c)),
closes [#205](#205)
* typesafety when handling changed properties
([#141](#141))
([692e269](692e269))
</details>
---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Add functionality to enable users to specify
onboard.jswallet modulesDescription
Add Widget property
walletsthat accepts list ofWalletInit[]objects from 3rd party appRelated Issue Or Context
Enable adding other web3 wallets
Closes: #87
Types of changes
WalletControllernow supports ability to specify onboard wallets