Skip to content

Commit

Permalink
multiple token
Browse files Browse the repository at this point in the history
  • Loading branch information
viet-nv committed Aug 13, 2024
1 parent 023956f commit 6c40011
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"@kyberswap/ks-sdk-classic": "^1.0.3",
"@kyberswap/ks-sdk-core": "1.1.5",
"@kyberswap/ks-sdk-elastic": "^1.1.2",
"@kyberswap/liquidity-widgets": "^0.0.8-rc2",
"@kyberswap/liquidity-widgets": "^0.0.8-multi-token-poc-1",
"@kyberswap/oauth2": "1.0.2",
"@lingui/macro": "^4.6.0",
"@lingui/react": "^4.6.0",
Expand Down
4 changes: 2 additions & 2 deletions src/pages/LiquidityWidget.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,8 @@ export default function LiquidityWidget() {
[],
)

const [dexType, setType] = useState(PoolType.DEX_PANCAKESWAPV3)
const [selectedTheme, setSelectedTheme] = useState('pc')
const [dexType, setType] = useState(PoolType.DEX_UNISWAPV3)
const [selectedTheme, setSelectedTheme] = useState('ks')
const [feeAddress, setFeeAddress] = useState('')
const [feePcm, setFeePcm] = useState(0)

Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3750,7 +3750,7 @@
tiny-invariant "^1.1.0"
tiny-warning "^1.0.3"

"@kyberswap/liquidity-widgets@^0.0.8-rc2":
"@kyberswap/liquidity-widgets@^0.0.8-multi-token-poc-1":
version "0.0.8-rc2"
resolved "https://registry.yarnpkg.com/@kyberswap/liquidity-widgets/-/liquidity-widgets-0.0.8-rc2.tgz#b9e1f8ee311bb7ed13fe90a785a32c5d5c13291a"
integrity sha512-2m18kNpwf9QVWPlR5/7h6E4smRemDWxOvTHf8QUR+aV122K5rumUquXUewo4pbmuKLBZrF5Y/DA137HYGOp7Vg==
Expand Down

0 comments on commit 6c40011

Please sign in to comment.