firefly
firefly copied to clipboard
feat: parse deep link
Summary
Implemented deep linking parsing for swapOut
.
...
Changelog
- Added swapOut operation parser
- Disable index, receiverAddress and chainId field when regular tx
Relevant Issues
closes: #4540 closes: #4542 ...
Testing
Platforms
Please select any platforms where your changes have been tested.
-
Desktop
- [ ] MacOS
- [x] Linux
- [ ] Windows
-
Mobile
- [ ] iOS
- [ ] Android
Instructions
Use the following deep link:
iota://wallet/swapOut/atoi1qz0mvjzjfwt5wcy8j8daw6avh67z77kquwkwzr5fvuu6pfzpjqgz7cptqex/?amount=1000&chainId=4002&receiverAddress=0xF65e3cCbe04D4784EDa9CC4a33F84A6162aC9EB6 ...
Checklist
Please tick all of the following boxes that are relevant to your changes.
- [x] I have followed the contribution guidelines for this project
- [x] I have performed a self-review of my own code
- [x] I have commented my code, particularly in hard-to-understand areas
- [ ] I have added or modified tests that prove my changes work as intended
- [ ] I have verified that new and existing unit tests pass locally with my changes
- [x] I have verified that my latest changes pass CI workflows for testing and linting
- [ ] I have made corresponding changes to the documentation