Skip to content

Commit

Permalink
AA-446: Update 'rip7560' submodule (#231)
Browse files Browse the repository at this point in the history
* Update 'rip7560' submodule

* Print deploed NonceManager address
  • Loading branch information
forshtat authored Oct 21, 2024
1 parent 5dd266b commit f464796
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions packages/utils/src/RIP7712NonceManagerUtils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ export const entryPointSalt = '0x90d8084deab30c2a37c45e8d47f49f2f7965183cb6990a9

export async function deployNonceManager (provider: JsonRpcProvider, signer = provider.getSigner()): Promise<NonceManager> {
const addr = await new DeterministicDeployer(provider, signer).deterministicDeploy(nonceManagerByteCode, entryPointSalt)
console.log("Deployed NonceManager contract at: ", addr)
return NonceManager__factory.connect(addr, signer)
}

Expand Down
2 changes: 1 addition & 1 deletion submodules/rip7560

0 comments on commit f464796

Please sign in to comment.