Skip to content

Commit

Permalink
feat: list-new-arb-gauges/farms (#9954)
Browse files Browse the repository at this point in the history
  • Loading branch information
ChefBingbong authored Jun 7, 2024
1 parent 4896b86 commit 048480d
Show file tree
Hide file tree
Showing 4 changed files with 41 additions and 0 deletions.
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: 71,
lpAddress: '0x38437dBfd1D6a147A50CD0991A9581Ac8f996892',
token0: arbitrumTokens.fusdc,
token1: arbitrumTokens.usdc,
feeAmount: FeeAmount.LOWEST,
},
{
pid: 70,
lpAddress: '0x4fC7aC44DAe553464d92c049175133239A8705C1',
Expand Down
10 changes: 10 additions & 0 deletions packages/gauges/src/constants/config/prod.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4322,4 +4322,14 @@ export const CONFIG_PROD: GaugeConfig[] = [
token0Address: arbitrumTokens.weth.address,
token1Address: arbitrumTokens.usdce.address,
},
{
gid: 437,
pairName: 'FUSDC-USDC',
address: '0x38437dBfd1D6a147A50CD0991A9581Ac8f996892',
chainId: ChainId.ARBITRUM_ONE,
type: GaugeType.V3,
feeTier: FeeAmount.LOWEST,
token0Address: arbitrumTokens.fusdc.address,
token1Address: arbitrumTokens.usdc.address,
},
]
8 changes: 8 additions & 0 deletions packages/tokens/src/constants/arb.ts
Original file line number Diff line number Diff line change
Expand Up @@ -327,4 +327,12 @@ export const arbitrumTokens = {
'Magic Internet Money',
'https://abracadabra.money/',
),
fusdc: new ERC20Token(
ChainId.ARBITRUM_ONE,
'0x4CFA50B7Ce747e2D61724fcAc57f24B748FF2b2A',
6,
'FUSDC',
'Fluid USDC',
'https://fluidity.money/',
),
}
16 changes: 16 additions & 0 deletions packages/tokens/src/constants/eth.ts
Original file line number Diff line number Diff line change
Expand Up @@ -489,4 +489,20 @@ export const ethereumTokens = {
'Mantle Staked Ether',
'https://www.mantle.xyz/',
),
blb: new ERC20Token(
ChainId.ETHEREUM,
'0x904f36d74bED2Ef2729Eaa1c7A5B70dEA2966a02',
18,
'BLB',
'Blueberry',
'https://www.blueberry.garden/',
),
taiko: new ERC20Token(
ChainId.ETHEREUM,
'0x10dea67478c5F8C5E2D90e5E9B26dBe60c54d800',
18,
'TAIKO',
'Taiko Token',
'https://taiko.xyz/',
),
}

0 comments on commit 048480d

Please sign in to comment.