Skip to content

Commit

Permalink
Update 00-deploy-main.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
comfsrt authored Feb 11, 2025
1 parent cd09a1d commit 24a5601
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions script/hardhat/deployment/00-deploy-main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ async function deployMain() {
)

await _saveStateBeforeDeploy(provider)
await _deployLibaries(deployLibrary)
await _deployLibraries(deployLibrary)
await _deployContracts(deployContract)
// await _verifyAll()
await _postDeploy()
Expand All @@ -78,7 +78,7 @@ async function _saveStateBeforeDeploy(provider: JsonRpcProvider) {
fs.writeFileSync(checkpointPath, JSON.stringify({ checkpoint }, null, 2))
}

async function _deployLibaries(deployLibrary: any) {
async function _deployLibraries(deployLibrary: any) {
// do one by one to keep nonce in order
await deployLibrary("AccessPermission")
await deployLibrary("Errors")
Expand Down

0 comments on commit 24a5601

Please sign in to comment.