Skip to content

Commit

Permalink
fix: Test
Browse files Browse the repository at this point in the history
  • Loading branch information
ChefMomota committed Jul 20, 2023
1 parent 6551e42 commit 9b6730d
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 10 deletions.
17 changes: 16 additions & 1 deletion packages/localization/src/config/translations.json
Original file line number Diff line number Diff line change
Expand Up @@ -2608,5 +2608,20 @@
"My Rank": "My Rank",
"Current Round": "Current Round",
"Previous Rounds": "Previous Rounds",
"Round #%round% | %startTime% - %endTime%": "Round #%round% | %startTime% - %endTime%"
"Round #%round% | %startTime% - %endTime%": "Round #%round% | %startTime% - %endTime%",
"View Benefits": "View Benefits",
"locked benefits": "locked benefits",
"Cake Yield": "Cake Yield",
"revenue sharing": "revenue sharing",
"Your shares": "Your shares",
"Next distribution": "Next distribution",
"in %day%": "in %day%",
"Your fixed-term staking position will expire before the next revenue sharing distributions.": "Your fixed-term staking position will expire before the next revenue sharing distributions.",
"Last distribution": "Last distribution",
"You need to update your staking in order to start earning from protocol revenue sharing.": "You need to update your staking in order to start earning from protocol revenue sharing.",
"Locked CAKE Benefits": "Locked CAKE Benefits",
"Joined Revenue Sharing Pool.": "Joined Revenue Sharing Pool.",
"Update Staking Position": "Update Staking Position",
"Join revenue sharing": "Join revenue sharing",
"Once updated, you need to wait a full distribution cycle to start claiming rewards. Learn More": "Once updated, you need to wait a full distribution cycle to start claiming rewards. Learn More"
}
18 changes: 9 additions & 9 deletions packages/pools/src/constants/pools/97.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@ import { getAddress } from 'viem'
import { PoolCategory, SerializedPool } from '../../types'

export const livePools: SerializedPool[] = [
{
sousId: 0,
stakingToken: bscTestnetTokens.cake2,
earningToken: bscTestnetTokens.cake2,
contractAddress: '0x4c650FB471fe4e0f476fD3437C3411B1122c4e3B',
poolCategory: PoolCategory.CORE,
tokenPerBlock: '0.01',
isFinished: false,
},
// {
// sousId: 0,
// stakingToken: bscTestnetTokens.cake2,
// earningToken: bscTestnetTokens.cake2,
// contractAddress: '0x4c650FB471fe4e0f476fD3437C3411B1122c4e3B',
// poolCategory: PoolCategory.CORE,
// tokenPerBlock: '0.01',
// isFinished: false,
// },
{
sousId: 1,
stakingToken: bscTestnetTokens.cake2,
Expand Down

0 comments on commit 9b6730d

Please sign in to comment.