Skip to content

Commit

Permalink
fix: fixed bsc blocks per month
Browse files Browse the repository at this point in the history
Co-authored-by: Jesus Lanchas <[email protected]>
  • Loading branch information
web3rover and chechu authored Dec 24, 2024
1 parent 2164525 commit ca42995
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vips/vip-410/bscmainnet.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import { makeProposal } from "../../src/utils";
export const ZKSYNC_BLOCKS_PER_MONTH = 2592000;
export const ARBITRUM_BLOCKS_PER_MONTH = 2592000;
export const ETHEREUM_BLOCKS_PER_MONTH = 216000;
export const BSC_BLOCKS_PER_MONTH = 876000;
export const BSC_BLOCKS_PER_MONTH = 864000;

export const ZKSYNC_XVS_REWARDS_DISTRIBUTOR = "0x7C7846A74AB38A8d554Bc5f7652eCf8Efb58c894";
export const ETHEREUM_XVS_REWARDS_DISTRIBUTOR_CORE = "0x134bfDEa7e68733921Bc6A87159FB0d68aBc6Cf8";
Expand Down

0 comments on commit ca42995

Please sign in to comment.