Skip to content

Commit

Permalink
refactor: update wstETH and weETH addresses for arbitrum sepolia in d…
Browse files Browse the repository at this point in the history
…eployment config file
  • Loading branch information
Debugger022 committed Aug 23, 2024
1 parent 6b9a2a5 commit 520b24a
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions helpers/deploymentConfig.ts
Original file line number Diff line number Diff line change
Expand Up @@ -890,6 +890,16 @@ export const assets: Assets = {
price: "10000000000000000000",
oracle: "chainlinkFixed",
},
{
token: "wstETH",
address: "0x4A9dc15aA6094eF2c7eb9d9390Ac1d71f9406fAE",
oracle: "chainlink",
},
{
token: "weETH",
address: "0x243141DBff86BbB0a082d790fdC21A6ff615Fa34",
oracle: "chainlink",
},
],
arbitrumone: [
{
Expand Down

0 comments on commit 520b24a

Please sign in to comment.