Skip to content

Commit

Permalink
fix: update DAI token address in bnb deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
0xChin committed Dec 10, 2024
1 parent 41ac58b commit 528eff1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/Deploy.sol
Original file line number Diff line number Diff line change
Expand Up @@ -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);

Expand Down

0 comments on commit 528eff1

Please sign in to comment.