9c948d7da4
refactor: standardize quote styles to single quotes across all files
2026-06-02 01:41:01 +00:00
d63cb8c6d3
refactor: clean up code formatting and improve readability across multiple components
...
- Standardized the use of quotes and spacing in various files.
- Removed unnecessary line breaks and trailing spaces in components.
- Improved the structure of computed properties and methods for better clarity.
- Enhanced the consistency of prop definitions and emit events in Vue components.
- Updated the GraphQL composable to streamline error handling and data processing.
- Refactored network configuration files for better organization and readability.
- Cleaned up model files by removing redundant lines and ensuring consistent formatting.
- Adjusted router configuration for improved readability.
- Enhanced utility functions for better maintainability and clarity.
2026-06-02 01:41:01 +00:00
hueso
a906fa136d
refactored network selection
2025-10-11 22:07:32 -03:00
hueso
c3d770f713
removed unused imports
2025-07-31 21:01:54 -03:00
hueso
4af059f6b7
removed inappropiate wait; moar type checks
2025-07-04 21:11:33 -03:00
hueso
23163be99d
fixed pixTarget treated as pixTimestamp
2025-07-04 21:09:32 -03:00
hueso
dd351acb2e
Stronger typings 💪
2025-06-29 18:19:30 -03:00
Filipe Soccol
2370051243
Update all code to be able to release. Still having issues on Release transaction.
2025-06-28 12:16:36 -03:00
Filipe Soccol
cf61f5ecfd
Fix issues with locking and solicitation.
2025-06-27 15:59:34 -03:00
Filipe Soccol
c7b2f1643c
Updated buy flux. Already able to lock.
2025-06-18 12:01:42 -03:00
Filipe Soccol
9fa2b34a5d
Update all to useUSer composabe. Still some bugs to resolve.
2025-04-01 12:04:24 -03:00
Filipe Soccol
e93cac6086
Migrated project to Viem, removing Ethers completelly. Not finished tests.
2025-03-31 10:26:57 -03:00
Filipe Soccol
0f17a67e00
Correct bugs and adjust Buyer form.
2024-12-03 16:18:10 -03:00
Filipe Soccol
9205909f9f
Updated Ethers to last version.
2024-11-05 16:59:30 -03:00
hueso
4b4b5af550
update contract ABI
Deploy FrontEnd / deploy-staging (push) Has been cancelled
Deploy FrontEnd / deploy-production (push) Has been cancelled
CI script / lint (push) Has been cancelled
CI script / build (push) Has been cancelled
CI script / SonarCloud (push) Has been cancelled
2024-10-06 20:23:28 -03:00
Filipe Soccol
f15361599f
Added different types of tokens.
2024-08-07 14:09:23 -03:00
brunoedcf
c129e4a905
Fixing tags at listing component
2023-02-22 13:13:27 -03:00
RcleydsonR
2968b6f7ee
Update imports with alias @ that references src folder
2023-02-15 15:26:11 -03:00
brunoedcf
c27dde4dfe
withdraw integration
2023-02-11 19:47:39 -03:00
brunoedcf
c5b16559ff
Fixing release method to V2.
2023-02-02 21:28:21 -03:00
RcleydsonR
3340155a3d
Adjust withdraw function and listing valid deposits by wallet address, also remove cancel deposit option and use a fixed amount to withdraw while there isn't a input to inform it
2023-02-01 23:49:13 -03:00
brunoedcf
d569294648
Contracts addresses, getLiquidity function and blockchain (deposit, lock, release) methods corrected
2023-01-31 14:38:34 -03:00
RcleydsonR
242d28f0e3
Fix listing transaction by getting alchemy provider
...
Co-authored-by: brunoedcf <brest.dallacosta@outlook.com >
2023-01-20 19:16:52 -03:00
RcleydsonR
bb6be691af
Add correct etherscan url
...
Co-authored-by: brunoedcf <brest.dallacosta@outlook.com >
2023-01-19 18:12:41 -03:00
brunoedcf
3c4a629ed7
implemented lock and release in buyer's flow
2023-01-19 18:00:35 -03:00
RcleydsonR
4999f3d145
Add typing on components layer
...
Co-authored-by: geovanne97 <geovannessaraiva97@gmail.com >
2023-01-18 23:35:08 -03:00
RcleydsonR
846fa82f04
Add typing on views layer
...
Co-authored-by: geovanne97 <geovannessaraiva97@gmail.com >
2023-01-18 23:12:40 -03:00
RcleydsonR
f87434debe
Add valid Deposit model and return types of blockchain methods
...
Co-authored-by: geovanne97 <geovannessaraiva97@gmail.com >
2023-01-18 23:02:02 -03:00
RcleydsonR
c8a3fd12b2
Improve code quality by fixing lint issues
...
Co-authored-by: brunoedcf <brest.dallacosta@outlook.com >
2023-01-17 19:32:29 -03:00
RcleydsonR
8338064dcd
Clean up app strucutre deleting blockchain file and add methods on blockchain folder
...
Co-authored-by: brunoedcf <brest.dallacosta@outlook.com >
2023-01-17 19:31:25 -03:00
brunoedcf
80a70a5240
getting liquidity from both networks and saving it at store. splitting methods.ts into 2 different files: buyerMethods.ts and sellerMethods.ts
2023-01-17 01:55:46 -03:00