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

chore: bump b-sdk 0.28.1 #67

Merged
merged 2 commits into from
Oct 15, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
12 changes: 6 additions & 6 deletions apps/frontend-v3/app/(app)/debug/pools/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,21 +7,21 @@ import FadeInOnView from '@repo/lib/shared/components/containers/FadeInOnView'
export default function DebugPools() {
return (
<FadeInOnView>
<HStack spacing="24px" align="start" width="80%" mx="auto">
<VStack padding="lg" margin="lg" align="start">
<HStack align="start" mx="auto" spacing="24px" width="80%">
<VStack align="start" margin="lg" padding="lg">
<Heading size="md">Debug V3 pools</Heading>
<Link as={NextLink} href="/pools/sepolia/v3/0xec1b5ca86c83c7a85392063399e7d2170d502e00">
Sepolia WEIGHTED (Balancer 50 BAL 50 WETH)
</Link>
<Link as={NextLink} href="/pools/sepolia/v3/0x8fc07bcf9b88ace84c7523248dc4a85f638c9536">
Sepolia WEIGHTED with Proportional joins (Balancer 50 BAL 50 WETH -ExitFee Hook)
</Link>
<Link as={NextLink} href="/pools/sepolia/v3/0x7cf221fa36584f59a4f7fd7b946b8571c78e3692">
Sepolia STABLE (Balancer 50 BAL 50 WETH)
<Link as={NextLink} href="/pools/sepolia/v3/0x3ddd1e7adc6a3c1a6cbcf2dc74c6f71b9b347713">
Sepolia STABLE (USDT/USDC)
</Link>
</VStack>

<VStack padding="lg" margin="lg" align="start">
<VStack align="start" margin="lg" padding="lg">
<Heading size="md">Debug V2 pools</Heading>
<Link
as={NextLink}
Expand Down Expand Up @@ -103,7 +103,7 @@ export default function DebugPools() {
</Link>
</VStack>

<VStack padding="lg" margin="lg" align="start">
<VStack align="start" margin="lg" padding="lg">
<Heading size="md">Debug CoW AMM (V1) pools</Heading>
<Link as={NextLink} href="/pools/gnosis/cow/0x079d2094e16210c42457438195042898a3cff72d">
Gnosis CoW AMM
Expand Down
2 changes: 1 addition & 1 deletion apps/frontend-v3/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
},
"dependencies": {
"@apollo/client": "^3.11.8",
"@balancer/sdk": "^0.27.0",
"@balancer/sdk": "^0.28.1",
"@chakra-ui/anatomy": "^2.2.2",
"@chakra-ui/hooks": "^2.2.1",
"@chakra-ui/icons": "^2.1.1",
Expand Down
Loading
Loading