Skip to content

Commit

Permalink
feat: List new gauges (#8896)
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
### Focus of the PR:
This PR focuses on adding new ERC20 tokens and gauge configurations for
different chains.

### Detailed summary:
- Added `ovn` token for Arbitrum One chain with address
`0xA3d1a8DEB97B111454B294E2324EfAD13a9d8396`.
- Added `pxETH` token for Ethereum chain with address
`0x04C154b66CB340F3Ae24111CC767e0184Ed00Cc6`.
- Added `usdce` token for Polygon ZkEVM chain with address
`0x37eAA0eF3549a5Bb7D431be78a3D99BD360d19e5`.
- Added `ovn` and `manta` tokens for BSC chain with addresses
`0x259B30C916e440FB79747cD559207FfdaBBae057` and
`0x8581cc815e40615998F4561F3e24e68066293595` respectively.
- Added new gauge configurations for different chains and pairs.

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

<!-- end pr-codex -->
  • Loading branch information
ChefMomota authored Jan 23, 2024
1 parent d6bcba3 commit 19d92a8
Show file tree
Hide file tree
Showing 5 changed files with 100 additions and 0 deletions.
60 changes: 60 additions & 0 deletions packages/gauges/src/constants/config/prod.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2505,4 +2505,64 @@ export const CONFIG_PROD: GaugeConfig[] = [
token1Address: zksyncTokens.wstETH.address,
feeTier: FeeAmount.LOW,
},
{
gid: 254,
pairName: 'OVN-USD+',
address: '0x714D48cb99b87F274B33A89fBb16EaD191B40b6C',
chainId: ChainId.ARBITRUM_ONE,
type: GaugeType.V3,
token0Address: arbitrumTokens.ovn.address,
token1Address: arbitrumTokens.usdplus.address,
feeTier: FeeAmount.HIGH,
},
{
gid: 255,
pairName: 'OVN-USDT',
address: '0xb624FE83Dfc393aAB921EbBc2Bf38Fdd238F2380',
chainId: ChainId.BSC,
type: GaugeType.V3,
token0Address: bscTokens.ovn.address,
token1Address: bscTokens.usdt.address,
feeTier: FeeAmount.HIGH,
},
{
gid: 256,
pairName: 'MANTA-BNB',
address: '0x93bA6af467c7B46B44D5C0BB300270c732510C9C',
chainId: ChainId.BSC,
type: GaugeType.V3,
token0Address: bscTokens.manta.address,
token1Address: bscTokens.wbnb.address,
feeTier: FeeAmount.MEDIUM,
},
{
gid: 257,
pairName: 'USDC-wstETH',
address: '0x16B3Bbd346eB864eD28B99cf89dDe59aD31A034F',
chainId: ChainId.ZKSYNC,
type: GaugeType.V3,
token0Address: zksyncTokens.usdc.address,
token1Address: zksyncTokens.wstETH.address,
feeTier: FeeAmount.LOW,
},
{
gid: 258,
pairName: 'pxETH-ETH',
address: '0x3733493eC5D2C181Dcd7C54ed100641c0f07BB0e',
chainId: ChainId.ETHEREUM,
type: GaugeType.V3,
token0Address: ethereumTokens.pxETH.address,
token1Address: ethereumTokens.weth.address,
feeTier: FeeAmount.LOWEST,
},
{
gid: 259,
pairName: 'USDC.e-USDC',
address: '0x849c0ae884bFDc14DDdeB7Cae95494f368414855',
chainId: ChainId.POLYGON_ZKEVM,
type: GaugeType.V3,
token0Address: polygonZkEvmTokens.usdce.address,
token1Address: polygonZkEvmTokens.usdc.address,
feeTier: FeeAmount.LOWEST,
},
]
8 changes: 8 additions & 0 deletions packages/tokens/src/arb.ts
Original file line number Diff line number Diff line change
Expand Up @@ -216,4 +216,12 @@ export const arbitrumTokens = {
'ETH+',
'https://www.swellnetwork.io/',
),
ovn: new ERC20Token(
ChainId.ARBITRUM_ONE,
'0xA3d1a8DEB97B111454B294E2324EfAD13a9d8396',
18,
'OVN',
'OVN',
'https://overnight.fi/',
),
}
16 changes: 16 additions & 0 deletions packages/tokens/src/bsc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2924,4 +2924,20 @@ export const bscTokens = {
'Any Inu',
'https://www.anyinu.xyz/',
),
ovn: new ERC20Token(
ChainId.BSC,
'0x259B30C916e440FB79747cD559207FfdaBBae057',
18,
'OVN',
'OVN',
'https://overnight.fi/',
),
manta: new ERC20Token(
ChainId.BSC,
'0x8581cc815e40615998F4561F3e24e68066293595',
18,
'MANTA',
'Manta',
'https://manta.network/',
),
}
8 changes: 8 additions & 0 deletions packages/tokens/src/eth.ts
Original file line number Diff line number Diff line change
Expand Up @@ -393,4 +393,12 @@ export const ethereumTokens = {
'Ordiswap',
'https://ordiswap.fi/',
),
pxETH: new ERC20Token(
ChainId.ETHEREUM,
'0x04C154b66CB340F3Ae24111CC767e0184Ed00Cc6',
18,
'pxETH',
'Pirex Ether',
'https://dineroismoney.com/',
),
}
8 changes: 8 additions & 0 deletions packages/tokens/src/polygonZkEVM.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,12 @@ export const polygonZkEvmTokens = {
'Wrapped BTC',
'https://bitcoin.org/',
),
usdce: new ERC20Token(
ChainId.POLYGON_ZKEVM,
'0x37eAA0eF3549a5Bb7D431be78a3D99BD360d19e5',
6,
'USDC.E',
'USD Coin',
'https://www.centre.io/',
),
}

1 comment on commit 19d92a8

@vercel
Copy link

@vercel vercel bot commented on 19d92a8 Jan 23, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.