fix: use widget network connection (#4866)
* fix: switch network connector on other network token details * fix: use jsonRpcUrlMap for widget * fix: use widget network provider * build: upgrade widget * build: upgrade widget * fix: SwapController typing
Showing
... | @@ -146,7 +146,7 @@ | ... | @@ -146,7 +146,7 @@ |
"@uniswap/v3-core": "1.0.0", | "@uniswap/v3-core": "1.0.0", | ||
"@uniswap/v3-periphery": "^1.1.1", | "@uniswap/v3-periphery": "^1.1.1", | ||
"@uniswap/v3-sdk": "^3.9.0", | "@uniswap/v3-sdk": "^3.9.0", | ||
"@uniswap/widgets": "^2.12.0", | "@uniswap/widgets": "^2.13.2", | ||
"@vanilla-extract/css": "^1.7.2", | "@vanilla-extract/css": "^1.7.2", | ||
"@vanilla-extract/css-utils": "^0.1.2", | "@vanilla-extract/css-utils": "^0.1.2", | ||
"@vanilla-extract/dynamic": "^2.0.2", | "@vanilla-extract/dynamic": "^2.0.2", | ||
... | ... |
Please register or sign in to comment