Skip to content

Commit

Permalink
feat: new registries
Browse files Browse the repository at this point in the history
  • Loading branch information
Majorfi committed Nov 8, 2024
1 parent f8fea10 commit 3434428
Show file tree
Hide file tree
Showing 26 changed files with 1,050 additions and 616 deletions.
6 changes: 6 additions & 0 deletions common/env/chain.arbitrum.go
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,12 @@ var ARBITRUM = TChain{
Block: 187_480_878,
Label: `PUBLIC_ERC4626`,
},
{
Address: common.HexToAddress("0x770D0d1Fb036483Ed4AbB6d53c1C88fb277D812F"),
Version: 5,
Block: 269623414,
Label: `YEARN`,
},
},
YearnXRegistries: []TContractData{
{
Expand Down
6 changes: 6 additions & 0 deletions common/env/chain.base.go
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,12 @@ var BASE = TChain{
Tag: `STEALTH`,
Label: `PUBLIC_ERC4626`,
},
{
Address: common.HexToAddress("0x770D0d1Fb036483Ed4AbB6d53c1C88fb277D812F"),
Version: 5,
Block: 21802552,
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 @@ -103,6 +103,12 @@ var ETHEREUM = TChain{
Tag: `STEALTH`,
Label: `PUBLIC_ERC4626`,
},
{
Address: common.HexToAddress("0x770D0d1Fb036483Ed4AbB6d53c1C88fb277D812F"),
Version: 5,
Block: 21087110,
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 @@ -63,6 +63,12 @@ var OPTIMISM = TChain{
Tag: `STEALTH`,
Label: `PUBLIC_ERC4626`,
},
{
Address: common.HexToAddress("0x770D0d1Fb036483Ed4AbB6d53c1C88fb277D812F"),
Version: 5,
Block: 127397389,
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 @@ -71,6 +71,12 @@ var POLYGON = TChain{
Tag: `STEALTH`,
Label: `PUBLIC_ERC4626`,
},
{
Address: common.HexToAddress("0x770D0d1Fb036483Ed4AbB6d53c1C88fb277D812F"),
Version: 5,
Block: 63721181,
Label: `YEARN`,
},
},
StakingRewardRegistry: []TContractData{
// {
Expand Down
Loading

0 comments on commit 3434428

Please sign in to comment.