Skip to content

Commit

Permalink
fix: turn 0x770D0d1Fb036483Ed4AbB6d53c1C88fb277D812F to public stealt…
Browse files Browse the repository at this point in the history
…h, cc Schlag
  • Loading branch information
Majorfi committed Dec 17, 2024
1 parent 322200c commit e818e2e
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 5 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

0 comments on commit e818e2e

Please sign in to comment.