Skip to content

Commit

Permalink
chore: List sdcake cake stable pool (#8631)
Browse files Browse the repository at this point in the history
  • Loading branch information
chefjackson authored Dec 20, 2023
1 parent fda839b commit ac2a980
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 11 deletions.
20 changes: 10 additions & 10 deletions packages/smart-router/evm/constants/stableSwap/56.ts
Original file line number Diff line number Diff line change
Expand Up @@ -83,14 +83,14 @@ export const pools: StableSwapPool[] = [
stableLpFee: 0.0004,
stableLpFeeRateOfTotalFee: 0.5,
},
// {
// lpSymbol: 'CAKE-sdCAKE LP',
// lpAddress: '0xb4C27884308C3Bca710c220D680BAb02f6b64b51',
// token: bscTokens.cake,
// quoteToken: bscTokens.sdcake,
// stableSwapAddress: '0xFC17919098E9f0A0d72093e25AD052a359AE3E43',
// infoStableSwapAddress: '0x150c8AbEB487137acCC541925408e73b92F39A50',
// stableLpFee: 0.0004,
// stableLpFeeRateOfTotalFee: 0.5,
// },
{
lpSymbol: 'CAKE-sdCAKE LP',
lpAddress: '0xB1D54d76E2cB9425Ec9c018538cc531440b55dbB',
token: bscTokens.cake,
quoteToken: bscTokens.sdcake,
stableSwapAddress: '0xB1D54d76E2cB9425Ec9c018538cc531440b55dbB',
infoStableSwapAddress: '0x150c8AbEB487137acCC541925408e73b92F39A50',
stableLpFee: 0.0004,
stableLpFeeRateOfTotalFee: 0.5,
},
]
10 changes: 9 additions & 1 deletion packages/tokens/src/56.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2763,14 +2763,22 @@ export const bscTokens = {
'StargateToken',
'https://stargate.finance/',
),
sdcake: new ERC20Token(
deprecated_sdcake: new ERC20Token(
ChainId.BSC,
'0xF79B275e0B602D82B822895074552e487412A41a',
18,
'sdCAKE',
'Stake DAO CAKE',
'https://lockers.stakedao.org/',
),
sdcake: new ERC20Token(
ChainId.BSC,
'0x6a1c1447F97B27dA23dC52802F5f1435b5aC821A',
18,
'sdCAKE',
'Stake DAO CAKE',
'https://lockers.stakedao.org/',
),
kuji: new ERC20Token(
ChainId.BSC,
'0x073690e6CE25bE816E68F32dCA3e11067c9FB5Cc',
Expand Down

1 comment on commit ac2a980

@vercel
Copy link

@vercel vercel bot commented on ac2a980 Dec 20, 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.