Skip to content

Commit

Permalink
chore: list sqd-eth farm arbitrum (#10144)
Browse files Browse the repository at this point in the history
<!--
Before opening a pull request, please read the [contributing
guidelines](https://github.com/pancakeswap/pancake-frontend/blob/develop/CONTRIBUTING.md)
first
-->


<!-- start pr-codex -->

---

## PR-Codex overview
This PR adds the Subsquid (SQD) token and SQD-ETH farm on Arbitrum.

### Detailed summary
- Added Subsquid (SQD) token with details
- Created SQD-ETH farm on Arbitrum with specific configuration

> ✨ Ask PR-Codex anything about this PR by commenting with `/codex {your
question}`

<!-- end pr-codex -->
  • Loading branch information
thechefpenguin authored Jul 5, 2024
1 parent 8305942 commit 4628ab7
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .changeset/lucky-peaches-sleep.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
'@pancakeswap/tokens': patch
'@pancakeswap/farms': patch
---

Add Subsquid (SQD) token and SQD-ETH farm on Arbitrum
7 changes: 7 additions & 0 deletions packages/farms/constants/arb.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,13 @@ const v3TopFixedLps: FarmConfigV3[] = [

export const farmsV3 = defineFarmV3Configs([
...v3TopFixedLps,
{
pid: 74,
lpAddress: '0xc24B560c7f8a1A50c2336cd8917Af61B5E14984F',
token0: arbitrumTokens.sqd,
token1: arbitrumTokens.weth,
feeAmount: FeeAmount.HIGH,
},
{
pid: 73,
lpAddress: '0x04a35D7920f2f2fF9fAA447fF8cFaD47fc7cED2b',
Expand Down
8 changes: 8 additions & 0 deletions packages/tokens/src/constants/arb.ts
Original file line number Diff line number Diff line change
Expand Up @@ -359,4 +359,12 @@ export const arbitrumTokens = {
'Solv BTC',
'https://solv.finance/',
),
sqd: new ERC20Token(
ChainId.ARBITRUM_ONE,
'0x1337420dED5ADb9980CFc35f8f2B054ea86f8aB1',
18,
'SQD',
'Subsquid',
'https://subsquid.io/',
),
}

0 comments on commit 4628ab7

Please sign in to comment.