Skip to content

Commit

Permalink
format code
Browse files Browse the repository at this point in the history
  • Loading branch information
ququzone committed Aug 30, 2023
1 parent a0ac631 commit fcf079f
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions scripts/secp256r1/add-email-paymaster-bundler.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ async function main() {
// email
"0x37c46ee7d1e7eadf71a0aa183942a62007c6b96d9300b177e3b4f721c9989f2c",
// signature
"0x7d76948c532ad201ade9eab9551759ff3264d6d1db7f76385b756cd92ee4b749379c3069cb4ce88f4ea1710fc8a1b4c98825115f2d616ab2032e77324906b2901c"
"0x7d76948c532ad201ade9eab9551759ff3264d6d1db7f76385b756cd92ee4b749379c3069cb4ce88f4ea1710fc8a1b4c98825115f2d616ab2032e77324906b2901c",
]),
])
accountBuilder.setCallData(callData)
Expand All @@ -58,7 +58,9 @@ async function main() {
const response = await client.sendUserOperation(accountBuilder)
console.log(`Add email guardian to account ${account} ophash: ${response.userOpHash}`)
const userOperationEvent = await response.wait()
console.log(`Add email guardian to account ${account} txhash: ${userOperationEvent?.transactionHash}`)
console.log(
`Add email guardian to account ${account} txhash: ${userOperationEvent?.transactionHash}`
)
}

main()
Expand Down

0 comments on commit fcf079f

Please sign in to comment.