Skip to content

Commit 5fe5bd2

Browse files
committed
add vanillaswap v2 and v3 pools
implement pool v2 swap handle metamask events add dx component "switch" use pregenerated pools v3 list cause v3 as no iterate over pool
1 parent ac0f36c commit 5fe5bd2

19 files changed

Lines changed: 2592 additions & 344 deletions

frontend/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ serde_json = "1.0"
1515
log = "0.4"
1616
console_log = "1.0"
1717
alloy = {version = "1.1", default-features = false }
18+
dioxus-primitives = { git = "https://github.com/DioxusLabs/components", version = "0.0.1", default-features = false }
1819

1920
[profile]
2021

frontend/Dioxus.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ default_platform = "web"
44

55
[web.app]
66
title = "cAssets_dToken_Wrapper"
7-
base_path = "cAssets_dToken_wrapper"
7+
#base_path = "cAssets_dToken_wrapper"
88
## keeps CSP happy
99
csp_hash = true
1010
## avoids SWC minifier errors

0 commit comments

Comments
 (0)