Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Start off-ramping from evm networks #323

Merged
Show file tree
Hide file tree
Changes from 16 commits
Commits
Show all changes
35 commits
Select commit Hold shift + click to select a range
609065e
add new networks to arrays and configs
gianfra-t Dec 12, 2024
d78dbaf
show 0 balance, squidrouter fix for multiple evm networks
gianfra-t Dec 12, 2024
2769cb6
custom initialization error message, change evm selected network on c…
gianfra-t Dec 12, 2024
4cd9e7a
fix inverted state transitions
gianfra-t Dec 12, 2024
d67ce21
add some logos, fix substrate wallet only connected offramp
gianfra-t Dec 13, 2024
61753fa
add more tokens with chain logos
gianfra-t Dec 13, 2024
e198b0b
merged with refactor PR
gianfra-t Dec 18, 2024
d2a2e48
merge with sign with substrate wallet fix
gianfra-t Dec 18, 2024
c355dd8
improvements to getChainId, network check
gianfra-t Dec 18, 2024
1f87c83
remove helper swapConfirm
gianfra-t Dec 18, 2024
26ed1b5
sep24 hooks refactor into zustand state
gianfra-t Dec 19, 2024
96f336f
fixes to offramping state manager
gianfra-t Dec 19, 2024
47caca7
merged current staging
gianfra-t Dec 24, 2024
a8cfd37
solving lint issues and warnings
gianfra-t Dec 24, 2024
4203d69
introduce latest fixes for advanceOfframpingState useEffect
gianfra-t Dec 24, 2024
d76793b
fix build
gianfra-t Dec 24, 2024
c1efa3d
support other evm networks for fee comparisson
gianfra-t Dec 26, 2024
55b592d
modify network code for transak quote
gianfra-t Dec 26, 2024
f2e2c57
Merge branch 'polygon-prototype-staging' into 292-update-flow-to-star…
gianfra-t Dec 31, 2024
8b49252
replace render event function with console log
gianfra-t Dec 31, 2024
0eb955c
save in state the proper raw input expected, use zustand selector hoo…
gianfra-t Dec 31, 2024
997cafe
refactor SigningBox component
Sharqiewicz Jan 2, 2025
135dd75
refactor useSwapForm
Sharqiewicz Jan 2, 2025
7a83724
refactor sep logic
Sharqiewicz Jan 3, 2025
4250094
fix types
Sharqiewicz Jan 3, 2025
0b60097
improve types, fix paths
Sharqiewicz Jan 3, 2025
0c29c65
improve Navbar responsiveness, improve EVMWalletButton structure
Sharqiewicz Jan 3, 2025
5cbe4f7
simplify Networks logic
Sharqiewicz Jan 3, 2025
8ecc530
Adjust compare fees tooltip
Sharqiewicz Jan 3, 2025
a25d418
fix assethub fee comparision quote
Sharqiewicz Jan 3, 2025
544b4f8
explain getTransactionPhase
Sharqiewicz Jan 3, 2025
a07a2de
fetch currently selected chain balance in useEvmBalance
Sharqiewicz Jan 3, 2025
f5c08cd
simplify comparision
Sharqiewicz Jan 3, 2025
7afd806
add enum HandlerType for STATE_ADVANCEMENT_HANDLERS
Sharqiewicz Jan 3, 2025
1498306
dynamic display network name on offramping phase message
gianfra-t Jan 6, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,8 @@
"viem": "^2.21.43",
"wagmi": "^2.12.29",
"web3": "^4.10.0",
"yup": "^1.4.0"
"yup": "^1.4.0",
"zustand": "^5.0.2"
},
"devDependencies": {
"@babel/core": "^7.20.12",
Expand Down
37 changes: 37 additions & 0 deletions src/assets/chains/arbitrum.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions src/assets/chains/avalanche.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions src/assets/chains/base.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 9 additions & 0 deletions src/assets/chains/bsc.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
15 changes: 15 additions & 0 deletions src/assets/chains/ethereum.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
26 changes: 26 additions & 0 deletions src/assets/coins/USDC_ARBITRUM.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
24 changes: 24 additions & 0 deletions src/assets/coins/USDC_AVALANCHE.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
22 changes: 22 additions & 0 deletions src/assets/coins/USDC_BASE.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading