Skip to content

Commit

Permalink
feat: update sUSDe_ERC4626 deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
GitGuru7 committed Dec 17, 2024
1 parent c165d72 commit f4389fa
Show file tree
Hide file tree
Showing 3 changed files with 73 additions and 15 deletions.
2 changes: 1 addition & 1 deletion deploy/14-deploy-ERC4626Oracle.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ const func: DeployFunction = async function ({ getNamedAccounts, deployments }:
const { deploy } = deployments;
const { deployer } = await getNamedAccounts();

const sUSDe = "0xD28894b4A8AB53Ce55965AfD330b55C2DbB3E07D";
const sUSDe = "0xA3A3e5ecEA56940a4Ae32d0927bfd8821DdA848A";
const USDe = "0x8bAe3E12870a002A0D4b6Eb0F0CBf91b29d9806F";

const resilientOracle = await ethers.getContract("ResilientOracle");
Expand Down
Loading

0 comments on commit f4389fa

Please sign in to comment.