Skip to content

Commit

Permalink
adding Ekubo + fixing Nostra
Browse files Browse the repository at this point in the history
  • Loading branch information
gaetbout committed Jan 29, 2024
1 parent 02fd118 commit bf5fb00
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion crates/starkwhale-alert/src/consts.rs
Original file line number Diff line number Diff line change
Expand Up @@ -109,9 +109,13 @@ pub const ADDRESS_LIST: &[AddressToName] = &[
name: "rhino.fi: Bridge",
},
AddressToName {
address: "059a943ca214c10234b9a3b61c558ac20c005127d183b86a99a8f3c60a08b4ff",
address: "59a943ca214c10234b9a3b61c558ac20c005127d183b86a99a8f3c60a08b4ff",
name: "Nostra: Interest Rate Model",
},
AddressToName {
address: "5dd3d2f4429af886cd1a3b08289dbcea99a294197e9eb43b0e0325b4b",
name: "Ekubo: Core",
},
];

pub struct AddressToName {
Expand Down

0 comments on commit bf5fb00

Please sign in to comment.