Skip to content

Commit

Permalink
scripts: nile: Set default deployment nonce to zero
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisBender committed May 11, 2023
1 parent ee9bc1e commit 86268f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/nile/deploy_darkpool.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ async def run(nre: NileRuntimeEnvironment):
account = accounts[0]

# Declare all contracts
await declare_contracts(nre, account)
await declare_contracts(nre, account, 0)
await deploy_proxy(nre, account)


Expand Down

0 comments on commit 86268f5

Please sign in to comment.