Skip to content

Commit

Permalink
smol fixes.
Browse files Browse the repository at this point in the history
  • Loading branch information
pmckelvy1 committed Sep 5, 2024
1 parent 678b00a commit 9908826
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scripts/deploy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ async function main() {
'phase2-assets/collaterals/deploy_USDe.ts',
'phase2-assets/assets/deploy_crv.ts',
'phase2-assets/assets/deploy_cvx.ts',
'phase2-assets/assets/deploy_pyUSD.ts'
'phase2-assets/assets/deploy_pyusd.ts'
)
} else if (chainId == '8453' || chainId == '84531') {
// Base L2 chains
Expand Down
File renamed without changes.
3 changes: 2 additions & 1 deletion scripts/verify_etherscan.ts
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,8 @@ async function main() {
'collateral-plugins/verify_steakusdc.ts',
'collateral-plugins/verify_re7weth.ts',
'collateral-plugins/verify_apxeth.ts',
'collateral-plugins/verify_USDe.ts'
'collateral-plugins/verify_USDe.ts',
'collateral-plugins/verify_pyusd.ts'
)
} else if (chainId == '8453' || chainId == '84531') {
// Base L2 chains
Expand Down

0 comments on commit 9908826

Please sign in to comment.