Skip to content

Commit

Permalink
chore: added steth mainnet addy
Browse files Browse the repository at this point in the history
  • Loading branch information
merklefruit committed Jan 23, 2025
1 parent 8020995 commit 14c0441
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions bolt-cli/src/contracts/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -211,8 +211,7 @@ lazy_static! {
("w_eth".to_string(), address!("C02aaA39b223FE8D0A0e5C4F27eAD9083C756Cc2")),
("cb_eth".to_string(), address!("Be9895146f7AF43049ca1c1AE358B0541Ea49704")),
("m_eth".to_string(), address!("d5F7838F5C461fefF7FE49ea5ebaF7728bB0ADfa")),
// TODO: this one
("st_eth".to_string(), address!("3F1c547b21f65e10480dE3ad8E19fAAC46C95034")),
("st_eth".to_string(), address!("ae7ab96520DE3A18E5e111B5EaAb095312D7fE84")),
],
};
}

0 comments on commit 14c0441

Please sign in to comment.