Skip to content

Commit

Permalink
chore: redeploy nebula
Browse files Browse the repository at this point in the history
  • Loading branch information
dawksh committed Aug 7, 2024
1 parent 8b15297 commit ba21344
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ Transaction hash: 0x68fe9512b386273cd15ca113917de14b52d06c6ffead78db335fa66d67fb
```
Deployer: 0x0a1B07c0a41c3Ea539AcfD6655dc7B76ccbF3030
Deployed to: 0xd7A6973D522D1B4aE61d00d9240CFA482E8436B8
Transaction hash: 0x8e5249a4f0fac792ba38c15d4474f4aaca62349fc22b5563daf2732ea28780d9
Deployed to: 0x2B6835cBD93632E7E49df029966BC8b5bb62a245
Transaction hash: 0xd410f65cfa4be322ffc75d1c49ad6de5c69772e38ee05785ce6856a87ce37834
```

> EAS Schema
Expand Down
2 changes: 1 addition & 1 deletion src/Nebula.sol
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ contract Nebula {
expirationTime: NO_EXPIRATION_TIME,
revocable: true,
refUID: EMPTY_UID,
data: data,
data: abi.encode(resolver, data),
value: 0
})
})
Expand Down

0 comments on commit ba21344

Please sign in to comment.