Skip to content

Commit

Permalink
feat: add gauges config (#8582)
Browse files Browse the repository at this point in the history
  • Loading branch information
ChefJerry authored Dec 14, 2023
1 parent 7313daf commit f88d9d5
Showing 1 changed file with 70 additions and 0 deletions.
70 changes: 70 additions & 0 deletions packages/gauges/src/constants/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1909,6 +1909,76 @@ export const CONFIG_PROD: GaugeConfig[] = [
token1Address: arbitrumTokens.usdc.address,
feeTier: FeeAmount.LOWEST,
},
{
gid: 179,
address: '0xB5D01A6e99FdcDB6DB8D0A342C35036Adeb8FB48',
pairName: 'KUJI-BNB',
chainId: ChainId.BSC,
type: GaugeType.V3,
token0Address: bscTokens.kuji.address,
token1Address: bscTokens.wbnb.address,
feeTier: FeeAmount.HIGH,
},
{
gid: 180,
address: '0x2f74ad2c64be7DC07C9f51E9d338EcB7C1ee0B18',
pairName: 'BONK-USDT',
chainId: ChainId.BSC,
type: GaugeType.V3,
token0Address: bscTokens.usdt.address,
token1Address: bscTokens.bonk.address,
feeTier: FeeAmount.HIGH,
},
{
gid: 181,
address: '0x1A1703Bf5f1Da9DB0f62d17e8c54e84Fd732D695',
pairName: 'BONK-BNB',
chainId: ChainId.BSC,
type: GaugeType.V3,
token0Address: bscTokens.bonk.address,
token1Address: bscTokens.wbnb.address,
feeTier: FeeAmount.HIGH,
},
{
gid: 182,
address: '0xDc9a574b9B341D4a98cE29005b614e1E27430E74',
pairName: 'HZN-BNB',
chainId: ChainId.BSC,
type: GaugeType.V2,
token0Address: bscTokens.hzn.address,
token1Address: bscTokens.wbnb.address,
feeTier: FeeAmount.MEDIUM,
},
{
gid: 183,
address: '0x719EBA3fB0799e215B6F82872F947418298e395e',
pairName: 'BONK-USDT',
chainId: ChainId.ETHEREUM,
type: GaugeType.V3,
token0Address: ethereumTokens.bonk.address,
token1Address: ethereumTokens.usdt.address,
feeTier: FeeAmount.HIGH,
},
{
gid: 184,
address: '0xEd4D5317823Ff7BC8BB868C1612Bb270a8311179',
pairName: 'INSP-USDT',
chainId: ChainId.ETHEREUM,
type: GaugeType.V3,
token0Address: ethereumTokens.insp.address,
token1Address: ethereumTokens.usdt.address,
feeTier: FeeAmount.HIGH,
},
{
gid: 185,
address: '0x7dF7c84f2f9DCef3c0813e539878B76B89a916F8',
pairName: 'ID-USDC',
chainId: ChainId.ETHEREUM,
type: GaugeType.V3,
token0Address: ethereumTokens.id.address,
token1Address: ethereumTokens.usdc.address,
feeTier: FeeAmount.MEDIUM,
},
]

export const GAUGES_CONFIG = {
Expand Down

1 comment on commit f88d9d5

@vercel
Copy link

@vercel vercel bot commented on f88d9d5 Dec 14, 2023

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.