Skip to content

Commit

Permalink
fix: updated ethereum distributor addresses
Browse files Browse the repository at this point in the history
  • Loading branch information
web3rover committed Dec 24, 2024
1 parent e1035ff commit 85e140f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vips/vip-410/bscmainnet.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ export const ETHEREUM_BLOCKS_PER_MONTH = 216000;
export const BSC_BLOCKS_PER_MONTH = 864000;

export const ZKSYNC_XVS_REWARDS_DISTRIBUTOR = "0x7C7846A74AB38A8d554Bc5f7652eCf8Efb58c894";
export const ETHEREUM_XVS_REWARDS_DISTRIBUTOR_CORE = "0x134bfDEa7e68733921Bc6A87159FB0d68aBc6Cf8";
export const ETHEREUM_XVS_REWARDS_DISTRIBUTOR_LST = "0x7A91bEd36D96E4e644d3A181c287E0fcf9E9cc98";
export const ETHEREUM_XVS_REWARDS_DISTRIBUTOR_CORE = "0x886767B62C7ACD601672607373048FFD96Cf27B2";
export const ETHEREUM_XVS_REWARDS_DISTRIBUTOR_LST = "0x1e25CF968f12850003Db17E0Dba32108509C4359";
export const ARBITRUM_XVS_REWARDS_DISTRIBUTOR_CORE = "0x53b488baA4052094495b6De9E5505FE1Ee3EAc7a";
export const ARBITRUM_XVS_REWARDS_DISTRIBUTOR_LST = "0x6204Bae72dE568384Ca4dA91735dc343a0C7bD6D";

Expand Down

0 comments on commit 85e140f

Please sign in to comment.