Skip to content

Commit

Permalink
Merge branch 'main' into morphos
Browse files Browse the repository at this point in the history
  • Loading branch information
Schlagonia authored Dec 17, 2024
2 parents 9bfa6e9 + 86912cf commit 424f190
Show file tree
Hide file tree
Showing 8 changed files with 478 additions and 1,361 deletions.
3 changes: 2 additions & 1 deletion common/env/chain.arbitrum.go
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,8 @@ var ARBITRUM = TChain{
Address: common.HexToAddress("0x770D0d1Fb036483Ed4AbB6d53c1C88fb277D812F"),
Version: 5,
Block: 269623414,
Label: `YEARN`,
Tag: `STEALTH`,
Label: `PUBLIC_ERC4626`,
},
},
YearnXRegistries: []TContractData{
Expand Down
3 changes: 2 additions & 1 deletion common/env/chain.base.go
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,8 @@ var BASE = TChain{
Address: common.HexToAddress("0x770D0d1Fb036483Ed4AbB6d53c1C88fb277D812F"),
Version: 5,
Block: 21802552,
Label: `YEARN`,
Tag: `STEALTH`,
Label: `PUBLIC_ERC4626`,
},
{
Address: common.HexToAddress("0xd40ecF29e001c76Dcc4cC0D9cd50520CE845B038"),
Expand Down
3 changes: 2 additions & 1 deletion common/env/chain.ethereum.go
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,8 @@ var ETHEREUM = TChain{
Address: common.HexToAddress("0x770D0d1Fb036483Ed4AbB6d53c1C88fb277D812F"),
Version: 5,
Block: 21087110,
Label: `YEARN`,
Tag: `STEALTH`,
Label: `PUBLIC_ERC4626`,
},
{
Address: common.HexToAddress("0xd40ecF29e001c76Dcc4cC0D9cd50520CE845B038"),
Expand Down
3 changes: 2 additions & 1 deletion common/env/chain.optimism.go
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,8 @@ var OPTIMISM = TChain{
Address: common.HexToAddress("0x770D0d1Fb036483Ed4AbB6d53c1C88fb277D812F"),
Version: 5,
Block: 127397389,
Label: `YEARN`,
Tag: `STEALTH`,
Label: `PUBLIC_ERC4626`,
},
{
Address: common.HexToAddress("0xd40ecF29e001c76Dcc4cC0D9cd50520CE845B038"),
Expand Down
3 changes: 2 additions & 1 deletion common/env/chain.polygon.go
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,8 @@ var POLYGON = TChain{
Address: common.HexToAddress("0x770D0d1Fb036483Ed4AbB6d53c1C88fb277D812F"),
Version: 5,
Block: 63721181,
Label: `YEARN`,
Tag: `STEALTH`,
Label: `PUBLIC_ERC4626`,
},
{
Address: common.HexToAddress("0xd40ecF29e001c76Dcc4cC0D9cd50520CE845B038"),
Expand Down
Loading

0 comments on commit 424f190

Please sign in to comment.