Skip to content

Commit

Permalink
Fix pufETHs addresses
Browse files Browse the repository at this point in the history
  • Loading branch information
9inpachi committed Feb 5, 2025
1 parent 6d2e170 commit 1c5e477
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/contracts/vaults-addresses.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ export const VAULTS_ADDRESSES = {
[UnifiToken.pufETHs]: {
[Chain.Mainnet]: {
NucleusBoringVault: '0x62a4ce0722ee65635c0f8339dd814d549b6f6735',
NucleusAccountant: '0xd049ebeaa59b75ba8ee38f9f6830db7293320236',
NucleusTeller: '0xa99a92c505ff92c543d9d48295f1f31024afb31f',
NucleusAccountant: '0xa99a92c505ff92c543d9d48295f1f31024afb31f',
NucleusTeller: '0xd049ebeaa59b75ba8ee38f9f6830db7293320236',
},
},
};

0 comments on commit 1c5e477

Please sign in to comment.