Skip to content

Commit

Permalink
Fix ethereum rp factory start block
Browse files Browse the repository at this point in the history
  • Loading branch information
prevostc committed Jan 13, 2025
1 parent d871011 commit 613daa8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
3 changes: 2 additions & 1 deletion config/ethereum.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@
"clmManagerFactoryAddress": "0x0000000000000000000000000000000000000000",
"clmManagerFactoryStartBlock": 15891216,
"rewardPoolFactoryAddress": "0xf8a577A29C85Bb379Ef9CEf2eAe5AB11c3965C1b",
"rewardPoolFactoryStartBlock": 20773643,
"rewardPoolFactoryStartBlock": 20770780,

"beefyClassicVaultFactoryAddress": "0xC551dDCE8e5E657503Cd67A39713c06F2c0d2e97",
"beefyClassicVaultFactoryStartBlock": 15891216,
"beefyClassicBoostFactoryAddress": "0x6f168346aed66f37cd972191ec4c3db11b8e5ecd",
Expand Down
6 changes: 4 additions & 2 deletions config/fraxtal.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,12 @@
"burnAddress": "0x000000000000000000000000000000000000dead",
"firstBlock": 2365710,

"beefyClassicVaultFactoryAddress": "0x91BB303E972995EbE5f593BCddBb6F5Ef49Dbcbd",
"beefyClassicVaultFactoryStartBlock": 2366784,
"clmManagerFactoryAddress": "0x0000000000000000000000000000000000000000",
"clmManagerFactoryStartBlock": 12965189,
"rewardPoolFactoryAddress": "0xf7f67234d4e33b199b6f9c932bda92244495aa41",
"rewardPoolFactoryStartBlock": 12965189,
"beefyClassicVaultFactoryAddress": "0x91BB303E972995EbE5f593BCddBb6F5Ef49Dbcbd",
"beefyClassicVaultFactoryStartBlock": 2366784,

"beefyContractDeployerAddress": "0xcc536552A6214d6667fBC3EC38965F7f556A6391",
"beefyContractDeployerStartBlock": 2365710,
Expand Down

0 comments on commit 613daa8

Please sign in to comment.