Skip to content

Commit

Permalink
Merge branch 'add-liquidity-entity-in-subgraph' of https://github.com…
Browse files Browse the repository at this point in the history
…/divaprotocol/diva-monorepo into add-liquidity-entity-in-subgraph
  • Loading branch information
Walodja1987 committed Jul 3, 2024
2 parents b475b2a + 22819b1 commit af9c0c1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion packages/diva-app/src/component/CreatePool/CreatePool.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ export function CreatePool() {
}, [])
const [isSnackbarOpen, setIsSnackbarOpen] = useState<boolean>(false)

console.log('formik.values.step', formik.values.step)
let step = null
switch (formik.values.step) {
case 1:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ export function DefinePoolAttributes({
floor,
payoutProfile,
} = formik.values
// console.log('expiryTime', expiryTime)

const { balance: collateralWalletBalance, isLoading } = useErcBalance(
collateralToken?.id
)
Expand Down

0 comments on commit af9c0c1

Please sign in to comment.