Skip to content

Commit

Permalink
fix: meta
Browse files Browse the repository at this point in the history
  • Loading branch information
Majorfi committed Dec 17, 2024
1 parent 3d18deb commit be27a24
Show file tree
Hide file tree
Showing 25 changed files with 1,930 additions and 676 deletions.
6 changes: 6 additions & 0 deletions common/env/chain.base.go
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,12 @@ var BASE = TChain{
Block: 21802552,
Label: `YEARN`,
},
{
Address: common.HexToAddress("0xd40ecF29e001c76Dcc4cC0D9cd50520CE845B038"),
Version: 4,
Block: 22344791,
Label: `YEARN`,
},
},
APROracleContract: TContractData{
Address: common.HexToAddress(`0x1981AD9F44F2EA9aDd2dC4AD7D075c102C70aF92`),
Expand Down
6 changes: 6 additions & 0 deletions common/env/chain.ethereum.go
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,12 @@ var ETHEREUM = TChain{
Block: 21087110,
Label: `YEARN`,
},
{
Address: common.HexToAddress("0xd40ecF29e001c76Dcc4cC0D9cd50520CE845B038"),
Version: 4,
Block: 21176924,
Label: `YEARN`,
},
},
YearnXRegistries: []TContractData{
{
Expand Down
6 changes: 6 additions & 0 deletions common/env/chain.optimism.go
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,12 @@ var OPTIMISM = TChain{
Block: 127397389,
Label: `YEARN`,
},
{
Address: common.HexToAddress("0xd40ecF29e001c76Dcc4cC0D9cd50520CE845B038"),
Version: 4,
Block: 127940043,
Label: `YEARN`,
},
},
ExtraVaults: []models.TVaultsFromRegistry{},
BlacklistedVaults: []common.Address{
Expand Down
6 changes: 6 additions & 0 deletions common/env/chain.polygon.go
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,12 @@ var POLYGON = TChain{
Block: 63721181,
Label: `YEARN`,
},
{
Address: common.HexToAddress("0xd40ecF29e001c76Dcc4cC0D9cd50520CE845B038"),
Version: 4,
Block: 64224620,
Label: `YEARN`,
},
},
StakingRewardRegistry: []TContractData{
// {
Expand Down
Loading

0 comments on commit be27a24

Please sign in to comment.