From 528eff18d1c9c7fd0a93bedd06397f06881e1730 Mon Sep 17 00:00:00 2001 From: 0xchin Date: Tue, 10 Dec 2024 10:57:17 -0300 Subject: [PATCH] fix: update DAI token address in bnb deploy --- script/Deploy.sol | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/Deploy.sol b/script/Deploy.sol index 6a41925..b399357 100644 --- a/script/Deploy.sol +++ b/script/Deploy.sol @@ -197,7 +197,7 @@ contract Deploy is Script { address[] memory _tokens = new address[](3); _tokens[0] = address(0x8AC76a51cc950d9822D68b83fE1Ad97B32Cd580d); // USDC _tokens[1] = address(0x55d398326f99059fF775485246999027B3197955); // USDT - _tokens[2] = address(0xDA10009cBd5D07dd0CeCc66161FC93D7c9000da1); // DAI + _tokens[2] = address(0x1AF3F329e8BE154074D8769D1FFa4eE058B1DBc3); // DAI VaultDeploymentParams[] memory _vaults = new VaultDeploymentParams[](2);