Skip to content

Commit

Permalink
new inflation phase
Browse files Browse the repository at this point in the history
  • Loading branch information
racollette committed Sep 9, 2024
1 parent f583bb6 commit 1c00109
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/config/constants/pools.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const pools: PoolConfig[] = [
},
poolCategory: PoolCategory.CORE,
harvest: true,
tokenPerBlock: '0.265',
tokenPerBlock: '0.225',
sortOrder: 1,
isFinished: false,
},
Expand Down
2 changes: 1 addition & 1 deletion src/utils/calls/calculations.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ function phase(blockNumber: BigNumber) {
// .plus(new BigNumber(2))
// .toNumber()
// }
return 6
return 7
}

// Get Glide token reward per block
Expand Down

0 comments on commit 1c00109

Please sign in to comment.