Skip to content

Commit

Permalink
Update bolts odg-eth
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0neerpat committed Aug 7, 2024
1 parent 9d9c3ab commit e7b1ac8
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions src/containers/Bolts/quests.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -292,14 +292,12 @@ export const QUESTS = (boltsEarnedData: BoltsEarnedData) => [
button: (
<Button
secondary
onClick={() =>
onClick('https://info.camelot.exchange/pair/v3/0xf935263c9950eb2881ff58bd6a76c3d2564a78d5')
}
onClick={() => onClick('https://app.camelot.exchange/pools/0xF935263c9950EB2881FF58Bd6a76c3D2564A78D5')}
>
Go <LinkIcon />
</Button>
),
text: 'Provide liquidity to the ODG/ETH pair on Camelot to earn Bolts daily.',
text: 'Provide liquidity to the ODG/ETH pair on Camelot to earn Bolts daily. NOTE: When depositing, you must select "Auto" mode and use Gamma to qualify.',
items: [
{ title: 'Source', status: <CamelotLogo /> },
{ title: 'Bolts', status: '2,000 per ETH' },
Expand All @@ -319,14 +317,12 @@ export const QUESTS = (boltsEarnedData: BoltsEarnedData) => [
button: (
<Button
secondary
onClick={() =>
onClick('https://info.camelot.exchange/pair/v3/0x824959a55907d5350e73e151ff48dabc5a37a657')
}
onClick={() => onClick('https://app.camelot.exchange/pools/0x824959a55907d5350e73e151Ff48DabC5A37a657')}
>
Go <LinkIcon />
</Button>
),
text: 'Provide liquidity to the OD/ETH pair on Camelot to earn Bolts daily.',
text: 'Provide liquidity to the OD/ETH pair on Camelot to earn Bolts daily. NOTE: When depositing, you must select "Auto" mode and use Gamma to qualify.',
items: [
{ title: 'Source', status: <CamelotLogo /> },
{ title: 'Bolts', status: '3,000 per ETH' },
Expand Down

0 comments on commit e7b1ac8

Please sign in to comment.